Shades of Grey Suit #89879B
Tints of Grey Suit #89879B
RGB
CMYK
RGB Variations
Color information
#89879B (or 0x89879B) is known color: Grey Suit. HEX triplet: 89, 87 and 9B. RGB value is (137,135,155). Sum of RGB (Red+Green+Blue) = 137+135+155=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #89879B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89879B is #767864. Grayscale: #898989. Windows color (decimal): -7764069 or 10192777. OLE color: 10192777.
HSL color Cylindrical-coordinate representation of color #89879B: hue angle of 246º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89879B is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 135 | 155 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.39 |
| HSL | 246º | 0.09% | 0.57% | - |
| HSV(B) | 246º | 0.13% | 0.61% | - |
| XYZ | 24.9 | 25.01 | 34.53 | - |
| YUV | 137.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 135 | 155 | 0.12 | 0.13 | 0 | 0.39 | 246 | 0.09 | 0.57 |
| Hex | 89 | 87 | 9B | C | D | 0 | 27 | F6 | 9 | 39 |
| Octal | 211 | 207 | 233 | 14 | 15 | 0 | 47 | 366 | 11 | 71 |
| Binary | 10001001 | 10000111 | 10011011 | 1100 | 1101 | 0 | 100111 | 11110110 | 1001 | 111001 |
Color Harmonies of #89879B
Complementary color
Monochromatic Colors of #89879B
Black with #89879B
Text Example
Text Example
White with #89879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89879B; }
p { color: rgb(137,135,155); }
H1.HeaderClassName
{
color: #89879B;
}
.AnyTagClassName
{
color: #89879B;
}
</style>
background-color css
<style>
a { background-color: #89879B; }
a { background-color: rgb(137,135,155); }
div.DivClassName
{
background-color: #89879B;
}
.BgClassName
{
background-color: #89879B;
}
</style>
border-color css
<style>
span { border-color: #89879B; }
span { border-color: rgb(137,135,155); }
td.TdClassName
{
border-color: #89879B;
}
.TagClassName
{
border-color: #89879B;
}
</style>