Shades of Grey Suit #8D8996
Tints of Grey Suit #8D8996
RGB
CMYK
RGB Variations
Color information
#8D8996 (or 0x8D8996) is known color: Grey Suit. HEX triplet: 8D, 89 and 96. RGB value is (141,137,150). Sum of RGB (Red+Green+Blue) = 141+137+150=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 150 - color contains mainly: blue. Hex color #8D8996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8996 is #727669. Grayscale: #8B8B8B. Windows color (decimal): -7501418 or 9865613. OLE color: 9865613.
HSL color Cylindrical-coordinate representation of color #8D8996: hue angle of 258.46º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D8996 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 137 | 150 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.41 |
| HSL | 258.46º | 0.06% | 0.56% | - |
| HSV(B) | 258.46º | 0.09% | 0.59% | - |
| XYZ | 25.44 | 25.76 | 32.49 | - |
| YUV | 139.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 150 | 0.06 | 0.09 | 0 | 0.41 | 258.46 | 0.06 | 0.56 |
| Hex | 8D | 89 | 96 | 6 | 9 | 0 | 29 | 102 | 6 | 38 |
| Octal | 215 | 211 | 226 | 6 | 11 | 0 | 51 | 402 | 6 | 70 |
| Binary | 10001101 | 10001001 | 10010110 | 110 | 1001 | 0 | 101001 | 100000010 | 110 | 111000 |
Color Harmonies of #8D8996
Complementary color
Monochromatic Colors of #8D8996
Black with #8D8996
Text Example
Text Example
White with #8D8996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8996; }
p { color: rgb(141,137,150); }
H1.HeaderClassName
{
color: #8D8996;
}
.AnyTagClassName
{
color: #8D8996;
}
</style>
background-color css
<style>
a { background-color: #8D8996; }
a { background-color: rgb(141,137,150); }
div.DivClassName
{
background-color: #8D8996;
}
.BgClassName
{
background-color: #8D8996;
}
</style>
border-color css
<style>
span { border-color: #8D8996; }
span { border-color: rgb(141,137,150); }
td.TdClassName
{
border-color: #8D8996;
}
.TagClassName
{
border-color: #8D8996;
}
</style>