Shades of Venus #8E8186
Tints of Venus #8E8186
RGB
CMYK
RGB Variations
Color information
#8E8186 (or 0x8E8186) is known color: Venus. HEX triplet: 8E, 81 and 86. RGB value is (142,129,134). Sum of RGB (Red+Green+Blue) = 142+129+134=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8186 is #717E79. Grayscale: #858585. Windows color (decimal): -7437946 or 8814990. OLE color: 8814990.
HSL color Cylindrical-coordinate representation of color #8E8186: hue angle of 336.92º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8E8186 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 129 | 134 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.44 |
| HSL | 336.92º | 0.05% | 0.53% | - |
| HSV(B) | 336.92º | 0.09% | 0.56% | - |
| XYZ | 23.31 | 23.17 | 25.8 | - |
| YUV | 133.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 129 | 134 | 0 | 0.09 | 0.06 | 0.44 | 336.92 | 0.05 | 0.53 |
| Hex | 8E | 81 | 86 | 0 | 9 | 6 | 2C | 151 | 5 | 35 |
| Octal | 216 | 201 | 206 | 0 | 11 | 6 | 54 | 521 | 5 | 65 |
| Binary | 10001110 | 10000001 | 10000110 | 0 | 1001 | 110 | 101100 | 101010001 | 101 | 110101 |
Color Harmonies of #8E8186
Complementary color
Monochromatic Colors of #8E8186
Black with #8E8186
Text Example
Text Example
White with #8E8186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8186; }
p { color: rgb(142,129,134); }
H1.HeaderClassName
{
color: #8E8186;
}
.AnyTagClassName
{
color: #8E8186;
}
</style>
background-color css
<style>
a { background-color: #8E8186; }
a { background-color: rgb(142,129,134); }
div.DivClassName
{
background-color: #8E8186;
}
.BgClassName
{
background-color: #8E8186;
}
</style>
border-color css
<style>
span { border-color: #8E8186; }
span { border-color: rgb(142,129,134); }
td.TdClassName
{
border-color: #8E8186;
}
.TagClassName
{
border-color: #8E8186;
}
</style>