Shades of Venus #8E8788
Tints of Venus #8E8788
RGB
CMYK
RGB Variations
Color information
#8E8788 (or 0x8E8788) is known color: Venus. HEX triplet: 8E, 87 and 88. RGB value is (142,135,136). Sum of RGB (Red+Green+Blue) = 142+135+136=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8788 is #717877. Grayscale: #898989. Windows color (decimal): -7436408 or 8947598. OLE color: 8947598.
HSL color Cylindrical-coordinate representation of color #8E8788: hue angle of 351.43º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E8788 is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 135 | 136 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.44 |
| HSL | 351.43º | 0.03% | 0.54% | - |
| HSV(B) | 351.43º | 0.05% | 0.56% | - |
| XYZ | 24.26 | 24.86 | 26.81 | - |
| YUV | 137.21 | 127.32 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 135 | 136 | 0 | 0.05 | 0.04 | 0.44 | 351.43 | 0.03 | 0.54 |
| Hex | 8E | 87 | 88 | 0 | 5 | 4 | 2C | 15F | 3 | 36 |
| Octal | 216 | 207 | 210 | 0 | 5 | 4 | 54 | 537 | 3 | 66 |
| Binary | 10001110 | 10000111 | 10001000 | 0 | 101 | 100 | 101100 | 101011111 | 11 | 110110 |
Color Harmonies of #8E8788
Complementary color
Monochromatic Colors of #8E8788
Black with #8E8788
Text Example
Text Example
White with #8E8788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8788; }
p { color: rgb(142,135,136); }
H1.HeaderClassName
{
color: #8E8788;
}
.AnyTagClassName
{
color: #8E8788;
}
</style>
background-color css
<style>
a { background-color: #8E8788; }
a { background-color: rgb(142,135,136); }
div.DivClassName
{
background-color: #8E8788;
}
.BgClassName
{
background-color: #8E8788;
}
</style>
border-color css
<style>
span { border-color: #8E8788; }
span { border-color: rgb(142,135,136); }
td.TdClassName
{
border-color: #8E8788;
}
.TagClassName
{
border-color: #8E8788;
}
</style>