Shades of Moody Blue #8E84CD
Tints of Moody Blue #8E84CD
RGB
CMYK
RGB Variations
Color information
#8E84CD (or 0x8E84CD) is known color: Moody Blue. HEX triplet: 8E, 84 and CD. RGB value is (142,132,205). Sum of RGB (Red+Green+Blue) = 142+132+205=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 205 (80.47% from 255 or 42.80% from 479); Max value from RGB is 205 - color contains mainly: blue. Hex color #8E84CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E84CD is #717B32. Grayscale: #8F8F8F. Windows color (decimal): -7437107 or 13468814. OLE color: 13468814.
HSL color Cylindrical-coordinate representation of color #8E84CD: hue angle of 248.22º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E84CD is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 132 | 205 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.20 |
| HSL | 248.22º | 0.42% | 0.66% | - |
| HSV(B) | 248.22º | 0.36% | 0.8% | - |
| XYZ | 30.43 | 26.66 | 61.3 | - |
| YUV | 143.31 | 162.81 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 205 | 0.31 | 0.36 | 0 | 0.20 | 248.22 | 0.42 | 0.66 |
| Hex | 8E | 84 | CD | 1F | 24 | 0 | 14 | F8 | 2A | 42 |
| Octal | 216 | 204 | 315 | 37 | 44 | 0 | 24 | 370 | 52 | 102 |
| Binary | 10001110 | 10000100 | 11001101 | 11111 | 100100 | 0 | 10100 | 11111000 | 101010 | 1000010 |
Color Harmonies of #8E84CD
Complementary color
Monochromatic Colors of #8E84CD
Black with #8E84CD
Text Example
Text Example
White with #8E84CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E84CD; }
p { color: rgb(142,132,205); }
H1.HeaderClassName
{
color: #8E84CD;
}
.AnyTagClassName
{
color: #8E84CD;
}
</style>
background-color css
<style>
a { background-color: #8E84CD; }
a { background-color: rgb(142,132,205); }
div.DivClassName
{
background-color: #8E84CD;
}
.BgClassName
{
background-color: #8E84CD;
}
</style>
border-color css
<style>
span { border-color: #8E84CD; }
span { border-color: rgb(142,132,205); }
td.TdClassName
{
border-color: #8E84CD;
}
.TagClassName
{
border-color: #8E84CD;
}
</style>