Shades of Venus #8E8485
Tints of Venus #8E8485
RGB
CMYK
RGB Variations
Color information
#8E8485 (or 0x8E8485) is known color: Venus. HEX triplet: 8E, 84 and 85. RGB value is (142,132,133). Sum of RGB (Red+Green+Blue) = 142+132+133=407 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.89% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8485 is #717B7A. Grayscale: #878787. Windows color (decimal): -7437179 or 8750222. OLE color: 8750222.
HSL color Cylindrical-coordinate representation of color #8E8485: hue angle of 354º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8E8485 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 132 | 133 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.44 |
| HSL | 354º | 0.04% | 0.54% | - |
| HSV(B) | 354º | 0.07% | 0.56% | - |
| XYZ | 23.64 | 23.95 | 25.57 | - |
| YUV | 135.1 | 126.81 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 132 | 133 | 0 | 0.07 | 0.06 | 0.44 | 354 | 0.04 | 0.54 |
| Hex | 8E | 84 | 85 | 0 | 7 | 6 | 2C | 162 | 4 | 36 |
| Octal | 216 | 204 | 205 | 0 | 7 | 6 | 54 | 542 | 4 | 66 |
| Binary | 10001110 | 10000100 | 10000101 | 0 | 111 | 110 | 101100 | 101100010 | 100 | 110110 |
Color Harmonies of #8E8485
Complementary color
Monochromatic Colors of #8E8485
Black with #8E8485
Text Example
Text Example
White with #8E8485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8485; }
p { color: rgb(142,132,133); }
H1.HeaderClassName
{
color: #8E8485;
}
.AnyTagClassName
{
color: #8E8485;
}
</style>
background-color css
<style>
a { background-color: #8E8485; }
a { background-color: rgb(142,132,133); }
div.DivClassName
{
background-color: #8E8485;
}
.BgClassName
{
background-color: #8E8485;
}
</style>
border-color css
<style>
span { border-color: #8E8485; }
span { border-color: rgb(142,132,133); }
td.TdClassName
{
border-color: #8E8485;
}
.TagClassName
{
border-color: #8E8485;
}
</style>