Shades of Moody Blue #8E88C1
Tints of Moody Blue #8E88C1
RGB
CMYK
RGB Variations
Color information
#8E88C1 (or 0x8E88C1) is known color: Moody Blue. HEX triplet: 8E, 88 and C1. RGB value is (142,136,193). Sum of RGB (Red+Green+Blue) = 142+136+193=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E88C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88C1 is #71773E. Grayscale: #909090. Windows color (decimal): -7436095 or 12683406. OLE color: 12683406.
HSL color Cylindrical-coordinate representation of color #8E88C1: hue angle of 246.32º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E88C1 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 136 | 193 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.24 |
| HSL | 246.32º | 0.31% | 0.65% | - |
| HSV(B) | 246.32º | 0.3% | 0.76% | - |
| XYZ | 29.59 | 27.21 | 54.14 | - |
| YUV | 144.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 193 | 0.26 | 0.30 | 0 | 0.24 | 246.32 | 0.31 | 0.65 |
| Hex | 8E | 88 | C1 | 1A | 1E | 0 | 18 | F6 | 1F | 41 |
| Octal | 216 | 210 | 301 | 32 | 36 | 0 | 30 | 366 | 37 | 101 |
| Binary | 10001110 | 10001000 | 11000001 | 11010 | 11110 | 0 | 11000 | 11110110 | 11111 | 1000001 |
Color Harmonies of #8E88C1
Complementary color
Monochromatic Colors of #8E88C1
Black with #8E88C1
Text Example
Text Example
White with #8E88C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E88C1; }
p { color: rgb(142,136,193); }
H1.HeaderClassName
{
color: #8E88C1;
}
.AnyTagClassName
{
color: #8E88C1;
}
</style>
background-color css
<style>
a { background-color: #8E88C1; }
a { background-color: rgb(142,136,193); }
div.DivClassName
{
background-color: #8E88C1;
}
.BgClassName
{
background-color: #8E88C1;
}
</style>
border-color css
<style>
span { border-color: #8E88C1; }
span { border-color: rgb(142,136,193); }
td.TdClassName
{
border-color: #8E88C1;
}
.TagClassName
{
border-color: #8E88C1;
}
</style>