Shades of Moody Blue #8977CF
Tints of Moody Blue #8977CF
RGB
CMYK
RGB Variations
Color information
#8977CF (or 0x8977CF) is known color: Moody Blue. HEX triplet: 89, 77 and CF. RGB value is (137,119,207). Sum of RGB (Red+Green+Blue) = 137+119+207=463 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.59% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #8977CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977CF is #768830. Grayscale: #868686. Windows color (decimal): -7768113 or 13596553. OLE color: 13596553.
HSL color Cylindrical-coordinate representation of color #8977CF: hue angle of 252.27º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8977CF is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 119 | 207 | - |
| CMYK | 0.34 | 0.43 | 0 | 0.19 |
| HSL | 252.27º | 0.48% | 0.64% | - |
| HSV(B) | 252.27º | 0.43% | 0.81% | - |
| XYZ | 28.18 | 23.02 | 61.99 | - |
| YUV | 134.41 | 168.96 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 207 | 0.34 | 0.43 | 0 | 0.19 | 252.27 | 0.48 | 0.64 |
| Hex | 89 | 77 | CF | 22 | 2B | 0 | 13 | FC | 30 | 40 |
| Octal | 211 | 167 | 317 | 42 | 53 | 0 | 23 | 374 | 60 | 100 |
| Binary | 10001001 | 1110111 | 11001111 | 100010 | 101011 | 0 | 10011 | 11111100 | 110000 | 1000000 |
Color Harmonies of #8977CF
Complementary color
Monochromatic Colors of #8977CF
Black with #8977CF
Text Example
Text Example
White with #8977CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977CF; }
p { color: rgb(137,119,207); }
H1.HeaderClassName
{
color: #8977CF;
}
.AnyTagClassName
{
color: #8977CF;
}
</style>
background-color css
<style>
a { background-color: #8977CF; }
a { background-color: rgb(137,119,207); }
div.DivClassName
{
background-color: #8977CF;
}
.BgClassName
{
background-color: #8977CF;
}
</style>
border-color css
<style>
span { border-color: #8977CF; }
span { border-color: rgb(137,119,207); }
td.TdClassName
{
border-color: #8977CF;
}
.TagClassName
{
border-color: #8977CF;
}
</style>