Shades of Moody Blue #8876CB
Tints of Moody Blue #8876CB
RGB
CMYK
RGB Variations
Color information
#8876CB (or 0x8876CB) is known color: Moody Blue. HEX triplet: 88, 76 and CB. RGB value is (136,118,203). Sum of RGB (Red+Green+Blue) = 136+118+203=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #8876CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8876CB is #778934. Grayscale: #848484. Windows color (decimal): -7833909 or 13334152. OLE color: 13334152.
HSL color Cylindrical-coordinate representation of color #8876CB: hue angle of 252.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8876CB is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 118 | 203 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.20 |
| HSL | 252.71º | 0.45% | 0.63% | - |
| HSV(B) | 252.71º | 0.42% | 0.8% | - |
| XYZ | 27.41 | 22.5 | 59.4 | - |
| YUV | 133.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 118 | 203 | 0.33 | 0.42 | 0 | 0.20 | 252.71 | 0.45 | 0.63 |
| Hex | 88 | 76 | CB | 21 | 2A | 0 | 14 | FD | 2D | 3F |
| Octal | 210 | 166 | 313 | 41 | 52 | 0 | 24 | 375 | 55 | 77 |
| Binary | 10001000 | 1110110 | 11001011 | 100001 | 101010 | 0 | 10100 | 11111101 | 101101 | 111111 |
Color Harmonies of #8876CB
Complementary color
Monochromatic Colors of #8876CB
Black with #8876CB
Text Example
Text Example
White with #8876CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8876CB; }
p { color: rgb(136,118,203); }
H1.HeaderClassName
{
color: #8876CB;
}
.AnyTagClassName
{
color: #8876CB;
}
</style>
background-color css
<style>
a { background-color: #8876CB; }
a { background-color: rgb(136,118,203); }
div.DivClassName
{
background-color: #8876CB;
}
.BgClassName
{
background-color: #8876CB;
}
</style>
border-color css
<style>
span { border-color: #8876CB; }
span { border-color: rgb(136,118,203); }
td.TdClassName
{
border-color: #8876CB;
}
.TagClassName
{
border-color: #8876CB;
}
</style>