Shades of Stack #8B8E8A
Tints of Stack #8B8E8A
RGB
CMYK
RGB Variations
Color information
#8B8E8A (or 0x8B8E8A) is known color: Stack. HEX triplet: 8B, 8E and 8A. RGB value is (139,142,138). Sum of RGB (Red+Green+Blue) = 139+142+138=419 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.17% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 142 - color contains mainly: green. Hex color #8B8E8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8E8A is #747175. Grayscale: #8C8C8C. Windows color (decimal): -7631222 or 9080459. OLE color: 9080459.
HSL color Cylindrical-coordinate representation of color #8B8E8A: hue angle of 105º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8B8E8A is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 142 | 138 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.44 |
| HSL | 105º | 0.02% | 0.55% | - |
| HSV(B) | 105º | 0.03% | 0.56% | - |
| XYZ | 24.91 | 26.67 | 27.88 | - |
| YUV | 140.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 142 | 138 | 0.02 | 0 | 0.03 | 0.44 | 105 | 0.02 | 0.55 |
| Hex | 8B | 8E | 8A | 2 | 0 | 3 | 2C | 69 | 2 | 37 |
| Octal | 213 | 216 | 212 | 2 | 0 | 3 | 54 | 151 | 2 | 67 |
| Binary | 10001011 | 10001110 | 10001010 | 10 | 0 | 11 | 101100 | 1101001 | 10 | 110111 |
Color Harmonies of #8B8E8A
Complementary color
Monochromatic Colors of #8B8E8A
Black with #8B8E8A
Text Example
Text Example
White with #8B8E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8E8A; }
p { color: rgb(139,142,138); }
H1.HeaderClassName
{
color: #8B8E8A;
}
.AnyTagClassName
{
color: #8B8E8A;
}
</style>
background-color css
<style>
a { background-color: #8B8E8A; }
a { background-color: rgb(139,142,138); }
div.DivClassName
{
background-color: #8B8E8A;
}
.BgClassName
{
background-color: #8B8E8A;
}
</style>
border-color css
<style>
span { border-color: #8B8E8A; }
span { border-color: rgb(139,142,138); }
td.TdClassName
{
border-color: #8B8E8A;
}
.TagClassName
{
border-color: #8B8E8A;
}
</style>