Shades of Moody Blue #786BCF
Tints of Moody Blue #786BCF
RGB
CMYK
RGB Variations
Color information
#786BCF (or 0x786BCF) is known color: Moody Blue. HEX triplet: 78, 6B and CF. RGB value is (120,107,207). Sum of RGB (Red+Green+Blue) = 120+107+207=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #786BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BCF is #879430. Grayscale: #797979. Windows color (decimal): -8885297 or 13593464. OLE color: 13593464.
HSL color Cylindrical-coordinate representation of color #786BCF: hue angle of 247.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #786BCF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 107 | 207 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.19 |
| HSL | 247.8º | 0.51% | 0.62% | - |
| HSV(B) | 247.8º | 0.48% | 0.81% | - |
| XYZ | 24.27 | 19.01 | 61.42 | - |
| YUV | 122.29 | 175.81 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 207 | 0.42 | 0.48 | 0 | 0.19 | 247.8 | 0.51 | 0.62 |
| Hex | 78 | 6B | CF | 2A | 30 | 0 | 13 | F8 | 33 | 3E |
| Octal | 170 | 153 | 317 | 52 | 60 | 0 | 23 | 370 | 63 | 76 |
| Binary | 1111000 | 1101011 | 11001111 | 101010 | 110000 | 0 | 10011 | 11111000 | 110011 | 111110 |
Color Harmonies of #786BCF
Complementary color
Monochromatic Colors of #786BCF
Black with #786BCF
Text Example
Text Example
White with #786BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786BCF; }
p { color: rgb(120,107,207); }
H1.HeaderClassName
{
color: #786BCF;
}
.AnyTagClassName
{
color: #786BCF;
}
</style>
background-color css
<style>
a { background-color: #786BCF; }
a { background-color: rgb(120,107,207); }
div.DivClassName
{
background-color: #786BCF;
}
.BgClassName
{
background-color: #786BCF;
}
</style>
border-color css
<style>
span { border-color: #786BCF; }
span { border-color: rgb(120,107,207); }
td.TdClassName
{
border-color: #786BCF;
}
.TagClassName
{
border-color: #786BCF;
}
</style>