Shades of Moody Blue #8E84BA
Tints of Moody Blue #8E84BA
RGB
CMYK
RGB Variations
Color information
#8E84BA (or 0x8E84BA) is known color: Moody Blue. HEX triplet: 8E, 84 and BA. RGB value is (142,132,186). Sum of RGB (Red+Green+Blue) = 142+132+186=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E84BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E84BA is #717B45. Grayscale: #8C8C8C. Windows color (decimal): -7437126 or 12223630. OLE color: 12223630.
HSL color Cylindrical-coordinate representation of color #8E84BA: hue angle of 251.11º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E84BA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 132 | 186 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.27 |
| HSL | 251.11º | 0.28% | 0.62% | - |
| HSV(B) | 251.11º | 0.29% | 0.73% | - |
| XYZ | 28.27 | 25.8 | 49.94 | - |
| YUV | 141.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 186 | 0.24 | 0.29 | 0 | 0.27 | 251.11 | 0.28 | 0.62 |
| Hex | 8E | 84 | BA | 18 | 1D | 0 | 1B | FB | 1C | 3E |
| Octal | 216 | 204 | 272 | 30 | 35 | 0 | 33 | 373 | 34 | 76 |
| Binary | 10001110 | 10000100 | 10111010 | 11000 | 11101 | 0 | 11011 | 11111011 | 11100 | 111110 |
Color Harmonies of #8E84BA
Complementary color
Monochromatic Colors of #8E84BA
Black with #8E84BA
Text Example
Text Example
White with #8E84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E84BA; }
p { color: rgb(142,132,186); }
H1.HeaderClassName
{
color: #8E84BA;
}
.AnyTagClassName
{
color: #8E84BA;
}
</style>
background-color css
<style>
a { background-color: #8E84BA; }
a { background-color: rgb(142,132,186); }
div.DivClassName
{
background-color: #8E84BA;
}
.BgClassName
{
background-color: #8E84BA;
}
</style>
border-color css
<style>
span { border-color: #8E84BA; }
span { border-color: rgb(142,132,186); }
td.TdClassName
{
border-color: #8E84BA;
}
.TagClassName
{
border-color: #8E84BA;
}
</style>