Shades of Grey Suit #89879D
Tints of Grey Suit #89879D
RGB
CMYK
RGB Variations
Color information
#89879D (or 0x89879D) is known color: Grey Suit. HEX triplet: 89, 87 and 9D. RGB value is (137,135,157). Sum of RGB (Red+Green+Blue) = 137+135+157=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #89879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89879D is #767862. Grayscale: #8A8A8A. Windows color (decimal): -7764067 or 10323849. OLE color: 10323849.
HSL color Cylindrical-coordinate representation of color #89879D: hue angle of 245.45º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #89879D is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 135 | 157 | - |
| CMYK | 0.13 | 0.14 | 0 | 0.38 |
| HSL | 245.45º | 0.1% | 0.57% | - |
| HSV(B) | 245.45º | 0.14% | 0.62% | - |
| XYZ | 25.07 | 25.08 | 35.42 | - |
| YUV | 138.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 157 | 0.13 | 0.14 | 0 | 0.38 | 245.45 | 0.1 | 0.57 |
| Hex | 89 | 87 | 9D | D | E | 0 | 26 | F5 | A | 39 |
| Octal | 211 | 207 | 235 | 15 | 16 | 0 | 46 | 365 | 12 | 71 |
| Binary | 10001001 | 10000111 | 10011101 | 1101 | 1110 | 0 | 100110 | 11110101 | 1010 | 111001 |
Color Harmonies of #89879D
Complementary color
Monochromatic Colors of #89879D
Black with #89879D
Text Example
Text Example
White with #89879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89879D; }
p { color: rgb(137,135,157); }
H1.HeaderClassName
{
color: #89879D;
}
.AnyTagClassName
{
color: #89879D;
}
</style>
background-color css
<style>
a { background-color: #89879D; }
a { background-color: rgb(137,135,157); }
div.DivClassName
{
background-color: #89879D;
}
.BgClassName
{
background-color: #89879D;
}
</style>
border-color css
<style>
span { border-color: #89879D; }
span { border-color: rgb(137,135,157); }
td.TdClassName
{
border-color: #89879D;
}
.TagClassName
{
border-color: #89879D;
}
</style>