Shades of Moody Blue #8979CA
Tints of Moody Blue #8979CA
RGB
CMYK
RGB Variations
Color information
#8979CA (or 0x8979CA) is known color: Moody Blue. HEX triplet: 89, 79 and CA. RGB value is (137,121,202). Sum of RGB (Red+Green+Blue) = 137+121+202=460 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.78% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #8979CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8979CA is #768635. Grayscale: #868686. Windows color (decimal): -7767606 or 13269385. OLE color: 13269385.
HSL color Cylindrical-coordinate representation of color #8979CA: hue angle of 251.85º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8979CA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 121 | 202 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.21 |
| HSL | 251.85º | 0.43% | 0.63% | - |
| HSV(B) | 251.85º | 0.4% | 0.79% | - |
| XYZ | 27.81 | 23.26 | 58.9 | - |
| YUV | 135.02 | 165.8 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 121 | 202 | 0.32 | 0.40 | 0 | 0.21 | 251.85 | 0.43 | 0.63 |
| Hex | 89 | 79 | CA | 20 | 28 | 0 | 15 | FC | 2B | 3F |
| Octal | 211 | 171 | 312 | 40 | 50 | 0 | 25 | 374 | 53 | 77 |
| Binary | 10001001 | 1111001 | 11001010 | 100000 | 101000 | 0 | 10101 | 11111100 | 101011 | 111111 |
Color Harmonies of #8979CA
Complementary color
Monochromatic Colors of #8979CA
Black with #8979CA
Text Example
Text Example
White with #8979CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8979CA; }
p { color: rgb(137,121,202); }
H1.HeaderClassName
{
color: #8979CA;
}
.AnyTagClassName
{
color: #8979CA;
}
</style>
background-color css
<style>
a { background-color: #8979CA; }
a { background-color: rgb(137,121,202); }
div.DivClassName
{
background-color: #8979CA;
}
.BgClassName
{
background-color: #8979CA;
}
</style>
border-color css
<style>
span { border-color: #8979CA; }
span { border-color: rgb(137,121,202); }
td.TdClassName
{
border-color: #8979CA;
}
.TagClassName
{
border-color: #8979CA;
}
</style>