Shades of Venus #8E7A82
Tints of Venus #8E7A82
RGB
CMYK
RGB Variations
Color information
#8E7A82 (or 0x8E7A82) is known color: Venus. HEX triplet: 8E, 7A and 82. RGB value is (142,122,130). Sum of RGB (Red+Green+Blue) = 142+122+130=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E7A82 is #71857D. Grayscale: #808080. Windows color (decimal): -7439742 or 8551054. OLE color: 8551054.
HSL color Cylindrical-coordinate representation of color #8E7A82: hue angle of 336º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E7A82 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 130 | - |
| CMYK | 0 | 0.14 | 0.08 | 0.44 |
| HSL | 336º | 0.08% | 0.52% | - |
| HSV(B) | 336º | 0.14% | 0.56% | - |
| XYZ | 22.14 | 21.28 | 24.06 | - |
| YUV | 128.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 130 | 0 | 0.14 | 0.08 | 0.44 | 336 | 0.08 | 0.52 |
| Hex | 8E | 7A | 82 | 0 | E | 8 | 2C | 150 | 8 | 34 |
| Octal | 216 | 172 | 202 | 0 | 16 | 10 | 54 | 520 | 10 | 64 |
| Binary | 10001110 | 1111010 | 10000010 | 0 | 1110 | 1000 | 101100 | 101010000 | 1000 | 110100 |
Color Harmonies of #8E7A82
Complementary color
Monochromatic Colors of #8E7A82
Black with #8E7A82
Text Example
Text Example
White with #8E7A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A82; }
p { color: rgb(142,122,130); }
H1.HeaderClassName
{
color: #8E7A82;
}
.AnyTagClassName
{
color: #8E7A82;
}
</style>
background-color css
<style>
a { background-color: #8E7A82; }
a { background-color: rgb(142,122,130); }
div.DivClassName
{
background-color: #8E7A82;
}
.BgClassName
{
background-color: #8E7A82;
}
</style>
border-color css
<style>
span { border-color: #8E7A82; }
span { border-color: rgb(142,122,130); }
td.TdClassName
{
border-color: #8E7A82;
}
.TagClassName
{
border-color: #8E7A82;
}
</style>