Shades of Grey Suit #89839B
Tints of Grey Suit #89839B
RGB
CMYK
RGB Variations
Color information
#89839B (or 0x89839B) is known color: Grey Suit. HEX triplet: 89, 83 and 9B. RGB value is (137,131,155). Sum of RGB (Red+Green+Blue) = 137+131+155=423 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.39% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #89839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89839B is #767C64. Grayscale: #878787. Windows color (decimal): -7765093 or 10191753. OLE color: 10191753.
HSL color Cylindrical-coordinate representation of color #89839B: hue angle of 255º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89839B is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 131 | 155 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.39 |
| HSL | 255º | 0.11% | 0.56% | - |
| HSV(B) | 255º | 0.15% | 0.61% | - |
| XYZ | 24.35 | 23.92 | 34.34 | - |
| YUV | 135.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 131 | 155 | 0.12 | 0.15 | 0 | 0.39 | 255 | 0.11 | 0.56 |
| Hex | 89 | 83 | 9B | C | F | 0 | 27 | FF | B | 38 |
| Octal | 211 | 203 | 233 | 14 | 17 | 0 | 47 | 377 | 13 | 70 |
| Binary | 10001001 | 10000011 | 10011011 | 1100 | 1111 | 0 | 100111 | 11111111 | 1011 | 111000 |
Color Harmonies of #89839B
Complementary color
Monochromatic Colors of #89839B
Black with #89839B
Text Example
Text Example
White with #89839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89839B; }
p { color: rgb(137,131,155); }
H1.HeaderClassName
{
color: #89839B;
}
.AnyTagClassName
{
color: #89839B;
}
</style>
background-color css
<style>
a { background-color: #89839B; }
a { background-color: rgb(137,131,155); }
div.DivClassName
{
background-color: #89839B;
}
.BgClassName
{
background-color: #89839B;
}
</style>
border-color css
<style>
span { border-color: #89839B; }
span { border-color: rgb(137,131,155); }
td.TdClassName
{
border-color: #89839B;
}
.TagClassName
{
border-color: #89839B;
}
</style>