Shades of Moody Blue #8E81CE
Tints of Moody Blue #8E81CE
RGB
CMYK
RGB Variations
Color information
#8E81CE (or 0x8E81CE) is known color: Moody Blue. HEX triplet: 8E, 81 and CE. RGB value is (142,129,206). Sum of RGB (Red+Green+Blue) = 142+129+206=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E81CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81CE is #717E31. Grayscale: #8D8D8D. Windows color (decimal): -7437874 or 13533582. OLE color: 13533582.
HSL color Cylindrical-coordinate representation of color #8E81CE: hue angle of 250.13º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E81CE is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 129 | 206 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.19 |
| HSL | 250.13º | 0.44% | 0.66% | - |
| HSV(B) | 250.13º | 0.37% | 0.81% | - |
| XYZ | 30.15 | 25.91 | 61.8 | - |
| YUV | 141.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 206 | 0.31 | 0.37 | 0 | 0.19 | 250.13 | 0.44 | 0.66 |
| Hex | 8E | 81 | CE | 1F | 25 | 0 | 13 | FA | 2C | 42 |
| Octal | 216 | 201 | 316 | 37 | 45 | 0 | 23 | 372 | 54 | 102 |
| Binary | 10001110 | 10000001 | 11001110 | 11111 | 100101 | 0 | 10011 | 11111010 | 101100 | 1000010 |
Color Harmonies of #8E81CE
Complementary color
Monochromatic Colors of #8E81CE
Black with #8E81CE
Text Example
Text Example
White with #8E81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E81CE; }
p { color: rgb(142,129,206); }
H1.HeaderClassName
{
color: #8E81CE;
}
.AnyTagClassName
{
color: #8E81CE;
}
</style>
background-color css
<style>
a { background-color: #8E81CE; }
a { background-color: rgb(142,129,206); }
div.DivClassName
{
background-color: #8E81CE;
}
.BgClassName
{
background-color: #8E81CE;
}
</style>
border-color css
<style>
span { border-color: #8E81CE; }
span { border-color: rgb(142,129,206); }
td.TdClassName
{
border-color: #8E81CE;
}
.TagClassName
{
border-color: #8E81CE;
}
</style>