Shades of Moody Blue #8E81BA
Tints of Moody Blue #8E81BA
RGB
CMYK
RGB Variations
Color information
#8E81BA (or 0x8E81BA) is known color: Moody Blue. HEX triplet: 8E, 81 and BA. RGB value is (142,129,186). Sum of RGB (Red+Green+Blue) = 142+129+186=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 186 (73.05% from 255 or 40.70% from 457); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E81BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81BA is #717E45. Grayscale: #8B8B8B. Windows color (decimal): -7437894 or 12222862. OLE color: 12222862.
HSL color Cylindrical-coordinate representation of color #8E81BA: hue angle of 253.68º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E81BA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 129 | 186 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.27 |
| HSL | 253.68º | 0.29% | 0.62% | - |
| HSV(B) | 253.68º | 0.31% | 0.73% | - |
| XYZ | 27.87 | 25 | 49.81 | - |
| YUV | 139.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 186 | 0.24 | 0.31 | 0 | 0.27 | 253.68 | 0.29 | 0.62 |
| Hex | 8E | 81 | BA | 18 | 1F | 0 | 1B | FE | 1D | 3E |
| Octal | 216 | 201 | 272 | 30 | 37 | 0 | 33 | 376 | 35 | 76 |
| Binary | 10001110 | 10000001 | 10111010 | 11000 | 11111 | 0 | 11011 | 11111110 | 11101 | 111110 |
Color Harmonies of #8E81BA
Complementary color
Monochromatic Colors of #8E81BA
Black with #8E81BA
Text Example
Text Example
White with #8E81BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E81BA; }
p { color: rgb(142,129,186); }
H1.HeaderClassName
{
color: #8E81BA;
}
.AnyTagClassName
{
color: #8E81BA;
}
</style>
background-color css
<style>
a { background-color: #8E81BA; }
a { background-color: rgb(142,129,186); }
div.DivClassName
{
background-color: #8E81BA;
}
.BgClassName
{
background-color: #8E81BA;
}
</style>
border-color css
<style>
span { border-color: #8E81BA; }
span { border-color: rgb(142,129,186); }
td.TdClassName
{
border-color: #8E81BA;
}
.TagClassName
{
border-color: #8E81BA;
}
</style>