Shades of Grey Suit #89859A
Tints of Grey Suit #89859A
RGB
CMYK
RGB Variations
Color information
#89859A (or 0x89859A) is known color: Grey Suit. HEX triplet: 89, 85 and 9A. RGB value is (137,133,154). Sum of RGB (Red+Green+Blue) = 137+133+154=424 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.31% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 154 - color contains mainly: blue. Hex color #89859A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89859A is #767A65. Grayscale: #888888. Windows color (decimal): -7764582 or 10126729. OLE color: 10126729.
HSL color Cylindrical-coordinate representation of color #89859A: hue angle of 251.43º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89859A is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 137 | 133 | 154 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.40 |
| HSL | 251.43º | 0.09% | 0.56% | - |
| HSV(B) | 251.43º | 0.14% | 0.6% | - |
| XYZ | 24.54 | 24.43 | 33.99 | - |
| YUV | 136.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 154 | 0.11 | 0.14 | 0 | 0.40 | 251.43 | 0.09 | 0.56 |
| Hex | 89 | 85 | 9A | B | E | 0 | 28 | FB | 9 | 38 |
| Octal | 211 | 205 | 232 | 13 | 16 | 0 | 50 | 373 | 11 | 70 |
| Binary | 10001001 | 10000101 | 10011010 | 1011 | 1110 | 0 | 101000 | 11111011 | 1001 | 111000 |
Color Harmonies of #89859A
Complementary color
Monochromatic Colors of #89859A
Black with #89859A
Text Example
Text Example
White with #89859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89859A; }
p { color: rgb(137,133,154); }
H1.HeaderClassName
{
color: #89859A;
}
.AnyTagClassName
{
color: #89859A;
}
</style>
background-color css
<style>
a { background-color: #89859A; }
a { background-color: rgb(137,133,154); }
div.DivClassName
{
background-color: #89859A;
}
.BgClassName
{
background-color: #89859A;
}
</style>
border-color css
<style>
span { border-color: #89859A; }
span { border-color: rgb(137,133,154); }
td.TdClassName
{
border-color: #89859A;
}
.TagClassName
{
border-color: #89859A;
}
</style>