Shades of Venus #8D8385
Tints of Venus #8D8385
RGB
CMYK
RGB Variations
Color information
#8D8385 (or 0x8D8385) is known color: Venus. HEX triplet: 8D, 83 and 85. RGB value is (141,131,133). Sum of RGB (Red+Green+Blue) = 141+131+133=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8385 is #727C7A. Grayscale: #868686. Windows color (decimal): -7502971 or 8749965. OLE color: 8749965.
HSL color Cylindrical-coordinate representation of color #8D8385: hue angle of 348º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8D8385 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 133 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.45 |
| HSL | 348º | 0.04% | 0.53% | - |
| HSV(B) | 348º | 0.07% | 0.55% | - |
| XYZ | 23.33 | 23.59 | 25.51 | - |
| YUV | 134.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 133 | 0 | 0.07 | 0.06 | 0.45 | 348 | 0.04 | 0.53 |
| Hex | 8D | 83 | 85 | 0 | 7 | 6 | 2D | 15C | 4 | 35 |
| Octal | 215 | 203 | 205 | 0 | 7 | 6 | 55 | 534 | 4 | 65 |
| Binary | 10001101 | 10000011 | 10000101 | 0 | 111 | 110 | 101101 | 101011100 | 100 | 110101 |
Color Harmonies of #8D8385
Complementary color
Monochromatic Colors of #8D8385
Black with #8D8385
Text Example
Text Example
White with #8D8385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8385; }
p { color: rgb(141,131,133); }
H1.HeaderClassName
{
color: #8D8385;
}
.AnyTagClassName
{
color: #8D8385;
}
</style>
background-color css
<style>
a { background-color: #8D8385; }
a { background-color: rgb(141,131,133); }
div.DivClassName
{
background-color: #8D8385;
}
.BgClassName
{
background-color: #8D8385;
}
</style>
border-color css
<style>
span { border-color: #8D8385; }
span { border-color: rgb(141,131,133); }
td.TdClassName
{
border-color: #8D8385;
}
.TagClassName
{
border-color: #8D8385;
}
</style>