Shades of Venus #8E8388
Tints of Venus #8E8388
RGB
CMYK
RGB Variations
Color information
#8E8388 (or 0x8E8388) is known color: Venus. HEX triplet: 8E, 83 and 88. RGB value is (142,131,136). Sum of RGB (Red+Green+Blue) = 142+131+136=409 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.72% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8388 is #717C77. Grayscale: #868686. Windows color (decimal): -7437432 or 8946574. OLE color: 8946574.
HSL color Cylindrical-coordinate representation of color #8E8388: hue angle of 332.73º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8E8388 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 136 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.44 |
| HSL | 332.73º | 0.05% | 0.54% | - |
| HSV(B) | 332.73º | 0.08% | 0.56% | - |
| XYZ | 23.72 | 23.76 | 26.63 | - |
| YUV | 134.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 136 | 0 | 0.08 | 0.04 | 0.44 | 332.73 | 0.05 | 0.54 |
| Hex | 8E | 83 | 88 | 0 | 8 | 4 | 2C | 14D | 5 | 36 |
| Octal | 216 | 203 | 210 | 0 | 10 | 4 | 54 | 515 | 5 | 66 |
| Binary | 10001110 | 10000011 | 10001000 | 0 | 1000 | 100 | 101100 | 101001101 | 101 | 110110 |
Color Harmonies of #8E8388
Complementary color
Monochromatic Colors of #8E8388
Black with #8E8388
Text Example
Text Example
White with #8E8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8388; }
p { color: rgb(142,131,136); }
H1.HeaderClassName
{
color: #8E8388;
}
.AnyTagClassName
{
color: #8E8388;
}
</style>
background-color css
<style>
a { background-color: #8E8388; }
a { background-color: rgb(142,131,136); }
div.DivClassName
{
background-color: #8E8388;
}
.BgClassName
{
background-color: #8E8388;
}
</style>
border-color css
<style>
span { border-color: #8E8388; }
span { border-color: rgb(142,131,136); }
td.TdClassName
{
border-color: #8E8388;
}
.TagClassName
{
border-color: #8E8388;
}
</style>