Shades of Moody Blue #8E83DB
Tints of Moody Blue #8E83DB
RGB
CMYK
RGB Variations
Color information
#8E83DB (or 0x8E83DB) is known color: Moody Blue. HEX triplet: 8E, 83 and DB. RGB value is (142,131,219). Sum of RGB (Red+Green+Blue) = 142+131+219=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83DB is #717C24. Grayscale: #8F8F8F. Windows color (decimal): -7437349 or 14386062. OLE color: 14386062.
HSL color Cylindrical-coordinate representation of color #8E83DB: hue angle of 247.5º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E83DB is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 142 | 131 | 219 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.14 |
| HSL | 247.5º | 0.55% | 0.69% | - |
| HSV(B) | 247.5º | 0.4% | 0.86% | - |
| XYZ | 32.06 | 27.1 | 70.56 | - |
| YUV | 144.32 | 170.14 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 219 | 0.35 | 0.40 | 0 | 0.14 | 247.5 | 0.55 | 0.69 |
| Hex | 8E | 83 | DB | 23 | 28 | 0 | E | F8 | 37 | 45 |
| Octal | 216 | 203 | 333 | 43 | 50 | 0 | 16 | 370 | 67 | 105 |
| Binary | 10001110 | 10000011 | 11011011 | 100011 | 101000 | 0 | 1110 | 11111000 | 110111 | 1000101 |
Color Harmonies of #8E83DB
Complementary color
Monochromatic Colors of #8E83DB
Black with #8E83DB
Text Example
Text Example
White with #8E83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E83DB; }
p { color: rgb(142,131,219); }
H1.HeaderClassName
{
color: #8E83DB;
}
.AnyTagClassName
{
color: #8E83DB;
}
</style>
background-color css
<style>
a { background-color: #8E83DB; }
a { background-color: rgb(142,131,219); }
div.DivClassName
{
background-color: #8E83DB;
}
.BgClassName
{
background-color: #8E83DB;
}
</style>
border-color css
<style>
span { border-color: #8E83DB; }
span { border-color: rgb(142,131,219); }
td.TdClassName
{
border-color: #8E83DB;
}
.TagClassName
{
border-color: #8E83DB;
}
</style>