Shades of Venus #8D7F84
Tints of Venus #8D7F84
RGB
CMYK
RGB Variations
Color information
#8D7F84 (or 0x8D7F84) is known color: Venus. HEX triplet: 8D, 7F and 84. RGB value is (141,127,132). Sum of RGB (Red+Green+Blue) = 141+127+132=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7F84 is #72807B. Grayscale: #838383. Windows color (decimal): -7503996 or 8683405. OLE color: 8683405.
HSL color Cylindrical-coordinate representation of color #8D7F84: hue angle of 338.57º 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 #8D7F84 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 127 | 132 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.45 |
| HSL | 338.57º | 0.06% | 0.53% | - |
| HSV(B) | 338.57º | 0.1% | 0.55% | - |
| XYZ | 22.74 | 22.51 | 24.98 | - |
| YUV | 131.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 127 | 132 | 0 | 0.10 | 0.06 | 0.45 | 338.57 | 0.06 | 0.53 |
| Hex | 8D | 7F | 84 | 0 | A | 6 | 2D | 153 | 6 | 35 |
| Octal | 215 | 177 | 204 | 0 | 12 | 6 | 55 | 523 | 6 | 65 |
| Binary | 10001101 | 1111111 | 10000100 | 0 | 1010 | 110 | 101101 | 101010011 | 110 | 110101 |
Color Harmonies of #8D7F84
Complementary color
Monochromatic Colors of #8D7F84
Black with #8D7F84
Text Example
Text Example
White with #8D7F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7F84; }
p { color: rgb(141,127,132); }
H1.HeaderClassName
{
color: #8D7F84;
}
.AnyTagClassName
{
color: #8D7F84;
}
</style>
background-color css
<style>
a { background-color: #8D7F84; }
a { background-color: rgb(141,127,132); }
div.DivClassName
{
background-color: #8D7F84;
}
.BgClassName
{
background-color: #8D7F84;
}
</style>
border-color css
<style>
span { border-color: #8D7F84; }
span { border-color: rgb(141,127,132); }
td.TdClassName
{
border-color: #8D7F84;
}
.TagClassName
{
border-color: #8D7F84;
}
</style>