Shades of Moody Blue #8878CB
Tints of Moody Blue #8878CB
RGB
CMYK
RGB Variations
Color information
#8878CB (or 0x8878CB) is known color: Moody Blue. HEX triplet: 88, 78 and CB. RGB value is (136,120,203). Sum of RGB (Red+Green+Blue) = 136+120+203=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #8878CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8878CB is #778734. Grayscale: #858585. Windows color (decimal): -7833397 or 13334664. OLE color: 13334664.
HSL color Cylindrical-coordinate representation of color #8878CB: hue angle of 251.57º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8878CB is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 120 | 203 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.20 |
| HSL | 251.57º | 0.44% | 0.63% | - |
| HSV(B) | 251.57º | 0.41% | 0.8% | - |
| XYZ | 27.65 | 22.98 | 59.48 | - |
| YUV | 134.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 120 | 203 | 0.33 | 0.41 | 0 | 0.20 | 251.57 | 0.44 | 0.63 |
| Hex | 88 | 78 | CB | 21 | 29 | 0 | 14 | FC | 2C | 3F |
| Octal | 210 | 170 | 313 | 41 | 51 | 0 | 24 | 374 | 54 | 77 |
| Binary | 10001000 | 1111000 | 11001011 | 100001 | 101001 | 0 | 10100 | 11111100 | 101100 | 111111 |
Color Harmonies of #8878CB
Complementary color
Monochromatic Colors of #8878CB
Black with #8878CB
Text Example
Text Example
White with #8878CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8878CB; }
p { color: rgb(136,120,203); }
H1.HeaderClassName
{
color: #8878CB;
}
.AnyTagClassName
{
color: #8878CB;
}
</style>
background-color css
<style>
a { background-color: #8878CB; }
a { background-color: rgb(136,120,203); }
div.DivClassName
{
background-color: #8878CB;
}
.BgClassName
{
background-color: #8878CB;
}
</style>
border-color css
<style>
span { border-color: #8878CB; }
span { border-color: rgb(136,120,203); }
td.TdClassName
{
border-color: #8878CB;
}
.TagClassName
{
border-color: #8878CB;
}
</style>