Shades of Venus #8D8387
Tints of Venus #8D8387
RGB
CMYK
RGB Variations
Color information
#8D8387 (or 0x8D8387) is known color: Venus. HEX triplet: 8D, 83 and 87. RGB value is (141,131,135). Sum of RGB (Red+Green+Blue) = 141+131+135=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8387 is #727C78. Grayscale: #868686. Windows color (decimal): -7502969 or 8881037. OLE color: 8881037.
HSL color Cylindrical-coordinate representation of color #8D8387: hue angle of 336º 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 #8D8387 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 135 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.45 |
| HSL | 336º | 0.04% | 0.53% | - |
| HSV(B) | 336º | 0.07% | 0.55% | - |
| XYZ | 23.47 | 23.64 | 26.25 | - |
| YUV | 134.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 135 | 0 | 0.07 | 0.04 | 0.45 | 336 | 0.04 | 0.53 |
| Hex | 8D | 83 | 87 | 0 | 7 | 4 | 2D | 150 | 4 | 35 |
| Octal | 215 | 203 | 207 | 0 | 7 | 4 | 55 | 520 | 4 | 65 |
| Binary | 10001101 | 10000011 | 10000111 | 0 | 111 | 100 | 101101 | 101010000 | 100 | 110101 |
Color Harmonies of #8D8387
Complementary color
Monochromatic Colors of #8D8387
Black with #8D8387
Text Example
Text Example
White with #8D8387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8387; }
p { color: rgb(141,131,135); }
H1.HeaderClassName
{
color: #8D8387;
}
.AnyTagClassName
{
color: #8D8387;
}
</style>
background-color css
<style>
a { background-color: #8D8387; }
a { background-color: rgb(141,131,135); }
div.DivClassName
{
background-color: #8D8387;
}
.BgClassName
{
background-color: #8D8387;
}
</style>
border-color css
<style>
span { border-color: #8D8387; }
span { border-color: rgb(141,131,135); }
td.TdClassName
{
border-color: #8D8387;
}
.TagClassName
{
border-color: #8D8387;
}
</style>