Shades of Venus #8D7F83
Tints of Venus #8D7F83
RGB
CMYK
RGB Variations
Color information
#8D7F83 (or 0x8D7F83) is known color: Venus. HEX triplet: 8D, 7F and 83. RGB value is (141,127,131). Sum of RGB (Red+Green+Blue) = 141+127+131=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7F83 is #72807C. Grayscale: #838383. Windows color (decimal): -7503997 or 8617869. OLE color: 8617869.
HSL color Cylindrical-coordinate representation of color #8D7F83: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8D7F83 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 127 | 131 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.45 |
| HSL | 342.86º | 0.06% | 0.53% | - |
| HSV(B) | 342.86º | 0.1% | 0.55% | - |
| XYZ | 22.67 | 22.48 | 24.62 | - |
| YUV | 131.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 127 | 131 | 0 | 0.10 | 0.07 | 0.45 | 342.86 | 0.06 | 0.53 |
| Hex | 8D | 7F | 83 | 0 | A | 7 | 2D | 157 | 6 | 35 |
| Octal | 215 | 177 | 203 | 0 | 12 | 7 | 55 | 527 | 6 | 65 |
| Binary | 10001101 | 1111111 | 10000011 | 0 | 1010 | 111 | 101101 | 101010111 | 110 | 110101 |
Color Harmonies of #8D7F83
Complementary color
Monochromatic Colors of #8D7F83
Black with #8D7F83
Text Example
Text Example
White with #8D7F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7F83; }
p { color: rgb(141,127,131); }
H1.HeaderClassName
{
color: #8D7F83;
}
.AnyTagClassName
{
color: #8D7F83;
}
</style>
background-color css
<style>
a { background-color: #8D7F83; }
a { background-color: rgb(141,127,131); }
div.DivClassName
{
background-color: #8D7F83;
}
.BgClassName
{
background-color: #8D7F83;
}
</style>
border-color css
<style>
span { border-color: #8D7F83; }
span { border-color: rgb(141,127,131); }
td.TdClassName
{
border-color: #8D7F83;
}
.TagClassName
{
border-color: #8D7F83;
}
</style>