Shades of Grey Suit #89859C
Tints of Grey Suit #89859C
RGB
CMYK
RGB Variations
Color information
#89859C (or 0x89859C) is known color: Grey Suit. HEX triplet: 89, 85 and 9C. RGB value is (137,133,156). Sum of RGB (Red+Green+Blue) = 137+133+156=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #89859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89859C is #767A63. Grayscale: #888888. Windows color (decimal): -7764580 or 10257801. OLE color: 10257801.
HSL color Cylindrical-coordinate representation of color #89859C: hue angle of 250.43º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #89859C is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 133 | 156 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.39 |
| HSL | 250.43º | 0.1% | 0.57% | - |
| HSV(B) | 250.43º | 0.15% | 0.61% | - |
| XYZ | 24.7 | 24.49 | 34.88 | - |
| YUV | 136.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 133 | 156 | 0.12 | 0.15 | 0 | 0.39 | 250.43 | 0.1 | 0.57 |
| Hex | 89 | 85 | 9C | C | F | 0 | 27 | FA | A | 39 |
| Octal | 211 | 205 | 234 | 14 | 17 | 0 | 47 | 372 | 12 | 71 |
| Binary | 10001001 | 10000101 | 10011100 | 1100 | 1111 | 0 | 100111 | 11111010 | 1010 | 111001 |
Color Harmonies of #89859C
Complementary color
Monochromatic Colors of #89859C
Black with #89859C
Text Example
Text Example
White with #89859C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89859C; }
p { color: rgb(137,133,156); }
H1.HeaderClassName
{
color: #89859C;
}
.AnyTagClassName
{
color: #89859C;
}
</style>
background-color css
<style>
a { background-color: #89859C; }
a { background-color: rgb(137,133,156); }
div.DivClassName
{
background-color: #89859C;
}
.BgClassName
{
background-color: #89859C;
}
</style>
border-color css
<style>
span { border-color: #89859C; }
span { border-color: rgb(137,133,156); }
td.TdClassName
{
border-color: #89859C;
}
.TagClassName
{
border-color: #89859C;
}
</style>