Shades of Moody Blue #786CCE
Tints of Moody Blue #786CCE
RGB
CMYK
RGB Variations
Color information
#786CCE (or 0x786CCE) is known color: Moody Blue. HEX triplet: 78, 6C and CE. RGB value is (120,108,206). Sum of RGB (Red+Green+Blue) = 120+108+206=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #786CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CCE is #879331. Grayscale: #7A7A7A. Windows color (decimal): -8885042 or 13528184. OLE color: 13528184.
HSL color Cylindrical-coordinate representation of color #786CCE: hue angle of 247.35º degrees, saturation: 0.5, 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 #786CCE is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 108 | 206 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.19 |
| HSL | 247.35º | 0.5% | 0.62% | - |
| HSV(B) | 247.35º | 0.48% | 0.81% | - |
| XYZ | 24.25 | 19.17 | 60.82 | - |
| YUV | 122.76 | 174.98 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 206 | 0.42 | 0.48 | 0 | 0.19 | 247.35 | 0.5 | 0.62 |
| Hex | 78 | 6C | CE | 2A | 30 | 0 | 13 | F7 | 32 | 3E |
| Octal | 170 | 154 | 316 | 52 | 60 | 0 | 23 | 367 | 62 | 76 |
| Binary | 1111000 | 1101100 | 11001110 | 101010 | 110000 | 0 | 10011 | 11110111 | 110010 | 111110 |
Color Harmonies of #786CCE
Complementary color
Monochromatic Colors of #786CCE
Black with #786CCE
Text Example
Text Example
White with #786CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CCE; }
p { color: rgb(120,108,206); }
H1.HeaderClassName
{
color: #786CCE;
}
.AnyTagClassName
{
color: #786CCE;
}
</style>
background-color css
<style>
a { background-color: #786CCE; }
a { background-color: rgb(120,108,206); }
div.DivClassName
{
background-color: #786CCE;
}
.BgClassName
{
background-color: #786CCE;
}
</style>
border-color css
<style>
span { border-color: #786CCE; }
span { border-color: rgb(120,108,206); }
td.TdClassName
{
border-color: #786CCE;
}
.TagClassName
{
border-color: #786CCE;
}
</style>