Shades of Venus #8D8285
Tints of Venus #8D8285
RGB
CMYK
RGB Variations
Color information
#8D8285 (or 0x8D8285) is known color: Venus. HEX triplet: 8D, 82 and 85. RGB value is (141,130,133). Sum of RGB (Red+Green+Blue) = 141+130+133=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8285 is #727D7A. Grayscale: #858585. Windows color (decimal): -7503227 or 8749709. OLE color: 8749709.
HSL color Cylindrical-coordinate representation of color #8D8285: hue angle of 343.64º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D8285 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 133 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.45 |
| HSL | 343.64º | 0.05% | 0.53% | - |
| HSV(B) | 343.64º | 0.08% | 0.55% | - |
| XYZ | 23.2 | 23.32 | 25.47 | - |
| YUV | 133.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 133 | 0 | 0.08 | 0.06 | 0.45 | 343.64 | 0.05 | 0.53 |
| Hex | 8D | 82 | 85 | 0 | 8 | 6 | 2D | 158 | 5 | 35 |
| Octal | 215 | 202 | 205 | 0 | 10 | 6 | 55 | 530 | 5 | 65 |
| Binary | 10001101 | 10000010 | 10000101 | 0 | 1000 | 110 | 101101 | 101011000 | 101 | 110101 |
Color Harmonies of #8D8285
Complementary color
Monochromatic Colors of #8D8285
Black with #8D8285
Text Example
Text Example
White with #8D8285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8285; }
p { color: rgb(141,130,133); }
H1.HeaderClassName
{
color: #8D8285;
}
.AnyTagClassName
{
color: #8D8285;
}
</style>
background-color css
<style>
a { background-color: #8D8285; }
a { background-color: rgb(141,130,133); }
div.DivClassName
{
background-color: #8D8285;
}
.BgClassName
{
background-color: #8D8285;
}
</style>
border-color css
<style>
span { border-color: #8D8285; }
span { border-color: rgb(141,130,133); }
td.TdClassName
{
border-color: #8D8285;
}
.TagClassName
{
border-color: #8D8285;
}
</style>