Shades of Grey Suit #8E8CA7
Tints of Grey Suit #8E8CA7
RGB
CMYK
RGB Variations
Color information
#8E8CA7 (or 0x8E8CA7) is known color: Grey Suit. HEX triplet: 8E, 8C and A7. RGB value is (142,140,167). Sum of RGB (Red+Green+Blue) = 142+140+167=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 167 - color contains mainly: blue. Hex color #8E8CA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8CA7 is #717358. Grayscale: #8F8F8F. Windows color (decimal): -7435097 or 10980494. OLE color: 10980494.
HSL color Cylindrical-coordinate representation of color #8E8CA7: hue angle of 244.44º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8E8CA7 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 142 | 140 | 167 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.35 |
| HSL | 244.44º | 0.13% | 0.6% | - |
| HSV(B) | 244.44º | 0.16% | 0.65% | - |
| XYZ | 27.51 | 27.3 | 40.38 | - |
| YUV | 143.68 | 141.16 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 140 | 167 | 0.15 | 0.16 | 0 | 0.35 | 244.44 | 0.13 | 0.6 |
| Hex | 8E | 8C | A7 | F | 10 | 0 | 23 | F4 | D | 3C |
| Octal | 216 | 214 | 247 | 17 | 20 | 0 | 43 | 364 | 15 | 74 |
| Binary | 10001110 | 10001100 | 10100111 | 1111 | 10000 | 0 | 100011 | 11110100 | 1101 | 111100 |
Color Harmonies of #8E8CA7
Complementary color
Monochromatic Colors of #8E8CA7
Black with #8E8CA7
Text Example
Text Example
White with #8E8CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8CA7; }
p { color: rgb(142,140,167); }
H1.HeaderClassName
{
color: #8E8CA7;
}
.AnyTagClassName
{
color: #8E8CA7;
}
</style>
background-color css
<style>
a { background-color: #8E8CA7; }
a { background-color: rgb(142,140,167); }
div.DivClassName
{
background-color: #8E8CA7;
}
.BgClassName
{
background-color: #8E8CA7;
}
</style>
border-color css
<style>
span { border-color: #8E8CA7; }
span { border-color: rgb(142,140,167); }
td.TdClassName
{
border-color: #8E8CA7;
}
.TagClassName
{
border-color: #8E8CA7;
}
</style>