Shades of Moody Blue #8878CF
Tints of Moody Blue #8878CF
RGB
CMYK
RGB Variations
Color information
#8878CF (or 0x8878CF) is known color: Moody Blue. HEX triplet: 88, 78 and CF. RGB value is (136,120,207). Sum of RGB (Red+Green+Blue) = 136+120+207=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #8878CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878CF is #778730. Grayscale: #868686. Windows color (decimal): -7833393 or 13596808. OLE color: 13596808.
HSL color Cylindrical-coordinate representation of color #8878CF: hue angle of 251.03º degrees, saturation: 0.48, 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 #8878CF is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 120 | 207 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.19 |
| HSL | 251.03º | 0.48% | 0.64% | - |
| HSV(B) | 251.03º | 0.42% | 0.81% | - |
| XYZ | 28.13 | 23.17 | 62.02 | - |
| YUV | 134.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 207 | 0.34 | 0.42 | 0 | 0.19 | 251.03 | 0.48 | 0.64 |
| Hex | 88 | 78 | CF | 22 | 2A | 0 | 13 | FB | 30 | 40 |
| Octal | 210 | 170 | 317 | 42 | 52 | 0 | 23 | 373 | 60 | 100 |
| Binary | 10001000 | 1111000 | 11001111 | 100010 | 101010 | 0 | 10011 | 11111011 | 110000 | 1000000 |
Color Harmonies of #8878CF
Complementary color
Monochromatic Colors of #8878CF
Black with #8878CF
Text Example
Text Example
White with #8878CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878CF; }
p { color: rgb(136,120,207); }
H1.HeaderClassName
{
color: #8878CF;
}
.AnyTagClassName
{
color: #8878CF;
}
</style>
background-color css
<style>
a { background-color: #8878CF; }
a { background-color: rgb(136,120,207); }
div.DivClassName
{
background-color: #8878CF;
}
.BgClassName
{
background-color: #8878CF;
}
</style>
border-color css
<style>
span { border-color: #8878CF; }
span { border-color: rgb(136,120,207); }
td.TdClassName
{
border-color: #8878CF;
}
.TagClassName
{
border-color: #8878CF;
}
</style>