Shades of Moody Blue #786ECF
Tints of Moody Blue #786ECF
RGB
CMYK
RGB Variations
Color information
#786ECF (or 0x786ECF) is known color: Moody Blue. HEX triplet: 78, 6E and CF. RGB value is (120,110,207). Sum of RGB (Red+Green+Blue) = 120+110+207=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #786ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ECF is #879130. Grayscale: #7B7B7B. Windows color (decimal): -8884529 or 13594232. OLE color: 13594232.
HSL color Cylindrical-coordinate representation of color #786ECF: hue angle of 246.19º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #786ECF is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 110 | 207 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.19 |
| HSL | 246.19º | 0.5% | 0.62% | - |
| HSV(B) | 246.19º | 0.47% | 0.81% | - |
| XYZ | 24.58 | 19.65 | 61.53 | - |
| YUV | 124.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 207 | 0.42 | 0.47 | 0 | 0.19 | 246.19 | 0.5 | 0.62 |
| Hex | 78 | 6E | CF | 2A | 2F | 0 | 13 | F6 | 32 | 3E |
| Octal | 170 | 156 | 317 | 52 | 57 | 0 | 23 | 366 | 62 | 76 |
| Binary | 1111000 | 1101110 | 11001111 | 101010 | 101111 | 0 | 10011 | 11110110 | 110010 | 111110 |
Color Harmonies of #786ECF
Complementary color
Monochromatic Colors of #786ECF
Black with #786ECF
Text Example
Text Example
White with #786ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786ECF; }
p { color: rgb(120,110,207); }
H1.HeaderClassName
{
color: #786ECF;
}
.AnyTagClassName
{
color: #786ECF;
}
</style>
background-color css
<style>
a { background-color: #786ECF; }
a { background-color: rgb(120,110,207); }
div.DivClassName
{
background-color: #786ECF;
}
.BgClassName
{
background-color: #786ECF;
}
</style>
border-color css
<style>
span { border-color: #786ECF; }
span { border-color: rgb(120,110,207); }
td.TdClassName
{
border-color: #786ECF;
}
.TagClassName
{
border-color: #786ECF;
}
</style>