Shades of Stack #8A9489
Tints of Stack #8A9489
RGB
CMYK
RGB Variations
Color information
#8A9489 (or 0x8A9489) is known color: Stack. HEX triplet: 8A, 94 and 89. RGB value is (138,148,137). Sum of RGB (Red+Green+Blue) = 138+148+137=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9489 is #756B76. Grayscale: #8F8F8F. Windows color (decimal): -7695223 or 9016458. OLE color: 9016458.
HSL color Cylindrical-coordinate representation of color #8A9489: hue angle of 114.55º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A9489 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 137 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.42 |
| HSL | 114.55º | 0.05% | 0.56% | - |
| HSV(B) | 114.55º | 0.07% | 0.58% | - |
| XYZ | 25.59 | 28.39 | 27.8 | - |
| YUV | 143.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 137 | 0.07 | 0 | 0.07 | 0.42 | 114.55 | 0.05 | 0.56 |
| Hex | 8A | 94 | 89 | 7 | 0 | 7 | 2A | 73 | 5 | 38 |
| Octal | 212 | 224 | 211 | 7 | 0 | 7 | 52 | 163 | 5 | 70 |
| Binary | 10001010 | 10010100 | 10001001 | 111 | 0 | 111 | 101010 | 1110011 | 101 | 111000 |
Color Harmonies of #8A9489
Complementary color
Monochromatic Colors of #8A9489
Black with #8A9489
Text Example
Text Example
White with #8A9489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9489; }
p { color: rgb(138,148,137); }
H1.HeaderClassName
{
color: #8A9489;
}
.AnyTagClassName
{
color: #8A9489;
}
</style>
background-color css
<style>
a { background-color: #8A9489; }
a { background-color: rgb(138,148,137); }
div.DivClassName
{
background-color: #8A9489;
}
.BgClassName
{
background-color: #8A9489;
}
</style>
border-color css
<style>
span { border-color: #8A9489; }
span { border-color: rgb(138,148,137); }
td.TdClassName
{
border-color: #8A9489;
}
.TagClassName
{
border-color: #8A9489;
}
</style>