Shades of Venus #8D7B84
Tints of Venus #8D7B84
RGB
CMYK
RGB Variations
Color information
#8D7B84 (or 0x8D7B84) is known color: Venus. HEX triplet: 8D, 7B and 84. RGB value is (141,123,132). Sum of RGB (Red+Green+Blue) = 141+123+132=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 132 (51.95% from 255 or 33.33% from 396); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7B84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7B84 is #72847B. Grayscale: #818181. Windows color (decimal): -7505020 or 8682381. OLE color: 8682381.
HSL color Cylindrical-coordinate representation of color #8D7B84: hue angle of 330º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D7B84 is Cyan = 0, Magento = 0.13, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 123 | 132 | - |
| CMYK | 0 | 0.13 | 0.06 | 0.45 |
| HSL | 330º | 0.07% | 0.52% | - |
| HSV(B) | 330º | 0.13% | 0.55% | - |
| XYZ | 22.23 | 21.49 | 24.81 | - |
| YUV | 129.41 | 129.46 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 123 | 132 | 0 | 0.13 | 0.06 | 0.45 | 330 | 0.07 | 0.52 |
| Hex | 8D | 7B | 84 | 0 | D | 6 | 2D | 14A | 7 | 34 |
| Octal | 215 | 173 | 204 | 0 | 15 | 6 | 55 | 512 | 7 | 64 |
| Binary | 10001101 | 1111011 | 10000100 | 0 | 1101 | 110 | 101101 | 101001010 | 111 | 110100 |
Color Harmonies of #8D7B84
Complementary color
Monochromatic Colors of #8D7B84
Black with #8D7B84
Text Example
Text Example
White with #8D7B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7B84; }
p { color: rgb(141,123,132); }
H1.HeaderClassName
{
color: #8D7B84;
}
.AnyTagClassName
{
color: #8D7B84;
}
</style>
background-color css
<style>
a { background-color: #8D7B84; }
a { background-color: rgb(141,123,132); }
div.DivClassName
{
background-color: #8D7B84;
}
.BgClassName
{
background-color: #8D7B84;
}
</style>
border-color css
<style>
span { border-color: #8D7B84; }
span { border-color: rgb(141,123,132); }
td.TdClassName
{
border-color: #8D7B84;
}
.TagClassName
{
border-color: #8D7B84;
}
</style>