Shades of Moody Blue #8E7FD4
Tints of Moody Blue #8E7FD4
RGB
CMYK
RGB Variations
Color information
#8E7FD4 (or 0x8E7FD4) is known color: Moody Blue. HEX triplet: 8E, 7F and D4. RGB value is (142,127,212). Sum of RGB (Red+Green+Blue) = 142+127+212=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #8E7FD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7FD4 is #71802B. Grayscale: #8C8C8C. Windows color (decimal): -7438380 or 13926286. OLE color: 13926286.
HSL color Cylindrical-coordinate representation of color #8E7FD4: hue angle of 250.59º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E7FD4 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 142 | 127 | 212 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.17 |
| HSL | 250.59º | 0.5% | 0.66% | - |
| HSV(B) | 250.59º | 0.4% | 0.83% | - |
| XYZ | 30.63 | 25.68 | 65.63 | - |
| YUV | 141.18 | 167.97 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 127 | 212 | 0.33 | 0.40 | 0 | 0.17 | 250.59 | 0.5 | 0.66 |
| Hex | 8E | 7F | D4 | 21 | 28 | 0 | 11 | FB | 32 | 42 |
| Octal | 216 | 177 | 324 | 41 | 50 | 0 | 21 | 373 | 62 | 102 |
| Binary | 10001110 | 1111111 | 11010100 | 100001 | 101000 | 0 | 10001 | 11111011 | 110010 | 1000010 |
Color Harmonies of #8E7FD4
Complementary color
Monochromatic Colors of #8E7FD4
Black with #8E7FD4
Text Example
Text Example
White with #8E7FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7FD4; }
p { color: rgb(142,127,212); }
H1.HeaderClassName
{
color: #8E7FD4;
}
.AnyTagClassName
{
color: #8E7FD4;
}
</style>
background-color css
<style>
a { background-color: #8E7FD4; }
a { background-color: rgb(142,127,212); }
div.DivClassName
{
background-color: #8E7FD4;
}
.BgClassName
{
background-color: #8E7FD4;
}
</style>
border-color css
<style>
span { border-color: #8E7FD4; }
span { border-color: rgb(142,127,212); }
td.TdClassName
{
border-color: #8E7FD4;
}
.TagClassName
{
border-color: #8E7FD4;
}
</style>