Shades of Grey Suit #8E88B6
Tints of Grey Suit #8E88B6
RGB
CMYK
RGB Variations
Color information
#8E88B6 (or 0x8E88B6) is known color: Grey Suit. HEX triplet: 8E, 88 and B6. RGB value is (142,136,182). Sum of RGB (Red+Green+Blue) = 142+136+182=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 136 (53.52% from 255 or 29.57% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 182 - color contains mainly: blue. Hex color #8E88B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E88B6 is #717749. Grayscale: #8E8E8E. Windows color (decimal): -7436106 or 11962510. OLE color: 11962510.
HSL color Cylindrical-coordinate representation of color #8E88B6: hue angle of 247.83º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8E88B6 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 136 | 182 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.29 |
| HSL | 247.83º | 0.24% | 0.62% | - |
| HSV(B) | 247.83º | 0.25% | 0.71% | - |
| XYZ | 28.4 | 26.74 | 47.92 | - |
| YUV | 143.04 | 149.99 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 182 | 0.22 | 0.25 | 0 | 0.29 | 247.83 | 0.24 | 0.62 |
| Hex | 8E | 88 | B6 | 16 | 19 | 0 | 1D | F8 | 18 | 3E |
| Octal | 216 | 210 | 266 | 26 | 31 | 0 | 35 | 370 | 30 | 76 |
| Binary | 10001110 | 10001000 | 10110110 | 10110 | 11001 | 0 | 11101 | 11111000 | 11000 | 111110 |
Color Harmonies of #8E88B6
Complementary color
Monochromatic Colors of #8E88B6
Black with #8E88B6
Text Example
Text Example
White with #8E88B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E88B6; }
p { color: rgb(142,136,182); }
H1.HeaderClassName
{
color: #8E88B6;
}
.AnyTagClassName
{
color: #8E88B6;
}
</style>
background-color css
<style>
a { background-color: #8E88B6; }
a { background-color: rgb(142,136,182); }
div.DivClassName
{
background-color: #8E88B6;
}
.BgClassName
{
background-color: #8E88B6;
}
</style>
border-color css
<style>
span { border-color: #8E88B6; }
span { border-color: rgb(142,136,182); }
td.TdClassName
{
border-color: #8E88B6;
}
.TagClassName
{
border-color: #8E88B6;
}
</style>