Shades of Grey Suit #89889B
Tints of Grey Suit #89889B
RGB
CMYK
RGB Variations
Color information
#89889B (or 0x89889B) is known color: Grey Suit. HEX triplet: 89, 88 and 9B. RGB value is (137,136,155). Sum of RGB (Red+Green+Blue) = 137+136+155=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #89889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89889B is #767764. Grayscale: #8A8A8A. Windows color (decimal): -7763813 or 10193033. OLE color: 10193033.
HSL color Cylindrical-coordinate representation of color #89889B: hue angle of 243.16º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89889B is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 137 | 136 | 155 | - |
| CMYK | 0.12 | 0.12 | 0 | 0.39 |
| HSL | 243.16º | 0.09% | 0.57% | - |
| HSV(B) | 243.16º | 0.12% | 0.61% | - |
| XYZ | 25.04 | 25.29 | 34.57 | - |
| YUV | 138.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 136 | 155 | 0.12 | 0.12 | 0 | 0.39 | 243.16 | 0.09 | 0.57 |
| Hex | 89 | 88 | 9B | C | C | 0 | 27 | F3 | 9 | 39 |
| Octal | 211 | 210 | 233 | 14 | 14 | 0 | 47 | 363 | 11 | 71 |
| Binary | 10001001 | 10001000 | 10011011 | 1100 | 1100 | 0 | 100111 | 11110011 | 1001 | 111001 |
Color Harmonies of #89889B
Complementary color
Monochromatic Colors of #89889B
Black with #89889B
Text Example
Text Example
White with #89889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89889B; }
p { color: rgb(137,136,155); }
H1.HeaderClassName
{
color: #89889B;
}
.AnyTagClassName
{
color: #89889B;
}
</style>
background-color css
<style>
a { background-color: #89889B; }
a { background-color: rgb(137,136,155); }
div.DivClassName
{
background-color: #89889B;
}
.BgClassName
{
background-color: #89889B;
}
</style>
border-color css
<style>
span { border-color: #89889B; }
span { border-color: rgb(137,136,155); }
td.TdClassName
{
border-color: #89889B;
}
.TagClassName
{
border-color: #89889B;
}
</style>