Shades of Grey Suit #8E87A4
Tints of Grey Suit #8E87A4
RGB
CMYK
RGB Variations
Color information
#8E87A4 (or 0x8E87A4) is known color: Grey Suit. HEX triplet: 8E, 87 and A4. RGB value is (142,135,164). Sum of RGB (Red+Green+Blue) = 142+135+164=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 135 (53.12% from 255 or 30.61% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E87A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E87A4 is #71785B. Grayscale: #8C8C8C. Windows color (decimal): -7436380 or 10782606. OLE color: 10782606.
HSL color Cylindrical-coordinate representation of color #8E87A4: hue angle of 254.48º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E87A4 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 135 | 164 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.36 |
| HSL | 254.48º | 0.14% | 0.59% | - |
| HSV(B) | 254.48º | 0.18% | 0.64% | - |
| XYZ | 26.52 | 25.76 | 38.7 | - |
| YUV | 140.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 164 | 0.13 | 0.18 | 0 | 0.36 | 254.48 | 0.14 | 0.59 |
| Hex | 8E | 87 | A4 | D | 12 | 0 | 24 | FE | E | 3B |
| Octal | 216 | 207 | 244 | 15 | 22 | 0 | 44 | 376 | 16 | 73 |
| Binary | 10001110 | 10000111 | 10100100 | 1101 | 10010 | 0 | 100100 | 11111110 | 1110 | 111011 |
Color Harmonies of #8E87A4
Complementary color
Monochromatic Colors of #8E87A4
Black with #8E87A4
Text Example
Text Example
White with #8E87A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E87A4; }
p { color: rgb(142,135,164); }
H1.HeaderClassName
{
color: #8E87A4;
}
.AnyTagClassName
{
color: #8E87A4;
}
</style>
background-color css
<style>
a { background-color: #8E87A4; }
a { background-color: rgb(142,135,164); }
div.DivClassName
{
background-color: #8E87A4;
}
.BgClassName
{
background-color: #8E87A4;
}
</style>
border-color css
<style>
span { border-color: #8E87A4; }
span { border-color: rgb(142,135,164); }
td.TdClassName
{
border-color: #8E87A4;
}
.TagClassName
{
border-color: #8E87A4;
}
</style>