Shades of Moody Blue #8976C9
Tints of Moody Blue #8976C9
RGB
CMYK
RGB Variations
Color information
#8976C9 (or 0x8976C9) is known color: Moody Blue. HEX triplet: 89, 76 and C9. RGB value is (137,118,201). Sum of RGB (Red+Green+Blue) = 137+118+201=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 118 (46.48% from 255 or 25.88% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #8976C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976C9 is #768936. Grayscale: #848484. Windows color (decimal): -7768375 or 13203081. OLE color: 13203081.
HSL color Cylindrical-coordinate representation of color #8976C9: hue angle of 253.73º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8976C9 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 118 | 201 | - |
| CMYK | 0.32 | 0.41 | 0 | 0.21 |
| HSL | 253.73º | 0.43% | 0.63% | - |
| HSV(B) | 253.73º | 0.41% | 0.79% | - |
| XYZ | 27.34 | 22.49 | 58.16 | - |
| YUV | 133.14 | 166.29 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 201 | 0.32 | 0.41 | 0 | 0.21 | 253.73 | 0.43 | 0.63 |
| Hex | 89 | 76 | C9 | 20 | 29 | 0 | 15 | FE | 2B | 3F |
| Octal | 211 | 166 | 311 | 40 | 51 | 0 | 25 | 376 | 53 | 77 |
| Binary | 10001001 | 1110110 | 11001001 | 100000 | 101001 | 0 | 10101 | 11111110 | 101011 | 111111 |
Color Harmonies of #8976C9
Complementary color
Monochromatic Colors of #8976C9
Black with #8976C9
Text Example
Text Example
White with #8976C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976C9; }
p { color: rgb(137,118,201); }
H1.HeaderClassName
{
color: #8976C9;
}
.AnyTagClassName
{
color: #8976C9;
}
</style>
background-color css
<style>
a { background-color: #8976C9; }
a { background-color: rgb(137,118,201); }
div.DivClassName
{
background-color: #8976C9;
}
.BgClassName
{
background-color: #8976C9;
}
</style>
border-color css
<style>
span { border-color: #8976C9; }
span { border-color: rgb(137,118,201); }
td.TdClassName
{
border-color: #8976C9;
}
.TagClassName
{
border-color: #8976C9;
}
</style>