Shades of Moody Blue #8976CB
Tints of Moody Blue #8976CB
RGB
CMYK
RGB Variations
Color information
#8976CB (or 0x8976CB) is known color: Moody Blue. HEX triplet: 89, 76 and CB. RGB value is (137,118,203). Sum of RGB (Red+Green+Blue) = 137+118+203=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #8976CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976CB is #768934. Grayscale: #858585. Windows color (decimal): -7768373 or 13334153. OLE color: 13334153.
HSL color Cylindrical-coordinate representation of color #8976CB: hue angle of 253.41º 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 #8976CB is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 118 | 203 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.20 |
| HSL | 253.41º | 0.45% | 0.63% | - |
| HSV(B) | 253.41º | 0.42% | 0.8% | - |
| XYZ | 27.57 | 22.59 | 59.41 | - |
| YUV | 133.37 | 167.29 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 203 | 0.33 | 0.42 | 0 | 0.20 | 253.41 | 0.45 | 0.63 |
| Hex | 89 | 76 | CB | 21 | 2A | 0 | 14 | FD | 2D | 3F |
| Octal | 211 | 166 | 313 | 41 | 52 | 0 | 24 | 375 | 55 | 77 |
| Binary | 10001001 | 1110110 | 11001011 | 100001 | 101010 | 0 | 10100 | 11111101 | 101101 | 111111 |
Color Harmonies of #8976CB
Complementary color
Monochromatic Colors of #8976CB
Black with #8976CB
Text Example
Text Example
White with #8976CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976CB; }
p { color: rgb(137,118,203); }
H1.HeaderClassName
{
color: #8976CB;
}
.AnyTagClassName
{
color: #8976CB;
}
</style>
background-color css
<style>
a { background-color: #8976CB; }
a { background-color: rgb(137,118,203); }
div.DivClassName
{
background-color: #8976CB;
}
.BgClassName
{
background-color: #8976CB;
}
</style>
border-color css
<style>
span { border-color: #8976CB; }
span { border-color: rgb(137,118,203); }
td.TdClassName
{
border-color: #8976CB;
}
.TagClassName
{
border-color: #8976CB;
}
</style>