Shades of Grey Suit #8D8897
Tints of Grey Suit #8D8897
RGB
CMYK
RGB Variations
Color information
#8D8897 (or 0x8D8897) is known color: Grey Suit. HEX triplet: 8D, 88 and 97. RGB value is (141,136,151). Sum of RGB (Red+Green+Blue) = 141+136+151=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 151 - color contains mainly: blue. Hex color #8D8897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8897 is #727768. Grayscale: #8B8B8B. Windows color (decimal): -7501673 or 9930893. OLE color: 9930893.
HSL color Cylindrical-coordinate representation of color #8D8897: hue angle of 260º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D8897 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 141 | 136 | 151 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.41 |
| HSL | 260º | 0.07% | 0.56% | - |
| HSV(B) | 260º | 0.1% | 0.59% | - |
| XYZ | 25.37 | 25.51 | 32.86 | - |
| YUV | 139.21 | 134.66 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 151 | 0.07 | 0.10 | 0 | 0.41 | 260 | 0.07 | 0.56 |
| Hex | 8D | 88 | 97 | 7 | A | 0 | 29 | 104 | 7 | 38 |
| Octal | 215 | 210 | 227 | 7 | 12 | 0 | 51 | 404 | 7 | 70 |
| Binary | 10001101 | 10001000 | 10010111 | 111 | 1010 | 0 | 101001 | 100000100 | 111 | 111000 |
Color Harmonies of #8D8897
Complementary color
Monochromatic Colors of #8D8897
Black with #8D8897
Text Example
Text Example
White with #8D8897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8897; }
p { color: rgb(141,136,151); }
H1.HeaderClassName
{
color: #8D8897;
}
.AnyTagClassName
{
color: #8D8897;
}
</style>
background-color css
<style>
a { background-color: #8D8897; }
a { background-color: rgb(141,136,151); }
div.DivClassName
{
background-color: #8D8897;
}
.BgClassName
{
background-color: #8D8897;
}
</style>
border-color css
<style>
span { border-color: #8D8897; }
span { border-color: rgb(141,136,151); }
td.TdClassName
{
border-color: #8D8897;
}
.TagClassName
{
border-color: #8D8897;
}
</style>