Shades of Stack #8A8F8B
Tints of Stack #8A8F8B
RGB
CMYK
RGB Variations
Color information
#8A8F8B (or 0x8A8F8B) is known color: Stack. HEX triplet: 8A, 8F and 8B. RGB value is (138,143,139). Sum of RGB (Red+Green+Blue) = 138+143+139=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8F8B is #757074. Grayscale: #8D8D8D. Windows color (decimal): -7696501 or 9146250. OLE color: 9146250.
HSL color Cylindrical-coordinate representation of color #8A8F8B: hue angle of 132º 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 #8A8F8B is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 143 | 139 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.44 |
| HSL | 132º | 0.02% | 0.55% | - |
| HSV(B) | 132º | 0.03% | 0.56% | - |
| XYZ | 24.96 | 26.91 | 28.3 | - |
| YUV | 141.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 143 | 139 | 0.03 | 0 | 0.03 | 0.44 | 132 | 0.02 | 0.55 |
| Hex | 8A | 8F | 8B | 3 | 0 | 3 | 2C | 84 | 2 | 37 |
| Octal | 212 | 217 | 213 | 3 | 0 | 3 | 54 | 204 | 2 | 67 |
| Binary | 10001010 | 10001111 | 10001011 | 11 | 0 | 11 | 101100 | 10000100 | 10 | 110111 |
Color Harmonies of #8A8F8B
Complementary color
Monochromatic Colors of #8A8F8B
Black with #8A8F8B
Text Example
Text Example
White with #8A8F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8F8B; }
p { color: rgb(138,143,139); }
H1.HeaderClassName
{
color: #8A8F8B;
}
.AnyTagClassName
{
color: #8A8F8B;
}
</style>
background-color css
<style>
a { background-color: #8A8F8B; }
a { background-color: rgb(138,143,139); }
div.DivClassName
{
background-color: #8A8F8B;
}
.BgClassName
{
background-color: #8A8F8B;
}
</style>
border-color css
<style>
span { border-color: #8A8F8B; }
span { border-color: rgb(138,143,139); }
td.TdClassName
{
border-color: #8A8F8B;
}
.TagClassName
{
border-color: #8A8F8B;
}
</style>