Shades of Moody Blue #8E8ABC
Tints of Moody Blue #8E8ABC
RGB
CMYK
RGB Variations
Color information
#8E8ABC (or 0x8E8ABC) is known color: Moody Blue. HEX triplet: 8E, 8A and BC. RGB value is (142,138,188). Sum of RGB (Red+Green+Blue) = 142+138+188=468 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.34% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E8ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E8ABC is #717543. Grayscale: #909090. Windows color (decimal): -7435588 or 12356238. OLE color: 12356238.
HSL color Cylindrical-coordinate representation of color #8E8ABC: hue angle of 244.8º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E8ABC is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 138 | 188 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.26 |
| HSL | 244.8º | 0.27% | 0.64% | - |
| HSV(B) | 244.8º | 0.27% | 0.74% | - |
| XYZ | 29.32 | 27.56 | 51.35 | - |
| YUV | 144.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 188 | 0.24 | 0.27 | 0 | 0.26 | 244.8 | 0.27 | 0.64 |
| Hex | 8E | 8A | BC | 18 | 1B | 0 | 1A | F5 | 1B | 40 |
| Octal | 216 | 212 | 274 | 30 | 33 | 0 | 32 | 365 | 33 | 100 |
| Binary | 10001110 | 10001010 | 10111100 | 11000 | 11011 | 0 | 11010 | 11110101 | 11011 | 1000000 |
Color Harmonies of #8E8ABC
Complementary color
Monochromatic Colors of #8E8ABC
Black with #8E8ABC
Text Example
Text Example
White with #8E8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8ABC; }
p { color: rgb(142,138,188); }
H1.HeaderClassName
{
color: #8E8ABC;
}
.AnyTagClassName
{
color: #8E8ABC;
}
</style>
background-color css
<style>
a { background-color: #8E8ABC; }
a { background-color: rgb(142,138,188); }
div.DivClassName
{
background-color: #8E8ABC;
}
.BgClassName
{
background-color: #8E8ABC;
}
</style>
border-color css
<style>
span { border-color: #8E8ABC; }
span { border-color: rgb(142,138,188); }
td.TdClassName
{
border-color: #8E8ABC;
}
.TagClassName
{
border-color: #8E8ABC;
}
</style>