Shades of Grey Suit #89859D
Tints of Grey Suit #89859D
RGB
CMYK
RGB Variations
Color information
#89859D (or 0x89859D) is known color: Grey Suit. HEX triplet: 89, 85 and 9D. RGB value is (137,133,157). Sum of RGB (Red+Green+Blue) = 137+133+157=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #89859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89859D is #767A62. Grayscale: #888888. Windows color (decimal): -7764579 or 10323337. OLE color: 10323337.
HSL color Cylindrical-coordinate representation of color #89859D: hue angle of 250º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89859D is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 133 | 157 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.38 |
| HSL | 250º | 0.11% | 0.57% | - |
| HSV(B) | 250º | 0.15% | 0.62% | - |
| XYZ | 24.79 | 24.53 | 35.33 | - |
| YUV | 136.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 157 | 0.13 | 0.15 | 0 | 0.38 | 250 | 0.11 | 0.57 |
| Hex | 89 | 85 | 9D | D | F | 0 | 26 | FA | B | 39 |
| Octal | 211 | 205 | 235 | 15 | 17 | 0 | 46 | 372 | 13 | 71 |
| Binary | 10001001 | 10000101 | 10011101 | 1101 | 1111 | 0 | 100110 | 11111010 | 1011 | 111001 |
Color Harmonies of #89859D
Complementary color
Monochromatic Colors of #89859D
Black with #89859D
Text Example
Text Example
White with #89859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89859D; }
p { color: rgb(137,133,157); }
H1.HeaderClassName
{
color: #89859D;
}
.AnyTagClassName
{
color: #89859D;
}
</style>
background-color css
<style>
a { background-color: #89859D; }
a { background-color: rgb(137,133,157); }
div.DivClassName
{
background-color: #89859D;
}
.BgClassName
{
background-color: #89859D;
}
</style>
border-color css
<style>
span { border-color: #89859D; }
span { border-color: rgb(137,133,157); }
td.TdClassName
{
border-color: #89859D;
}
.TagClassName
{
border-color: #89859D;
}
</style>