Shades of Venus #8E8086
Tints of Venus #8E8086
RGB
CMYK
RGB Variations
Color information
#8E8086 (or 0x8E8086) is known color: Venus. HEX triplet: 8E, 80 and 86. RGB value is (142,128,134). Sum of RGB (Red+Green+Blue) = 142+128+134=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 134 (52.73% from 255 or 33.17% from 404); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8086 is #717F79. Grayscale: #848484. Windows color (decimal): -7438202 or 8814734. OLE color: 8814734.
HSL color Cylindrical-coordinate representation of color #8E8086: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E8086 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 128 | 134 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.44 |
| HSL | 334.29º | 0.06% | 0.53% | - |
| HSV(B) | 334.29º | 0.1% | 0.56% | - |
| XYZ | 23.18 | 22.91 | 25.75 | - |
| YUV | 132.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 128 | 134 | 0 | 0.10 | 0.06 | 0.44 | 334.29 | 0.06 | 0.53 |
| Hex | 8E | 80 | 86 | 0 | A | 6 | 2C | 14E | 6 | 35 |
| Octal | 216 | 200 | 206 | 0 | 12 | 6 | 54 | 516 | 6 | 65 |
| Binary | 10001110 | 10000000 | 10000110 | 0 | 1010 | 110 | 101100 | 101001110 | 110 | 110101 |
Color Harmonies of #8E8086
Complementary color
Monochromatic Colors of #8E8086
Black with #8E8086
Text Example
Text Example
White with #8E8086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8086; }
p { color: rgb(142,128,134); }
H1.HeaderClassName
{
color: #8E8086;
}
.AnyTagClassName
{
color: #8E8086;
}
</style>
background-color css
<style>
a { background-color: #8E8086; }
a { background-color: rgb(142,128,134); }
div.DivClassName
{
background-color: #8E8086;
}
.BgClassName
{
background-color: #8E8086;
}
</style>
border-color css
<style>
span { border-color: #8E8086; }
span { border-color: rgb(142,128,134); }
td.TdClassName
{
border-color: #8E8086;
}
.TagClassName
{
border-color: #8E8086;
}
</style>