[Tex/LaTex] Change Text Colour in LyX

colorformattinglyx

I am using LyX (module: report).

I would like to change the colour of my title from black (wich is default) to another colour but I don't know how.

From what I saw from LyX's menu, colours are limited but I want more options. Here's LyX's menu for text colours:

Probably I must enter some code before my text in order to change colour?

Best Answer

I found the solution: On preamble :

\usepackage{color}
\definecolor{Blue}{rgb}{0.3,0.3,0.9}
and then i change colour with the command :
\color{Blue}