Shades of Stack #8B8E8B
Tints of Stack #8B8E8B
RGB
CMYK
RGB Variations
Color information
#8B8E8B (or 0x8B8E8B) is known color: Stack. HEX triplet: 8B, 8E and 8B. RGB value is (139,142,139). Sum of RGB (Red+Green+Blue) = 139+142+139=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8E8B is #747174. Grayscale: #8C8C8C. Windows color (decimal): -7631221 or 9145995. OLE color: 9145995.
HSL color Cylindrical-coordinate representation of color #8B8E8B: hue angle of 120º degrees, saturation: 0.01, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8B8E8B is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 139 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.44 |
| HSL | 120º | 0.01% | 0.55% | - |
| HSV(B) | 120º | 0.02% | 0.56% | - |
| XYZ | 24.98 | 26.7 | 28.26 | - |
| YUV | 140.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 139 | 0.02 | 0 | 0.02 | 0.44 | 120 | 0.01 | 0.55 |
| Hex | 8B | 8E | 8B | 2 | 0 | 2 | 2C | 78 | 1 | 37 |
| Octal | 213 | 216 | 213 | 2 | 0 | 2 | 54 | 170 | 1 | 67 |
| Binary | 10001011 | 10001110 | 10001011 | 10 | 0 | 10 | 101100 | 1111000 | 1 | 110111 |
Color Harmonies of #8B8E8B
Complementary color
Monochromatic Colors of #8B8E8B
Black with #8B8E8B
Text Example
Text Example
White with #8B8E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E8B; }
p { color: rgb(139,142,139); }
H1.HeaderClassName
{
color: #8B8E8B;
}
.AnyTagClassName
{
color: #8B8E8B;
}
</style>
background-color css
<style>
a { background-color: #8B8E8B; }
a { background-color: rgb(139,142,139); }
div.DivClassName
{
background-color: #8B8E8B;
}
.BgClassName
{
background-color: #8B8E8B;
}
</style>
border-color css
<style>
span { border-color: #8B8E8B; }
span { border-color: rgb(139,142,139); }
td.TdClassName
{
border-color: #8B8E8B;
}
.TagClassName
{
border-color: #8B8E8B;
}
</style>