Shades of Grey Suit #8E88A5
Tints of Grey Suit #8E88A5
RGB
CMYK
RGB Variations
Color information
#8E88A5 (or 0x8E88A5) is known color: Grey Suit. HEX triplet: 8E, 88 and A5. RGB value is (142,136,165). Sum of RGB (Red+Green+Blue) = 142+136+165=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 136 (53.52% from 255 or 30.70% from 443); Blue value is 165 (64.84% from 255 or 37.25% from 443); Max value from RGB is 165 - color contains mainly: blue. Hex color #8E88A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E88A5 is #71775A. Grayscale: #8C8C8C. Windows color (decimal): -7436123 or 10848398. OLE color: 10848398.
HSL color Cylindrical-coordinate representation of color #8E88A5: hue angle of 252.41º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E88A5 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 136 | 165 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.35 |
| HSL | 252.41º | 0.14% | 0.59% | - |
| HSV(B) | 252.41º | 0.18% | 0.65% | - |
| XYZ | 26.75 | 26.08 | 39.22 | - |
| YUV | 141.1 | 141.49 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 136 | 165 | 0.14 | 0.18 | 0 | 0.35 | 252.41 | 0.14 | 0.59 |
| Hex | 8E | 88 | A5 | E | 12 | 0 | 23 | FC | E | 3B |
| Octal | 216 | 210 | 245 | 16 | 22 | 0 | 43 | 374 | 16 | 73 |
| Binary | 10001110 | 10001000 | 10100101 | 1110 | 10010 | 0 | 100011 | 11111100 | 1110 | 111011 |
Color Harmonies of #8E88A5
Complementary color
Monochromatic Colors of #8E88A5
Black with #8E88A5
Text Example
Text Example
White with #8E88A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E88A5; }
p { color: rgb(142,136,165); }
H1.HeaderClassName
{
color: #8E88A5;
}
.AnyTagClassName
{
color: #8E88A5;
}
</style>
background-color css
<style>
a { background-color: #8E88A5; }
a { background-color: rgb(142,136,165); }
div.DivClassName
{
background-color: #8E88A5;
}
.BgClassName
{
background-color: #8E88A5;
}
</style>
border-color css
<style>
span { border-color: #8E88A5; }
span { border-color: rgb(142,136,165); }
td.TdClassName
{
border-color: #8E88A5;
}
.TagClassName
{
border-color: #8E88A5;
}
</style>