Shades of Moody Blue #8E7EC6
Tints of Moody Blue #8E7EC6
RGB
CMYK
RGB Variations
Color information
#8E7EC6 (or 0x8E7EC6) is known color: Moody Blue. HEX triplet: 8E, 7E and C6. RGB value is (142,126,198). Sum of RGB (Red+Green+Blue) = 142+126+198=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 198 (77.73% from 255 or 42.49% from 466); Max value from RGB is 198 - color contains mainly: blue. Hex color #8E7EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7EC6 is #718139. Grayscale: #8A8A8A. Windows color (decimal): -7438650 or 13008526. OLE color: 13008526.
HSL color Cylindrical-coordinate representation of color #8E7EC6: hue angle of 253.33º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E7EC6 is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 142 | 126 | 198 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.22 |
| HSL | 253.33º | 0.39% | 0.64% | - |
| HSV(B) | 253.33º | 0.36% | 0.78% | - |
| XYZ | 28.81 | 24.75 | 56.68 | - |
| YUV | 138.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 198 | 0.28 | 0.36 | 0 | 0.22 | 253.33 | 0.39 | 0.64 |
| Hex | 8E | 7E | C6 | 1C | 24 | 0 | 16 | FD | 27 | 40 |
| Octal | 216 | 176 | 306 | 34 | 44 | 0 | 26 | 375 | 47 | 100 |
| Binary | 10001110 | 1111110 | 11000110 | 11100 | 100100 | 0 | 10110 | 11111101 | 100111 | 1000000 |
Color Harmonies of #8E7EC6
Complementary color
Monochromatic Colors of #8E7EC6
Black with #8E7EC6
Text Example
Text Example
White with #8E7EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7EC6; }
p { color: rgb(142,126,198); }
H1.HeaderClassName
{
color: #8E7EC6;
}
.AnyTagClassName
{
color: #8E7EC6;
}
</style>
background-color css
<style>
a { background-color: #8E7EC6; }
a { background-color: rgb(142,126,198); }
div.DivClassName
{
background-color: #8E7EC6;
}
.BgClassName
{
background-color: #8E7EC6;
}
</style>
border-color css
<style>
span { border-color: #8E7EC6; }
span { border-color: rgb(142,126,198); }
td.TdClassName
{
border-color: #8E7EC6;
}
.TagClassName
{
border-color: #8E7EC6;
}
</style>