Shades of Moody Blue #8E7ECA
Tints of Moody Blue #8E7ECA
RGB
CMYK
RGB Variations
Color information
#8E7ECA (or 0x8E7ECA) is known color: Moody Blue. HEX triplet: 8E, 7E and CA. RGB value is (142,126,202). Sum of RGB (Red+Green+Blue) = 142+126+202=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E7ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7ECA is #718135. Grayscale: #8B8B8B. Windows color (decimal): -7438646 or 13270670. OLE color: 13270670.
HSL color Cylindrical-coordinate representation of color #8E7ECA: hue angle of 252.63º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8E7ECA is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 126 | 202 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.21 |
| HSL | 252.63º | 0.42% | 0.64% | - |
| HSV(B) | 252.63º | 0.38% | 0.79% | - |
| XYZ | 29.28 | 24.94 | 59.15 | - |
| YUV | 139.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 202 | 0.30 | 0.38 | 0 | 0.21 | 252.63 | 0.42 | 0.64 |
| Hex | 8E | 7E | CA | 1E | 26 | 0 | 15 | FD | 2A | 40 |
| Octal | 216 | 176 | 312 | 36 | 46 | 0 | 25 | 375 | 52 | 100 |
| Binary | 10001110 | 1111110 | 11001010 | 11110 | 100110 | 0 | 10101 | 11111101 | 101010 | 1000000 |
Color Harmonies of #8E7ECA
Complementary color
Monochromatic Colors of #8E7ECA
Black with #8E7ECA
Text Example
Text Example
White with #8E7ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7ECA; }
p { color: rgb(142,126,202); }
H1.HeaderClassName
{
color: #8E7ECA;
}
.AnyTagClassName
{
color: #8E7ECA;
}
</style>
background-color css
<style>
a { background-color: #8E7ECA; }
a { background-color: rgb(142,126,202); }
div.DivClassName
{
background-color: #8E7ECA;
}
.BgClassName
{
background-color: #8E7ECA;
}
</style>
border-color css
<style>
span { border-color: #8E7ECA; }
span { border-color: rgb(142,126,202); }
td.TdClassName
{
border-color: #8E7ECA;
}
.TagClassName
{
border-color: #8E7ECA;
}
</style>