Shades of Moody Blue #8976D4
Tints of Moody Blue #8976D4
RGB
CMYK
RGB Variations
Color information
#8976D4 (or 0x8976D4) is known color: Moody Blue. HEX triplet: 89, 76 and D4. RGB value is (137,118,212). Sum of RGB (Red+Green+Blue) = 137+118+212=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 118 (46.48% from 255 or 25.27% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #8976D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8976D4 is #76892B. Grayscale: #868686. Windows color (decimal): -7768364 or 13923977. OLE color: 13923977.
HSL color Cylindrical-coordinate representation of color #8976D4: hue angle of 252.13º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8976D4 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 118 | 212 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.17 |
| HSL | 252.13º | 0.52% | 0.65% | - |
| HSV(B) | 252.13º | 0.44% | 0.83% | - |
| XYZ | 28.68 | 23.03 | 65.22 | - |
| YUV | 134.4 | 171.79 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 118 | 212 | 0.35 | 0.44 | 0 | 0.17 | 252.13 | 0.52 | 0.65 |
| Hex | 89 | 76 | D4 | 23 | 2C | 0 | 11 | FC | 34 | 41 |
| Octal | 211 | 166 | 324 | 43 | 54 | 0 | 21 | 374 | 64 | 101 |
| Binary | 10001001 | 1110110 | 11010100 | 100011 | 101100 | 0 | 10001 | 11111100 | 110100 | 1000001 |
Color Harmonies of #8976D4
Complementary color
Monochromatic Colors of #8976D4
Black with #8976D4
Text Example
Text Example
White with #8976D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8976D4; }
p { color: rgb(137,118,212); }
H1.HeaderClassName
{
color: #8976D4;
}
.AnyTagClassName
{
color: #8976D4;
}
</style>
background-color css
<style>
a { background-color: #8976D4; }
a { background-color: rgb(137,118,212); }
div.DivClassName
{
background-color: #8976D4;
}
.BgClassName
{
background-color: #8976D4;
}
</style>
border-color css
<style>
span { border-color: #8976D4; }
span { border-color: rgb(137,118,212); }
td.TdClassName
{
border-color: #8976D4;
}
.TagClassName
{
border-color: #8976D4;
}
</style>