Shades of Venus #8E8386
Tints of Venus #8E8386
RGB
CMYK
RGB Variations
Color information
#8E8386 (or 0x8E8386) is known color: Venus. HEX triplet: 8E, 83 and 86. RGB value is (142,131,134). Sum of RGB (Red+Green+Blue) = 142+131+134=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8386 is #717C79. Grayscale: #868686. Windows color (decimal): -7437434 or 8815502. OLE color: 8815502.
HSL color Cylindrical-coordinate representation of color #8E8386: hue angle of 343.64º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E8386 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 134 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.44 |
| HSL | 343.64º | 0.05% | 0.54% | - |
| HSV(B) | 343.64º | 0.08% | 0.56% | - |
| XYZ | 23.57 | 23.7 | 25.89 | - |
| YUV | 134.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 134 | 0 | 0.08 | 0.06 | 0.44 | 343.64 | 0.05 | 0.54 |
| Hex | 8E | 83 | 86 | 0 | 8 | 6 | 2C | 158 | 5 | 36 |
| Octal | 216 | 203 | 206 | 0 | 10 | 6 | 54 | 530 | 5 | 66 |
| Binary | 10001110 | 10000011 | 10000110 | 0 | 1000 | 110 | 101100 | 101011000 | 101 | 110110 |
Color Harmonies of #8E8386
Complementary color
Monochromatic Colors of #8E8386
Black with #8E8386
Text Example
Text Example
White with #8E8386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8386; }
p { color: rgb(142,131,134); }
H1.HeaderClassName
{
color: #8E8386;
}
.AnyTagClassName
{
color: #8E8386;
}
</style>
background-color css
<style>
a { background-color: #8E8386; }
a { background-color: rgb(142,131,134); }
div.DivClassName
{
background-color: #8E8386;
}
.BgClassName
{
background-color: #8E8386;
}
</style>
border-color css
<style>
span { border-color: #8E8386; }
span { border-color: rgb(142,131,134); }
td.TdClassName
{
border-color: #8E8386;
}
.TagClassName
{
border-color: #8E8386;
}
</style>