Shades of Moody Blue #8878CE
Tints of Moody Blue #8878CE
RGB
CMYK
RGB Variations
Color information
#8878CE (or 0x8878CE) is known color: Moody Blue. HEX triplet: 88, 78 and CE. RGB value is (136,120,206). Sum of RGB (Red+Green+Blue) = 136+120+206=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 120 (47.27% from 255 or 25.97% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #8878CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878CE is #778731. Grayscale: #868686. Windows color (decimal): -7833394 or 13531272. OLE color: 13531272.
HSL color Cylindrical-coordinate representation of color #8878CE: hue angle of 251.16º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8878CE is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 120 | 206 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.19 |
| HSL | 251.16º | 0.47% | 0.64% | - |
| HSV(B) | 251.16º | 0.42% | 0.81% | - |
| XYZ | 28.01 | 23.12 | 61.38 | - |
| YUV | 134.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 206 | 0.34 | 0.42 | 0 | 0.19 | 251.16 | 0.47 | 0.64 |
| Hex | 88 | 78 | CE | 22 | 2A | 0 | 13 | FB | 2F | 40 |
| Octal | 210 | 170 | 316 | 42 | 52 | 0 | 23 | 373 | 57 | 100 |
| Binary | 10001000 | 1111000 | 11001110 | 100010 | 101010 | 0 | 10011 | 11111011 | 101111 | 1000000 |
Color Harmonies of #8878CE
Complementary color
Monochromatic Colors of #8878CE
Black with #8878CE
Text Example
Text Example
White with #8878CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878CE; }
p { color: rgb(136,120,206); }
H1.HeaderClassName
{
color: #8878CE;
}
.AnyTagClassName
{
color: #8878CE;
}
</style>
background-color css
<style>
a { background-color: #8878CE; }
a { background-color: rgb(136,120,206); }
div.DivClassName
{
background-color: #8878CE;
}
.BgClassName
{
background-color: #8878CE;
}
</style>
border-color css
<style>
span { border-color: #8878CE; }
span { border-color: rgb(136,120,206); }
td.TdClassName
{
border-color: #8878CE;
}
.TagClassName
{
border-color: #8878CE;
}
</style>