Shades of Moody Blue #8E84CA
Tints of Moody Blue #8E84CA
RGB
CMYK
RGB Variations
Color information
#8E84CA (or 0x8E84CA) is known color: Moody Blue. HEX triplet: 8E, 84 and CA. RGB value is (142,132,202). Sum of RGB (Red+Green+Blue) = 142+132+202=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E84CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E84CA is #717B35. Grayscale: #8E8E8E. Windows color (decimal): -7437110 or 13272206. OLE color: 13272206.
HSL color Cylindrical-coordinate representation of color #8E84CA: hue angle of 248.57º 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 #8E84CA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 132 | 202 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.21 |
| HSL | 248.57º | 0.4% | 0.65% | - |
| HSV(B) | 248.57º | 0.35% | 0.79% | - |
| XYZ | 30.07 | 26.52 | 59.41 | - |
| YUV | 142.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 202 | 0.30 | 0.35 | 0 | 0.21 | 248.57 | 0.4 | 0.65 |
| Hex | 8E | 84 | CA | 1E | 23 | 0 | 15 | F9 | 28 | 41 |
| Octal | 216 | 204 | 312 | 36 | 43 | 0 | 25 | 371 | 50 | 101 |
| Binary | 10001110 | 10000100 | 11001010 | 11110 | 100011 | 0 | 10101 | 11111001 | 101000 | 1000001 |
Color Harmonies of #8E84CA
Complementary color
Monochromatic Colors of #8E84CA
Black with #8E84CA
Text Example
Text Example
White with #8E84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E84CA; }
p { color: rgb(142,132,202); }
H1.HeaderClassName
{
color: #8E84CA;
}
.AnyTagClassName
{
color: #8E84CA;
}
</style>
background-color css
<style>
a { background-color: #8E84CA; }
a { background-color: rgb(142,132,202); }
div.DivClassName
{
background-color: #8E84CA;
}
.BgClassName
{
background-color: #8E84CA;
}
</style>
border-color css
<style>
span { border-color: #8E84CA; }
span { border-color: rgb(142,132,202); }
td.TdClassName
{
border-color: #8E84CA;
}
.TagClassName
{
border-color: #8E84CA;
}
</style>