Shades of Moody Blue #8E83D7
Tints of Moody Blue #8E83D7
RGB
CMYK
RGB Variations
Color information
#8E83D7 (or 0x8E83D7) is known color: Moody Blue. HEX triplet: 8E, 83 and D7. RGB value is (142,131,215). Sum of RGB (Red+Green+Blue) = 142+131+215=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 131 (51.56% from 255 or 26.84% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E83D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83D7 is #717C28. Grayscale: #8F8F8F. Windows color (decimal): -7437353 or 14123918. OLE color: 14123918.
HSL color Cylindrical-coordinate representation of color #8E83D7: hue angle of 247.86º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E83D7 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 142 | 131 | 215 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.16 |
| HSL | 247.86º | 0.51% | 0.68% | - |
| HSV(B) | 247.86º | 0.39% | 0.84% | - |
| XYZ | 31.54 | 26.89 | 67.82 | - |
| YUV | 143.87 | 168.14 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 215 | 0.34 | 0.39 | 0 | 0.16 | 247.86 | 0.51 | 0.68 |
| Hex | 8E | 83 | D7 | 22 | 27 | 0 | 10 | F8 | 33 | 44 |
| Octal | 216 | 203 | 327 | 42 | 47 | 0 | 20 | 370 | 63 | 104 |
| Binary | 10001110 | 10000011 | 11010111 | 100010 | 100111 | 0 | 10000 | 11111000 | 110011 | 1000100 |
Color Harmonies of #8E83D7
Complementary color
Monochromatic Colors of #8E83D7
Black with #8E83D7
Text Example
Text Example
White with #8E83D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E83D7; }
p { color: rgb(142,131,215); }
H1.HeaderClassName
{
color: #8E83D7;
}
.AnyTagClassName
{
color: #8E83D7;
}
</style>
background-color css
<style>
a { background-color: #8E83D7; }
a { background-color: rgb(142,131,215); }
div.DivClassName
{
background-color: #8E83D7;
}
.BgClassName
{
background-color: #8E83D7;
}
</style>
border-color css
<style>
span { border-color: #8E83D7; }
span { border-color: rgb(142,131,215); }
td.TdClassName
{
border-color: #8E83D7;
}
.TagClassName
{
border-color: #8E83D7;
}
</style>