Shades of Grey Suit #8C8AA0
Tints of Grey Suit #8C8AA0
RGB
CMYK
RGB Variations
Color information
#8C8AA0 (or 0x8C8AA0) is known color: Grey Suit. HEX triplet: 8C, 8A and A0. RGB value is (140,138,160). Sum of RGB (Red+Green+Blue) = 140+138+160=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C8AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8AA0 is #73755F. Grayscale: #8D8D8D. Windows color (decimal): -7566688 or 10521228. OLE color: 10521228.
HSL color Cylindrical-coordinate representation of color #8C8AA0: hue angle of 245.45º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C8AA0 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 140 | 138 | 160 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.37 |
| HSL | 245.45º | 0.1% | 0.58% | - |
| HSV(B) | 245.45º | 0.14% | 0.63% | - |
| XYZ | 26.25 | 26.29 | 36.95 | - |
| YUV | 141.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 138 | 160 | 0.12 | 0.14 | 0 | 0.37 | 245.45 | 0.1 | 0.58 |
| Hex | 8C | 8A | A0 | C | E | 0 | 25 | F5 | A | 3A |
| Octal | 214 | 212 | 240 | 14 | 16 | 0 | 45 | 365 | 12 | 72 |
| Binary | 10001100 | 10001010 | 10100000 | 1100 | 1110 | 0 | 100101 | 11110101 | 1010 | 111010 |
Color Harmonies of #8C8AA0
Complementary color
Monochromatic Colors of #8C8AA0
Black with #8C8AA0
Text Example
Text Example
White with #8C8AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8AA0; }
p { color: rgb(140,138,160); }
H1.HeaderClassName
{
color: #8C8AA0;
}
.AnyTagClassName
{
color: #8C8AA0;
}
</style>
background-color css
<style>
a { background-color: #8C8AA0; }
a { background-color: rgb(140,138,160); }
div.DivClassName
{
background-color: #8C8AA0;
}
.BgClassName
{
background-color: #8C8AA0;
}
</style>
border-color css
<style>
span { border-color: #8C8AA0; }
span { border-color: rgb(140,138,160); }
td.TdClassName
{
border-color: #8C8AA0;
}
.TagClassName
{
border-color: #8C8AA0;
}
</style>