Shades of Stack #8A9588
Tints of Stack #8A9588
RGB
CMYK
RGB Variations
Color information
#8A9588 (or 0x8A9588) is known color: Stack. HEX triplet: 8A, 95 and 88. RGB value is (138,149,136). Sum of RGB (Red+Green+Blue) = 138+149+136=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9588 is #756A77. Grayscale: #909090. Windows color (decimal): -7694968 or 8951178. OLE color: 8951178.
HSL color Cylindrical-coordinate representation of color #8A9588: hue angle of 110.77º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A9588 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 149 | 136 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.42 |
| HSL | 110.77º | 0.06% | 0.56% | - |
| HSV(B) | 110.77º | 0.09% | 0.58% | - |
| XYZ | 25.67 | 28.68 | 27.47 | - |
| YUV | 144.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 149 | 136 | 0.07 | 0 | 0.09 | 0.42 | 110.77 | 0.06 | 0.56 |
| Hex | 8A | 95 | 88 | 7 | 0 | 9 | 2A | 6F | 6 | 38 |
| Octal | 212 | 225 | 210 | 7 | 0 | 11 | 52 | 157 | 6 | 70 |
| Binary | 10001010 | 10010101 | 10001000 | 111 | 0 | 1001 | 101010 | 1101111 | 110 | 111000 |
Color Harmonies of #8A9588
Complementary color
Monochromatic Colors of #8A9588
Black with #8A9588
Text Example
Text Example
White with #8A9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9588; }
p { color: rgb(138,149,136); }
H1.HeaderClassName
{
color: #8A9588;
}
.AnyTagClassName
{
color: #8A9588;
}
</style>
background-color css
<style>
a { background-color: #8A9588; }
a { background-color: rgb(138,149,136); }
div.DivClassName
{
background-color: #8A9588;
}
.BgClassName
{
background-color: #8A9588;
}
</style>
border-color css
<style>
span { border-color: #8A9588; }
span { border-color: rgb(138,149,136); }
td.TdClassName
{
border-color: #8A9588;
}
.TagClassName
{
border-color: #8A9588;
}
</style>