Shades of Grey Suit #8D8899
Tints of Grey Suit #8D8899
RGB
CMYK
RGB Variations
Color information
#8D8899 (or 0x8D8899) is known color: Grey Suit. HEX triplet: 8D, 88 and 99. RGB value is (141,136,153). Sum of RGB (Red+Green+Blue) = 141+136+153=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D8899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8899 is #727766. Grayscale: #8B8B8B. Windows color (decimal): -7501671 or 10061965. OLE color: 10061965.
HSL color Cylindrical-coordinate representation of color #8D8899: hue angle of 257.65º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D8899 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 136 | 153 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.4 |
| HSL | 257.65º | 0.08% | 0.57% | - |
| HSV(B) | 257.65º | 0.11% | 0.6% | - |
| XYZ | 25.54 | 25.57 | 33.73 | - |
| YUV | 139.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 136 | 153 | 0.08 | 0.11 | 0 | 0.4 | 257.65 | 0.08 | 0.57 |
| Hex | 8D | 88 | 99 | 8 | B | 0 | 28 | 102 | 8 | 39 |
| Octal | 215 | 210 | 231 | 10 | 13 | 0 | 50 | 402 | 10 | 71 |
| Binary | 10001101 | 10001000 | 10011001 | 1000 | 1011 | 0 | 101000 | 100000010 | 1000 | 111001 |
Color Harmonies of #8D8899
Complementary color
Monochromatic Colors of #8D8899
Black with #8D8899
Text Example
Text Example
White with #8D8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8899; }
p { color: rgb(141,136,153); }
H1.HeaderClassName
{
color: #8D8899;
}
.AnyTagClassName
{
color: #8D8899;
}
</style>
background-color css
<style>
a { background-color: #8D8899; }
a { background-color: rgb(141,136,153); }
div.DivClassName
{
background-color: #8D8899;
}
.BgClassName
{
background-color: #8D8899;
}
</style>
border-color css
<style>
span { border-color: #8D8899; }
span { border-color: rgb(141,136,153); }
td.TdClassName
{
border-color: #8D8899;
}
.TagClassName
{
border-color: #8D8899;
}
</style>