Shades of Venus #8E737F
Tints of Venus #8E737F
RGB
CMYK
RGB Variations
Color information
#8E737F (or 0x8E737F) is known color: Venus. HEX triplet: 8E, 73 and 7F. RGB value is (142,115,127). Sum of RGB (Red+Green+Blue) = 142+115+127=384 (50% of max value = 765). Red value is 142 (55.86% from 255 or 36.98% from 384); Green value is 115 (45.31% from 255 or 29.95% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 142 - color contains mainly: red. Hex color #8E737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E737F is #718C80. Grayscale: #7C7C7C. Windows color (decimal): -7441537 or 8352654. OLE color: 8352654.
HSL color Cylindrical-coordinate representation of color #8E737F: hue angle of 333.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E737F is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 115 | 127 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.44 |
| HSL | 333.33º | 0.11% | 0.5% | - |
| HSV(B) | 333.33º | 0.19% | 0.56% | - |
| XYZ | 21.12 | 19.54 | 22.74 | - |
| YUV | 124.44 | 129.45 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 115 | 127 | 0 | 0.19 | 0.11 | 0.44 | 333.33 | 0.11 | 0.5 |
| Hex | 8E | 73 | 7F | 0 | 13 | B | 2C | 14D | B | 32 |
| Octal | 216 | 163 | 177 | 0 | 23 | 13 | 54 | 515 | 13 | 62 |
| Binary | 10001110 | 1110011 | 1111111 | 0 | 10011 | 1011 | 101100 | 101001101 | 1011 | 110010 |
Color Harmonies of #8E737F
Complementary color
Monochromatic Colors of #8E737F
Black with #8E737F
Text Example
Text Example
White with #8E737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E737F; }
p { color: rgb(142,115,127); }
H1.HeaderClassName
{
color: #8E737F;
}
.AnyTagClassName
{
color: #8E737F;
}
</style>
background-color css
<style>
a { background-color: #8E737F; }
a { background-color: rgb(142,115,127); }
div.DivClassName
{
background-color: #8E737F;
}
.BgClassName
{
background-color: #8E737F;
}
</style>
border-color css
<style>
span { border-color: #8E737F; }
span { border-color: rgb(142,115,127); }
td.TdClassName
{
border-color: #8E737F;
}
.TagClassName
{
border-color: #8E737F;
}
</style>