Shades of Venus #8B8586
Tints of Venus #8B8586
RGB
CMYK
RGB Variations
Color information
#8B8586 (or 0x8B8586) is known color: Venus. HEX triplet: 8B, 85 and 86. RGB value is (139,133,134). Sum of RGB (Red+Green+Blue) = 139+133+134=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8586 is #747A79. Grayscale: #868686. Windows color (decimal): -7633530 or 8816011. OLE color: 8816011.
HSL color Cylindrical-coordinate representation of color #8B8586: hue angle of 350º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8B8586 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 133 | 134 | - |
| CMYK | 0 | 0.04 | 0.04 | 0.45 |
| HSL | 350º | 0.03% | 0.53% | - |
| HSV(B) | 350º | 0.04% | 0.55% | - |
| XYZ | 23.34 | 23.99 | 25.95 | - |
| YUV | 134.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 133 | 134 | 0 | 0.04 | 0.04 | 0.45 | 350 | 0.03 | 0.53 |
| Hex | 8B | 85 | 86 | 0 | 4 | 4 | 2D | 15E | 3 | 35 |
| Octal | 213 | 205 | 206 | 0 | 4 | 4 | 55 | 536 | 3 | 65 |
| Binary | 10001011 | 10000101 | 10000110 | 0 | 100 | 100 | 101101 | 101011110 | 11 | 110101 |
Color Harmonies of #8B8586
Complementary color
Monochromatic Colors of #8B8586
Black with #8B8586
Text Example
Text Example
White with #8B8586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8586; }
p { color: rgb(139,133,134); }
H1.HeaderClassName
{
color: #8B8586;
}
.AnyTagClassName
{
color: #8B8586;
}
</style>
background-color css
<style>
a { background-color: #8B8586; }
a { background-color: rgb(139,133,134); }
div.DivClassName
{
background-color: #8B8586;
}
.BgClassName
{
background-color: #8B8586;
}
</style>
border-color css
<style>
span { border-color: #8B8586; }
span { border-color: rgb(139,133,134); }
td.TdClassName
{
border-color: #8B8586;
}
.TagClassName
{
border-color: #8B8586;
}
</style>