Shades of Moody Blue #8984CA
Tints of Moody Blue #8984CA
RGB
CMYK
RGB Variations
Color information
#8984CA (or 0x8984CA) is known color: Moody Blue. HEX triplet: 89, 84 and CA. RGB value is (137,132,202). Sum of RGB (Red+Green+Blue) = 137+132+202=471 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.09% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #8984CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8984CA is #767B35. Grayscale: #8D8D8D. Windows color (decimal): -7764790 or 13272201. OLE color: 13272201.
HSL color Cylindrical-coordinate representation of color #8984CA: hue angle of 244.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8984CA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 132 | 202 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.21 |
| HSL | 244.29º | 0.4% | 0.65% | - |
| HSV(B) | 244.29º | 0.35% | 0.79% | - |
| XYZ | 29.23 | 26.09 | 59.37 | - |
| YUV | 141.48 | 162.16 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 132 | 202 | 0.32 | 0.35 | 0 | 0.21 | 244.29 | 0.4 | 0.65 |
| Hex | 89 | 84 | CA | 20 | 23 | 0 | 15 | F4 | 28 | 41 |
| Octal | 211 | 204 | 312 | 40 | 43 | 0 | 25 | 364 | 50 | 101 |
| Binary | 10001001 | 10000100 | 11001010 | 100000 | 100011 | 0 | 10101 | 11110100 | 101000 | 1000001 |
Color Harmonies of #8984CA
Complementary color
Monochromatic Colors of #8984CA
Black with #8984CA
Text Example
Text Example
White with #8984CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8984CA; }
p { color: rgb(137,132,202); }
H1.HeaderClassName
{
color: #8984CA;
}
.AnyTagClassName
{
color: #8984CA;
}
</style>
background-color css
<style>
a { background-color: #8984CA; }
a { background-color: rgb(137,132,202); }
div.DivClassName
{
background-color: #8984CA;
}
.BgClassName
{
background-color: #8984CA;
}
</style>
border-color css
<style>
span { border-color: #8984CA; }
span { border-color: rgb(137,132,202); }
td.TdClassName
{
border-color: #8984CA;
}
.TagClassName
{
border-color: #8984CA;
}
</style>