Shades of Venus #8D8485
Tints of Venus #8D8485
RGB
CMYK
RGB Variations
Color information
#8D8485 (or 0x8D8485) is known color: Venus. HEX triplet: 8D, 84 and 85. RGB value is (141,132,133). Sum of RGB (Red+Green+Blue) = 141+132+133=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8485 is #727B7A. Grayscale: #868686. Windows color (decimal): -7502715 or 8750221. OLE color: 8750221.
HSL color Cylindrical-coordinate representation of color #8D8485: hue angle of 353.33º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8D8485 is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 132 | 133 | - |
| CMYK | 0 | 0.06 | 0.06 | 0.45 |
| HSL | 353.33º | 0.04% | 0.54% | - |
| HSV(B) | 353.33º | 0.06% | 0.55% | - |
| XYZ | 23.47 | 23.86 | 25.56 | - |
| YUV | 134.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 133 | 0 | 0.06 | 0.06 | 0.45 | 353.33 | 0.04 | 0.54 |
| Hex | 8D | 84 | 85 | 0 | 6 | 6 | 2D | 161 | 4 | 36 |
| Octal | 215 | 204 | 205 | 0 | 6 | 6 | 55 | 541 | 4 | 66 |
| Binary | 10001101 | 10000100 | 10000101 | 0 | 110 | 110 | 101101 | 101100001 | 100 | 110110 |
Color Harmonies of #8D8485
Complementary color
Monochromatic Colors of #8D8485
Black with #8D8485
Text Example
Text Example
White with #8D8485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8485; }
p { color: rgb(141,132,133); }
H1.HeaderClassName
{
color: #8D8485;
}
.AnyTagClassName
{
color: #8D8485;
}
</style>
background-color css
<style>
a { background-color: #8D8485; }
a { background-color: rgb(141,132,133); }
div.DivClassName
{
background-color: #8D8485;
}
.BgClassName
{
background-color: #8D8485;
}
</style>
border-color css
<style>
span { border-color: #8D8485; }
span { border-color: rgb(141,132,133); }
td.TdClassName
{
border-color: #8D8485;
}
.TagClassName
{
border-color: #8D8485;
}
</style>