Shades of Venus #8B8486
Tints of Venus #8B8486
RGB
CMYK
RGB Variations
Color information
#8B8486 (or 0x8B8486) is known color: Venus. HEX triplet: 8B, 84 and 86. RGB value is (139,132,134). Sum of RGB (Red+Green+Blue) = 139+132+134=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8486 is #747B79. Grayscale: #868686. Windows color (decimal): -7633786 or 8815755. OLE color: 8815755.
HSL color Cylindrical-coordinate representation of color #8B8486: hue angle of 342.86º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8B8486 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 132 | 134 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.45 |
| HSL | 342.86º | 0.03% | 0.53% | - |
| HSV(B) | 342.86º | 0.05% | 0.55% | - |
| XYZ | 23.2 | 23.71 | 25.91 | - |
| YUV | 134.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 132 | 134 | 0 | 0.05 | 0.04 | 0.45 | 342.86 | 0.03 | 0.53 |
| Hex | 8B | 84 | 86 | 0 | 5 | 4 | 2D | 157 | 3 | 35 |
| Octal | 213 | 204 | 206 | 0 | 5 | 4 | 55 | 527 | 3 | 65 |
| Binary | 10001011 | 10000100 | 10000110 | 0 | 101 | 100 | 101101 | 101010111 | 11 | 110101 |
Color Harmonies of #8B8486
Complementary color
Monochromatic Colors of #8B8486
Black with #8B8486
Text Example
Text Example
White with #8B8486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8486; }
p { color: rgb(139,132,134); }
H1.HeaderClassName
{
color: #8B8486;
}
.AnyTagClassName
{
color: #8B8486;
}
</style>
background-color css
<style>
a { background-color: #8B8486; }
a { background-color: rgb(139,132,134); }
div.DivClassName
{
background-color: #8B8486;
}
.BgClassName
{
background-color: #8B8486;
}
</style>
border-color css
<style>
span { border-color: #8B8486; }
span { border-color: rgb(139,132,134); }
td.TdClassName
{
border-color: #8B8486;
}
.TagClassName
{
border-color: #8B8486;
}
</style>