Shades of Moody Blue #8E86CD
Tints of Moody Blue #8E86CD
RGB
CMYK
RGB Variations
Color information
#8E86CD (or 0x8E86CD) is known color: Moody Blue. HEX triplet: 8E, 86 and CD. RGB value is (142,134,205). Sum of RGB (Red+Green+Blue) = 142+134+205=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E86CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E86CD is #717932. Grayscale: #909090. Windows color (decimal): -7436595 or 13469326. OLE color: 13469326.
HSL color Cylindrical-coordinate representation of color #8E86CD: hue angle of 246.76º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E86CD is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 134 | 205 | - |
| CMYK | 0.31 | 0.35 | 0 | 0.20 |
| HSL | 246.76º | 0.42% | 0.66% | - |
| HSV(B) | 246.76º | 0.35% | 0.8% | - |
| XYZ | 30.7 | 27.21 | 61.39 | - |
| YUV | 144.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 134 | 205 | 0.31 | 0.35 | 0 | 0.20 | 246.76 | 0.42 | 0.66 |
| Hex | 8E | 86 | CD | 1F | 23 | 0 | 14 | F7 | 2A | 42 |
| Octal | 216 | 206 | 315 | 37 | 43 | 0 | 24 | 367 | 52 | 102 |
| Binary | 10001110 | 10000110 | 11001101 | 11111 | 100011 | 0 | 10100 | 11110111 | 101010 | 1000010 |
Color Harmonies of #8E86CD
Complementary color
Monochromatic Colors of #8E86CD
Black with #8E86CD
Text Example
Text Example
White with #8E86CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E86CD; }
p { color: rgb(142,134,205); }
H1.HeaderClassName
{
color: #8E86CD;
}
.AnyTagClassName
{
color: #8E86CD;
}
</style>
background-color css
<style>
a { background-color: #8E86CD; }
a { background-color: rgb(142,134,205); }
div.DivClassName
{
background-color: #8E86CD;
}
.BgClassName
{
background-color: #8E86CD;
}
</style>
border-color css
<style>
span { border-color: #8E86CD; }
span { border-color: rgb(142,134,205); }
td.TdClassName
{
border-color: #8E86CD;
}
.TagClassName
{
border-color: #8E86CD;
}
</style>