Shades of Moody Blue #8977D4
Tints of Moody Blue #8977D4
RGB
CMYK
RGB Variations
Color information
#8977D4 (or 0x8977D4) is known color: Moody Blue. HEX triplet: 89, 77 and D4. RGB value is (137,119,212). Sum of RGB (Red+Green+Blue) = 137+119+212=468 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.27% from 468); Green value is 119 (46.88% from 255 or 25.43% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #8977D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977D4 is #76882B. Grayscale: #868686. Windows color (decimal): -7768108 or 13924233. OLE color: 13924233.
HSL color Cylindrical-coordinate representation of color #8977D4: hue angle of 251.61º 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 #8977D4 is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 119 | 212 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.17 |
| HSL | 251.61º | 0.52% | 0.65% | - |
| HSV(B) | 251.61º | 0.44% | 0.83% | - |
| XYZ | 28.8 | 23.27 | 65.26 | - |
| YUV | 134.98 | 171.46 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 212 | 0.35 | 0.44 | 0 | 0.17 | 251.61 | 0.52 | 0.65 |
| Hex | 89 | 77 | D4 | 23 | 2C | 0 | 11 | FC | 34 | 41 |
| Octal | 211 | 167 | 324 | 43 | 54 | 0 | 21 | 374 | 64 | 101 |
| Binary | 10001001 | 1110111 | 11010100 | 100011 | 101100 | 0 | 10001 | 11111100 | 110100 | 1000001 |
Color Harmonies of #8977D4
Complementary color
Monochromatic Colors of #8977D4
Black with #8977D4
Text Example
Text Example
White with #8977D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977D4; }
p { color: rgb(137,119,212); }
H1.HeaderClassName
{
color: #8977D4;
}
.AnyTagClassName
{
color: #8977D4;
}
</style>
background-color css
<style>
a { background-color: #8977D4; }
a { background-color: rgb(137,119,212); }
div.DivClassName
{
background-color: #8977D4;
}
.BgClassName
{
background-color: #8977D4;
}
</style>
border-color css
<style>
span { border-color: #8977D4; }
span { border-color: rgb(137,119,212); }
td.TdClassName
{
border-color: #8977D4;
}
.TagClassName
{
border-color: #8977D4;
}
</style>