Shades of Grey Suit #8D899B
Tints of Grey Suit #8D899B
RGB
CMYK
RGB Variations
Color information
#8D899B (or 0x8D899B) is known color: Grey Suit. HEX triplet: 8D, 89 and 9B. RGB value is (141,137,155). Sum of RGB (Red+Green+Blue) = 141+137+155=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D899B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D899B is #727664. Grayscale: #8C8C8C. Windows color (decimal): -7501413 or 10193293. OLE color: 10193293.
HSL color Cylindrical-coordinate representation of color #8D899B: hue angle of 253.33º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8D899B is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 137 | 155 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.39 |
| HSL | 253.33º | 0.08% | 0.57% | - |
| HSV(B) | 253.33º | 0.12% | 0.61% | - |
| XYZ | 25.85 | 25.92 | 34.65 | - |
| YUV | 140.25 | 136.33 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 155 | 0.09 | 0.12 | 0 | 0.39 | 253.33 | 0.08 | 0.57 |
| Hex | 8D | 89 | 9B | 9 | C | 0 | 27 | FD | 8 | 39 |
| Octal | 215 | 211 | 233 | 11 | 14 | 0 | 47 | 375 | 10 | 71 |
| Binary | 10001101 | 10001001 | 10011011 | 1001 | 1100 | 0 | 100111 | 11111101 | 1000 | 111001 |
Color Harmonies of #8D899B
Complementary color
Monochromatic Colors of #8D899B
Black with #8D899B
Text Example
Text Example
White with #8D899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D899B; }
p { color: rgb(141,137,155); }
H1.HeaderClassName
{
color: #8D899B;
}
.AnyTagClassName
{
color: #8D899B;
}
</style>
background-color css
<style>
a { background-color: #8D899B; }
a { background-color: rgb(141,137,155); }
div.DivClassName
{
background-color: #8D899B;
}
.BgClassName
{
background-color: #8D899B;
}
</style>
border-color css
<style>
span { border-color: #8D899B; }
span { border-color: rgb(141,137,155); }
td.TdClassName
{
border-color: #8D899B;
}
.TagClassName
{
border-color: #8D899B;
}
</style>