Shades of Stack #898A89
Tints of Stack #898A89
RGB
CMYK
RGB Variations
Color information
#898A89 (or 0x898A89) is known color: Stack. HEX triplet: 89, 8A and 89. RGB value is (137,138,137). Sum of RGB (Red+Green+Blue) = 137+138+137=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 138 - color contains mainly: green. Hex color #898A89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898A89 is #767576. Grayscale: #898989. Windows color (decimal): -7763319 or 9013897. OLE color: 9013897.
HSL color Cylindrical-coordinate representation of color #898A89: hue angle of 120º degrees, saturation: 0, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #898A89 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.
Color convert
RGB | 137 | 138 | 137 | - |
CMYK | 0.01 | 0 | 0.01 | 0.46 |
HSL | 120º | 0% | 0.54% | - |
HSV(B) | 120º | 0.01% | 0.54% | - |
XYZ | 23.92 | 25.3 | 27.29 | - |
YUV | 137.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 137 | 138 | 137 | 0.01 | 0 | 0.01 | 0.46 | 120 | 0 | 0.54 |
Hex | 89 | 8A | 89 | 1 | 0 | 1 | 2E | 78 | 0 | 36 |
Octal | 211 | 212 | 211 | 1 | 0 | 1 | 56 | 170 | 0 | 66 |
Binary | 10001001 | 10001010 | 10001001 | 1 | 0 | 1 | 101110 | 1111000 | 0 | 110110 |
Color Harmonies of #898A89
Complementary color
Monochromatic Colors of #898A89
Black with #898A89
Text Example
Text Example
White with #898A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #898A89; }
p { color: rgb(137,138,137); }
H1.HeaderClassName
{
color: #898A89;
}
.AnyTagClassName
{
color: #898A89;
}
</style>
background-color css
<style>
a { background-color: #898A89; }
a { background-color: rgb(137,138,137); }
div.DivClassName
{
background-color: #898A89;
}
.BgClassName
{
background-color: #898A89;
}
</style>
border-color css
<style>
span { border-color: #898A89; }
span { border-color: rgb(137,138,137); }
td.TdClassName
{
border-color: #898A89;
}
.TagClassName
{
border-color: #898A89;
}
</style>