Shades of Moody Blue #8E83CA
Tints of Moody Blue #8E83CA
RGB
CMYK
RGB Variations
Color information
#8E83CA (or 0x8E83CA) is known color: Moody Blue. HEX triplet: 8E, 83 and CA. RGB value is (142,131,202). Sum of RGB (Red+Green+Blue) = 142+131+202=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E83CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83CA is #717C35. Grayscale: #8E8E8E. Windows color (decimal): -7437366 or 13271950. OLE color: 13271950.
HSL color Cylindrical-coordinate representation of color #8E83CA: hue angle of 249.3º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8E83CA is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 131 | 202 | - |
| CMYK | 0.30 | 0.35 | 0 | 0.21 |
| HSL | 249.3º | 0.4% | 0.65% | - |
| HSV(B) | 249.3º | 0.35% | 0.79% | - |
| XYZ | 29.93 | 26.25 | 59.37 | - |
| YUV | 142.38 | 161.64 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 202 | 0.30 | 0.35 | 0 | 0.21 | 249.3 | 0.4 | 0.65 |
| Hex | 8E | 83 | CA | 1E | 23 | 0 | 15 | F9 | 28 | 41 |
| Octal | 216 | 203 | 312 | 36 | 43 | 0 | 25 | 371 | 50 | 101 |
| Binary | 10001110 | 10000011 | 11001010 | 11110 | 100011 | 0 | 10101 | 11111001 | 101000 | 1000001 |
Color Harmonies of #8E83CA
Complementary color
Monochromatic Colors of #8E83CA
Black with #8E83CA
Text Example
Text Example
White with #8E83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E83CA; }
p { color: rgb(142,131,202); }
H1.HeaderClassName
{
color: #8E83CA;
}
.AnyTagClassName
{
color: #8E83CA;
}
</style>
background-color css
<style>
a { background-color: #8E83CA; }
a { background-color: rgb(142,131,202); }
div.DivClassName
{
background-color: #8E83CA;
}
.BgClassName
{
background-color: #8E83CA;
}
</style>
border-color css
<style>
span { border-color: #8E83CA; }
span { border-color: rgb(142,131,202); }
td.TdClassName
{
border-color: #8E83CA;
}
.TagClassName
{
border-color: #8E83CA;
}
</style>