Shades of Stack #8A9089
Tints of Stack #8A9089
RGB
CMYK
RGB Variations
Color information
#8A9089 (or 0x8A9089) is known color: Stack. HEX triplet: 8A, 90 and 89. RGB value is (138,144,137). Sum of RGB (Red+Green+Blue) = 138+144+137=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 144 - color contains mainly: green. Hex color #8A9089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9089 is #756F76. Grayscale: #8D8D8D. Windows color (decimal): -7696247 or 9015434. OLE color: 9015434.
HSL color Cylindrical-coordinate representation of color #8A9089: hue angle of 111.43º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8A9089 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 144 | 137 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.44 |
| HSL | 111.43º | 0.03% | 0.55% | - |
| HSV(B) | 111.43º | 0.05% | 0.56% | - |
| XYZ | 24.97 | 27.16 | 27.59 | - |
| YUV | 141.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 144 | 137 | 0.04 | 0 | 0.05 | 0.44 | 111.43 | 0.03 | 0.55 |
| Hex | 8A | 90 | 89 | 4 | 0 | 5 | 2C | 6F | 3 | 37 |
| Octal | 212 | 220 | 211 | 4 | 0 | 5 | 54 | 157 | 3 | 67 |
| Binary | 10001010 | 10010000 | 10001001 | 100 | 0 | 101 | 101100 | 1101111 | 11 | 110111 |
Color Harmonies of #8A9089
Complementary color
Monochromatic Colors of #8A9089
Black with #8A9089
Text Example
Text Example
White with #8A9089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9089; }
p { color: rgb(138,144,137); }
H1.HeaderClassName
{
color: #8A9089;
}
.AnyTagClassName
{
color: #8A9089;
}
</style>
background-color css
<style>
a { background-color: #8A9089; }
a { background-color: rgb(138,144,137); }
div.DivClassName
{
background-color: #8A9089;
}
.BgClassName
{
background-color: #8A9089;
}
</style>
border-color css
<style>
span { border-color: #8A9089; }
span { border-color: rgb(138,144,137); }
td.TdClassName
{
border-color: #8A9089;
}
.TagClassName
{
border-color: #8A9089;
}
</style>