Shades of Stack #8A9387
Tints of Stack #8A9387
RGB
CMYK
RGB Variations
Color information
#8A9387 (or 0x8A9387) is known color: Stack. HEX triplet: 8A, 93 and 87. RGB value is (138,147,135). Sum of RGB (Red+Green+Blue) = 138+147+135=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 135 (53.12% from 255 or 32.14% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9387 is #756C78. Grayscale: #8E8E8E. Windows color (decimal): -7695481 or 8885130. OLE color: 8885130.
HSL color Cylindrical-coordinate representation of color #8A9387: hue angle of 105º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A9387 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 147 | 135 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.42 |
| HSL | 105º | 0.05% | 0.55% | - |
| HSV(B) | 105º | 0.08% | 0.58% | - |
| XYZ | 25.29 | 28.02 | 27 | - |
| YUV | 142.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 147 | 135 | 0.06 | 0 | 0.08 | 0.42 | 105 | 0.05 | 0.55 |
| Hex | 8A | 93 | 87 | 6 | 0 | 8 | 2A | 69 | 5 | 37 |
| Octal | 212 | 223 | 207 | 6 | 0 | 10 | 52 | 151 | 5 | 67 |
| Binary | 10001010 | 10010011 | 10000111 | 110 | 0 | 1000 | 101010 | 1101001 | 101 | 110111 |
Color Harmonies of #8A9387
Complementary color
Monochromatic Colors of #8A9387
Black with #8A9387
Text Example
Text Example
White with #8A9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9387; }
p { color: rgb(138,147,135); }
H1.HeaderClassName
{
color: #8A9387;
}
.AnyTagClassName
{
color: #8A9387;
}
</style>
background-color css
<style>
a { background-color: #8A9387; }
a { background-color: rgb(138,147,135); }
div.DivClassName
{
background-color: #8A9387;
}
.BgClassName
{
background-color: #8A9387;
}
</style>
border-color css
<style>
span { border-color: #8A9387; }
span { border-color: rgb(138,147,135); }
td.TdClassName
{
border-color: #8A9387;
}
.TagClassName
{
border-color: #8A9387;
}
</style>