Shades of Moody Blue #8E83DA
Tints of Moody Blue #8E83DA
RGB
CMYK
RGB Variations
Color information
#8E83DA (or 0x8E83DA) is known color: Moody Blue. HEX triplet: 8E, 83 and DA. RGB value is (142,131,218). Sum of RGB (Red+Green+Blue) = 142+131+218=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E83DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83DA is #717C25. Grayscale: #8F8F8F. Windows color (decimal): -7437350 or 14320526. OLE color: 14320526.
HSL color Cylindrical-coordinate representation of color #8E83DA: hue angle of 247.59º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E83DA is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 131 | 218 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.15 |
| HSL | 247.59º | 0.54% | 0.68% | - |
| HSV(B) | 247.59º | 0.4% | 0.85% | - |
| XYZ | 31.93 | 27.05 | 69.87 | - |
| YUV | 144.21 | 169.64 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 218 | 0.35 | 0.40 | 0 | 0.15 | 247.59 | 0.54 | 0.68 |
| Hex | 8E | 83 | DA | 23 | 28 | 0 | F | F8 | 36 | 44 |
| Octal | 216 | 203 | 332 | 43 | 50 | 0 | 17 | 370 | 66 | 104 |
| Binary | 10001110 | 10000011 | 11011010 | 100011 | 101000 | 0 | 1111 | 11111000 | 110110 | 1000100 |
Color Harmonies of #8E83DA
Complementary color
Monochromatic Colors of #8E83DA
Black with #8E83DA
Text Example
Text Example
White with #8E83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E83DA; }
p { color: rgb(142,131,218); }
H1.HeaderClassName
{
color: #8E83DA;
}
.AnyTagClassName
{
color: #8E83DA;
}
</style>
background-color css
<style>
a { background-color: #8E83DA; }
a { background-color: rgb(142,131,218); }
div.DivClassName
{
background-color: #8E83DA;
}
.BgClassName
{
background-color: #8E83DA;
}
</style>
border-color css
<style>
span { border-color: #8E83DA; }
span { border-color: rgb(142,131,218); }
td.TdClassName
{
border-color: #8E83DA;
}
.TagClassName
{
border-color: #8E83DA;
}
</style>