Shades of Venus #8E8285
Tints of Venus #8E8285
RGB
CMYK
RGB Variations
Color information
#8E8285 (or 0x8E8285) is known color: Venus. HEX triplet: 8E, 82 and 85. RGB value is (142,130,133). Sum of RGB (Red+Green+Blue) = 142+130+133=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8285 is #717D7A. Grayscale: #858585. Windows color (decimal): -7437691 or 8749710. OLE color: 8749710.
HSL color Cylindrical-coordinate representation of color #8E8285: hue angle of 345º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E8285 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 130 | 133 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.44 |
| HSL | 345º | 0.05% | 0.53% | - |
| HSV(B) | 345º | 0.08% | 0.56% | - |
| XYZ | 23.37 | 23.41 | 25.48 | - |
| YUV | 133.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 130 | 133 | 0 | 0.08 | 0.06 | 0.44 | 345 | 0.05 | 0.53 |
| Hex | 8E | 82 | 85 | 0 | 8 | 6 | 2C | 159 | 5 | 35 |
| Octal | 216 | 202 | 205 | 0 | 10 | 6 | 54 | 531 | 5 | 65 |
| Binary | 10001110 | 10000010 | 10000101 | 0 | 1000 | 110 | 101100 | 101011001 | 101 | 110101 |
Color Harmonies of #8E8285
Complementary color
Monochromatic Colors of #8E8285
Black with #8E8285
Text Example
Text Example
White with #8E8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8285; }
p { color: rgb(142,130,133); }
H1.HeaderClassName
{
color: #8E8285;
}
.AnyTagClassName
{
color: #8E8285;
}
</style>
background-color css
<style>
a { background-color: #8E8285; }
a { background-color: rgb(142,130,133); }
div.DivClassName
{
background-color: #8E8285;
}
.BgClassName
{
background-color: #8E8285;
}
</style>
border-color css
<style>
span { border-color: #8E8285; }
span { border-color: rgb(142,130,133); }
td.TdClassName
{
border-color: #8E8285;
}
.TagClassName
{
border-color: #8E8285;
}
</style>