Shades of Stack #8B9588
Tints of Stack #8B9588
RGB
CMYK
RGB Variations
Color information
#8B9588 (or 0x8B9588) is known color: Stack. HEX triplet: 8B, 95 and 88. RGB value is (139,149,136). Sum of RGB (Red+Green+Blue) = 139+149+136=424 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.78% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 149 - color contains mainly: green. Hex color #8B9588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9588 is #746A77. Grayscale: #909090. Windows color (decimal): -7629432 or 8951179. OLE color: 8951179.
HSL color Cylindrical-coordinate representation of color #8B9588: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9588 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 139 | 149 | 136 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.42 |
| HSL | 106.15º | 0.06% | 0.56% | - |
| HSV(B) | 106.15º | 0.09% | 0.58% | - |
| XYZ | 25.84 | 28.76 | 27.48 | - |
| YUV | 144.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 149 | 136 | 0.07 | 0 | 0.09 | 0.42 | 106.15 | 0.06 | 0.56 |
| Hex | 8B | 95 | 88 | 7 | 0 | 9 | 2A | 6A | 6 | 38 |
| Octal | 213 | 225 | 210 | 7 | 0 | 11 | 52 | 152 | 6 | 70 |
| Binary | 10001011 | 10010101 | 10001000 | 111 | 0 | 1001 | 101010 | 1101010 | 110 | 111000 |
Color Harmonies of #8B9588
Complementary color
Monochromatic Colors of #8B9588
Black with #8B9588
Text Example
Text Example
White with #8B9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9588; }
p { color: rgb(139,149,136); }
H1.HeaderClassName
{
color: #8B9588;
}
.AnyTagClassName
{
color: #8B9588;
}
</style>
background-color css
<style>
a { background-color: #8B9588; }
a { background-color: rgb(139,149,136); }
div.DivClassName
{
background-color: #8B9588;
}
.BgClassName
{
background-color: #8B9588;
}
</style>
border-color css
<style>
span { border-color: #8B9588; }
span { border-color: rgb(139,149,136); }
td.TdClassName
{
border-color: #8B9588;
}
.TagClassName
{
border-color: #8B9588;
}
</style>