Shades of Grey Suit #89839F
Tints of Grey Suit #89839F
RGB
CMYK
RGB Variations
Color information
#89839F (or 0x89839F) is known color: Grey Suit. HEX triplet: 89, 83 and 9F. RGB value is (137,131,159). Sum of RGB (Red+Green+Blue) = 137+131+159=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #89839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89839F is #767C60. Grayscale: #878787. Windows color (decimal): -7765089 or 10453897. OLE color: 10453897.
HSL color Cylindrical-coordinate representation of color #89839F: hue angle of 252.86º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #89839F is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 131 | 159 | - |
| CMYK | 0.14 | 0.18 | 0 | 0.38 |
| HSL | 252.86º | 0.13% | 0.57% | - |
| HSV(B) | 252.86º | 0.18% | 0.62% | - |
| XYZ | 24.69 | 24.05 | 36.14 | - |
| YUV | 135.99 | 140.99 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 159 | 0.14 | 0.18 | 0 | 0.38 | 252.86 | 0.13 | 0.57 |
| Hex | 89 | 83 | 9F | E | 12 | 0 | 26 | FD | D | 39 |
| Octal | 211 | 203 | 237 | 16 | 22 | 0 | 46 | 375 | 15 | 71 |
| Binary | 10001001 | 10000011 | 10011111 | 1110 | 10010 | 0 | 100110 | 11111101 | 1101 | 111001 |
Color Harmonies of #89839F
Complementary color
Monochromatic Colors of #89839F
Black with #89839F
Text Example
Text Example
White with #89839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89839F; }
p { color: rgb(137,131,159); }
H1.HeaderClassName
{
color: #89839F;
}
.AnyTagClassName
{
color: #89839F;
}
</style>
background-color css
<style>
a { background-color: #89839F; }
a { background-color: rgb(137,131,159); }
div.DivClassName
{
background-color: #89839F;
}
.BgClassName
{
background-color: #89839F;
}
</style>
border-color css
<style>
span { border-color: #89839F; }
span { border-color: rgb(137,131,159); }
td.TdClassName
{
border-color: #89839F;
}
.TagClassName
{
border-color: #89839F;
}
</style>