Shades of Stack #898B89
Tints of Stack #898B89
RGB
CMYK
RGB Variations
Color information
#898B89 (or 0x898B89) is known color: Stack. HEX triplet: 89, 8B and 89. RGB value is (137,139,137). Sum of RGB (Red+Green+Blue) = 137+139+137=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 139 - color contains mainly: green. Hex color #898B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898B89 is #767476. Grayscale: #8A8A8A. Windows color (decimal): -7763063 or 9014153. OLE color: 9014153.
HSL color Cylindrical-coordinate representation of color #898B89: hue angle of 120º degrees, saturation: 0.01, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #898B89 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 139 | 137 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.45 |
| HSL | 120º | 0.01% | 0.54% | - |
| HSV(B) | 120º | 0.01% | 0.55% | - |
| XYZ | 24.06 | 25.59 | 27.34 | - |
| YUV | 138.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 139 | 137 | 0.01 | 0 | 0.01 | 0.45 | 120 | 0.01 | 0.54 |
| Hex | 89 | 8B | 89 | 1 | 0 | 1 | 2D | 78 | 1 | 36 |
| Octal | 211 | 213 | 211 | 1 | 0 | 1 | 55 | 170 | 1 | 66 |
| Binary | 10001001 | 10001011 | 10001001 | 1 | 0 | 1 | 101101 | 1111000 | 1 | 110110 |
Color Harmonies of #898B89
Complementary color
Monochromatic Colors of #898B89
Black with #898B89
Text Example
Text Example
White with #898B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898B89; }
p { color: rgb(137,139,137); }
H1.HeaderClassName
{
color: #898B89;
}
.AnyTagClassName
{
color: #898B89;
}
</style>
background-color css
<style>
a { background-color: #898B89; }
a { background-color: rgb(137,139,137); }
div.DivClassName
{
background-color: #898B89;
}
.BgClassName
{
background-color: #898B89;
}
</style>
border-color css
<style>
span { border-color: #898B89; }
span { border-color: rgb(137,139,137); }
td.TdClassName
{
border-color: #898B89;
}
.TagClassName
{
border-color: #898B89;
}
</style>