Shades of Moody Blue #8E86CB
Tints of Moody Blue #8E86CB
RGB
CMYK
RGB Variations
Color information
#8E86CB (or 0x8E86CB) is known color: Moody Blue. HEX triplet: 8E, 86 and CB. RGB value is (142,134,203). Sum of RGB (Red+Green+Blue) = 142+134+203=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E86CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E86CB is #717934. Grayscale: #8F8F8F. Windows color (decimal): -7436597 or 13338254. OLE color: 13338254.
HSL color Cylindrical-coordinate representation of color #8E86CB: hue angle of 246.96º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8E86CB is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 134 | 203 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.20 |
| HSL | 246.96º | 0.4% | 0.66% | - |
| HSV(B) | 246.96º | 0.34% | 0.8% | - |
| XYZ | 30.46 | 27.11 | 60.13 | - |
| YUV | 144.26 | 161.15 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 134 | 203 | 0.30 | 0.34 | 0 | 0.20 | 246.96 | 0.4 | 0.66 |
| Hex | 8E | 86 | CB | 1E | 22 | 0 | 14 | F7 | 28 | 42 |
| Octal | 216 | 206 | 313 | 36 | 42 | 0 | 24 | 367 | 50 | 102 |
| Binary | 10001110 | 10000110 | 11001011 | 11110 | 100010 | 0 | 10100 | 11110111 | 101000 | 1000010 |
Color Harmonies of #8E86CB
Complementary color
Monochromatic Colors of #8E86CB
Black with #8E86CB
Text Example
Text Example
White with #8E86CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E86CB; }
p { color: rgb(142,134,203); }
H1.HeaderClassName
{
color: #8E86CB;
}
.AnyTagClassName
{
color: #8E86CB;
}
</style>
background-color css
<style>
a { background-color: #8E86CB; }
a { background-color: rgb(142,134,203); }
div.DivClassName
{
background-color: #8E86CB;
}
.BgClassName
{
background-color: #8E86CB;
}
</style>
border-color css
<style>
span { border-color: #8E86CB; }
span { border-color: rgb(142,134,203); }
td.TdClassName
{
border-color: #8E86CB;
}
.TagClassName
{
border-color: #8E86CB;
}
</style>