Shades of Stack #8B918C
Tints of Stack #8B918C
RGB
CMYK
RGB Variations
Color information
#8B918C (or 0x8B918C) is known color: Stack. HEX triplet: 8B, 91 and 8C. RGB value is (139,145,140). Sum of RGB (Red+Green+Blue) = 139+145+140=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 145 - color contains mainly: green. Hex color #8B918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B918C is #746E73. Grayscale: #8E8E8E. Windows color (decimal): -7630452 or 9212299. OLE color: 9212299.
HSL color Cylindrical-coordinate representation of color #8B918C: hue angle of 130º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8B918C is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 145 | 140 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.43 |
| HSL | 130º | 0.03% | 0.56% | - |
| HSV(B) | 130º | 0.04% | 0.57% | - |
| XYZ | 25.51 | 27.63 | 28.8 | - |
| YUV | 142.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 145 | 140 | 0.04 | 0 | 0.03 | 0.43 | 130 | 0.03 | 0.56 |
| Hex | 8B | 91 | 8C | 4 | 0 | 3 | 2B | 82 | 3 | 38 |
| Octal | 213 | 221 | 214 | 4 | 0 | 3 | 53 | 202 | 3 | 70 |
| Binary | 10001011 | 10010001 | 10001100 | 100 | 0 | 11 | 101011 | 10000010 | 11 | 111000 |
Color Harmonies of #8B918C
Complementary color
Monochromatic Colors of #8B918C
Black with #8B918C
Text Example
Text Example
White with #8B918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B918C; }
p { color: rgb(139,145,140); }
H1.HeaderClassName
{
color: #8B918C;
}
.AnyTagClassName
{
color: #8B918C;
}
</style>
background-color css
<style>
a { background-color: #8B918C; }
a { background-color: rgb(139,145,140); }
div.DivClassName
{
background-color: #8B918C;
}
.BgClassName
{
background-color: #8B918C;
}
</style>
border-color css
<style>
span { border-color: #8B918C; }
span { border-color: rgb(139,145,140); }
td.TdClassName
{
border-color: #8B918C;
}
.TagClassName
{
border-color: #8B918C;
}
</style>