Shades of Grey Suit #8D8995
Tints of Grey Suit #8D8995
RGB
CMYK
RGB Variations
Color information
#8D8995 (or 0x8D8995) is known color: Grey Suit. HEX triplet: 8D, 89 and 95. RGB value is (141,137,149). Sum of RGB (Red+Green+Blue) = 141+137+149=427 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.02% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D8995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8995 is #72766A. Grayscale: #8B8B8B. Windows color (decimal): -7501419 or 9800077. OLE color: 9800077.
HSL color Cylindrical-coordinate representation of color #8D8995: hue angle of 260º 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 #8D8995 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 137 | 149 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.42 |
| HSL | 260º | 0.05% | 0.56% | - |
| HSV(B) | 260º | 0.08% | 0.58% | - |
| XYZ | 25.35 | 25.72 | 32.06 | - |
| YUV | 139.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 149 | 0.05 | 0.08 | 0 | 0.42 | 260 | 0.05 | 0.56 |
| Hex | 8D | 89 | 95 | 5 | 8 | 0 | 2A | 104 | 5 | 38 |
| Octal | 215 | 211 | 225 | 5 | 10 | 0 | 52 | 404 | 5 | 70 |
| Binary | 10001101 | 10001001 | 10010101 | 101 | 1000 | 0 | 101010 | 100000100 | 101 | 111000 |
Color Harmonies of #8D8995
Complementary color
Monochromatic Colors of #8D8995
Black with #8D8995
Text Example
Text Example
White with #8D8995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8995; }
p { color: rgb(141,137,149); }
H1.HeaderClassName
{
color: #8D8995;
}
.AnyTagClassName
{
color: #8D8995;
}
</style>
background-color css
<style>
a { background-color: #8D8995; }
a { background-color: rgb(141,137,149); }
div.DivClassName
{
background-color: #8D8995;
}
.BgClassName
{
background-color: #8D8995;
}
</style>
border-color css
<style>
span { border-color: #8D8995; }
span { border-color: rgb(141,137,149); }
td.TdClassName
{
border-color: #8D8995;
}
.TagClassName
{
border-color: #8D8995;
}
</style>