Shades of Moody Blue #8E85BC
Tints of Moody Blue #8E85BC
RGB
CMYK
RGB Variations
Color information
#8E85BC (or 0x8E85BC) is known color: Moody Blue. HEX triplet: 8E, 85 and BC. RGB value is (142,133,188). Sum of RGB (Red+Green+Blue) = 142+133+188=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E85BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E85BC is #717A43. Grayscale: #8D8D8D. Windows color (decimal): -7436868 or 12354958. OLE color: 12354958.
HSL color Cylindrical-coordinate representation of color #8E85BC: hue angle of 249.82º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8E85BC is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 133 | 188 | - |
| CMYK | 0.24 | 0.29 | 0 | 0.26 |
| HSL | 249.82º | 0.29% | 0.63% | - |
| HSV(B) | 249.82º | 0.29% | 0.74% | - |
| XYZ | 28.62 | 26.16 | 51.12 | - |
| YUV | 141.96 | 153.98 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 188 | 0.24 | 0.29 | 0 | 0.26 | 249.82 | 0.29 | 0.63 |
| Hex | 8E | 85 | BC | 18 | 1D | 0 | 1A | FA | 1D | 3F |
| Octal | 216 | 205 | 274 | 30 | 35 | 0 | 32 | 372 | 35 | 77 |
| Binary | 10001110 | 10000101 | 10111100 | 11000 | 11101 | 0 | 11010 | 11111010 | 11101 | 111111 |
Color Harmonies of #8E85BC
Complementary color
Monochromatic Colors of #8E85BC
Black with #8E85BC
Text Example
Text Example
White with #8E85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E85BC; }
p { color: rgb(142,133,188); }
H1.HeaderClassName
{
color: #8E85BC;
}
.AnyTagClassName
{
color: #8E85BC;
}
</style>
background-color css
<style>
a { background-color: #8E85BC; }
a { background-color: rgb(142,133,188); }
div.DivClassName
{
background-color: #8E85BC;
}
.BgClassName
{
background-color: #8E85BC;
}
</style>
border-color css
<style>
span { border-color: #8E85BC; }
span { border-color: rgb(142,133,188); }
td.TdClassName
{
border-color: #8E85BC;
}
.TagClassName
{
border-color: #8E85BC;
}
</style>