Shades of Moody Blue #8E7ED5
Tints of Moody Blue #8E7ED5
RGB
CMYK
RGB Variations
Color information
#8E7ED5 (or 0x8E7ED5) is known color: Moody Blue. HEX triplet: 8E, 7E and D5. RGB value is (142,126,213). Sum of RGB (Red+Green+Blue) = 142+126+213=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #8E7ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7ED5 is #71812A. Grayscale: #8C8C8C. Windows color (decimal): -7438635 or 13991566. OLE color: 13991566.
HSL color Cylindrical-coordinate representation of color #8E7ED5: hue angle of 251.03º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8E7ED5 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 126 | 213 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.16 |
| HSL | 251.03º | 0.51% | 0.66% | - |
| HSV(B) | 251.03º | 0.41% | 0.84% | - |
| XYZ | 30.63 | 25.48 | 66.25 | - |
| YUV | 140.7 | 168.8 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 126 | 213 | 0.33 | 0.41 | 0 | 0.16 | 251.03 | 0.51 | 0.66 |
| Hex | 8E | 7E | D5 | 21 | 29 | 0 | 10 | FB | 33 | 42 |
| Octal | 216 | 176 | 325 | 41 | 51 | 0 | 20 | 373 | 63 | 102 |
| Binary | 10001110 | 1111110 | 11010101 | 100001 | 101001 | 0 | 10000 | 11111011 | 110011 | 1000010 |
Color Harmonies of #8E7ED5
Complementary color
Monochromatic Colors of #8E7ED5
Black with #8E7ED5
Text Example
Text Example
White with #8E7ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7ED5; }
p { color: rgb(142,126,213); }
H1.HeaderClassName
{
color: #8E7ED5;
}
.AnyTagClassName
{
color: #8E7ED5;
}
</style>
background-color css
<style>
a { background-color: #8E7ED5; }
a { background-color: rgb(142,126,213); }
div.DivClassName
{
background-color: #8E7ED5;
}
.BgClassName
{
background-color: #8E7ED5;
}
</style>
border-color css
<style>
span { border-color: #8E7ED5; }
span { border-color: rgb(142,126,213); }
td.TdClassName
{
border-color: #8E7ED5;
}
.TagClassName
{
border-color: #8E7ED5;
}
</style>