Shades of Grey Suit #8C8895
Tints of Grey Suit #8C8895
RGB
CMYK
RGB Variations
Color information
#8C8895 (or 0x8C8895) is known color: Grey Suit. HEX triplet: 8C, 88 and 95. RGB value is (140,136,149). Sum of RGB (Red+Green+Blue) = 140+136+149=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 136 (53.52% from 255 or 32% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #8C8895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8895 is #73776A. Grayscale: #8A8A8A. Windows color (decimal): -7567211 or 9799820. OLE color: 9799820.
HSL color Cylindrical-coordinate representation of color #8C8895: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8C8895 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 136 | 149 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.42 |
| HSL | 258.46º | 0.06% | 0.56% | - |
| HSV(B) | 258.46º | 0.09% | 0.58% | - |
| XYZ | 25.04 | 25.35 | 32.01 | - |
| YUV | 138.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 136 | 149 | 0.06 | 0.09 | 0 | 0.42 | 258.46 | 0.06 | 0.56 |
| Hex | 8C | 88 | 95 | 6 | 9 | 0 | 2A | 102 | 6 | 38 |
| Octal | 214 | 210 | 225 | 6 | 11 | 0 | 52 | 402 | 6 | 70 |
| Binary | 10001100 | 10001000 | 10010101 | 110 | 1001 | 0 | 101010 | 100000010 | 110 | 111000 |
Color Harmonies of #8C8895
Complementary color
Monochromatic Colors of #8C8895
Black with #8C8895
Text Example
Text Example
White with #8C8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8895; }
p { color: rgb(140,136,149); }
H1.HeaderClassName
{
color: #8C8895;
}
.AnyTagClassName
{
color: #8C8895;
}
</style>
background-color css
<style>
a { background-color: #8C8895; }
a { background-color: rgb(140,136,149); }
div.DivClassName
{
background-color: #8C8895;
}
.BgClassName
{
background-color: #8C8895;
}
</style>
border-color css
<style>
span { border-color: #8C8895; }
span { border-color: rgb(140,136,149); }
td.TdClassName
{
border-color: #8C8895;
}
.TagClassName
{
border-color: #8C8895;
}
</style>