Shades of Grey Suit #8C8995
Tints of Grey Suit #8C8995
RGB
CMYK
RGB Variations
Color information
#8C8995 (or 0x8C8995) is known color: Grey Suit. HEX triplet: 8C, 89 and 95. RGB value is (140,137,149). Sum of RGB (Red+Green+Blue) = 140+137+149=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C8995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8995 is #73766A. Grayscale: #8B8B8B. Windows color (decimal): -7566955 or 9800076. OLE color: 9800076.
HSL color Cylindrical-coordinate representation of color #8C8995: hue angle of 255º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C8995 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 137 | 149 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.42 |
| HSL | 255º | 0.05% | 0.56% | - |
| HSV(B) | 255º | 0.08% | 0.58% | - |
| XYZ | 25.19 | 25.64 | 32.05 | - |
| YUV | 139.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 149 | 0.06 | 0.08 | 0 | 0.42 | 255 | 0.05 | 0.56 |
| Hex | 8C | 89 | 95 | 6 | 8 | 0 | 2A | FF | 5 | 38 |
| Octal | 214 | 211 | 225 | 6 | 10 | 0 | 52 | 377 | 5 | 70 |
| Binary | 10001100 | 10001001 | 10010101 | 110 | 1000 | 0 | 101010 | 11111111 | 101 | 111000 |
Color Harmonies of #8C8995
Complementary color
Monochromatic Colors of #8C8995
Black with #8C8995
Text Example
Text Example
White with #8C8995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8995; }
p { color: rgb(140,137,149); }
H1.HeaderClassName
{
color: #8C8995;
}
.AnyTagClassName
{
color: #8C8995;
}
</style>
background-color css
<style>
a { background-color: #8C8995; }
a { background-color: rgb(140,137,149); }
div.DivClassName
{
background-color: #8C8995;
}
.BgClassName
{
background-color: #8C8995;
}
</style>
border-color css
<style>
span { border-color: #8C8995; }
span { border-color: rgb(140,137,149); }
td.TdClassName
{
border-color: #8C8995;
}
.TagClassName
{
border-color: #8C8995;
}
</style>