Shades of Venus #8E8A8B
Tints of Venus #8E8A8B
RGB
CMYK
RGB Variations
Color information
#8E8A8B (or 0x8E8A8B) is known color: Venus. HEX triplet: 8E, 8A and 8B. RGB value is (142,138,139). Sum of RGB (Red+Green+Blue) = 142+138+139=419 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.89% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8A8B is #717574. Grayscale: #8B8B8B. Windows color (decimal): -7435637 or 9144974. OLE color: 9144974.
HSL color Cylindrical-coordinate representation of color #8E8A8B: hue angle of 345º degrees, saturation: 0.02, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #8E8A8B is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 138 | 139 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.44 |
| HSL | 345º | 0.02% | 0.55% | - |
| HSV(B) | 345º | 0.03% | 0.56% | - |
| XYZ | 24.9 | 25.79 | 28.09 | - |
| YUV | 139.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 138 | 139 | 0 | 0.03 | 0.02 | 0.44 | 345 | 0.02 | 0.55 |
| Hex | 8E | 8A | 8B | 0 | 3 | 2 | 2C | 159 | 2 | 37 |
| Octal | 216 | 212 | 213 | 0 | 3 | 2 | 54 | 531 | 2 | 67 |
| Binary | 10001110 | 10001010 | 10001011 | 0 | 11 | 10 | 101100 | 101011001 | 10 | 110111 |
Color Harmonies of #8E8A8B
Complementary color
Monochromatic Colors of #8E8A8B
Black with #8E8A8B
Text Example
Text Example
White with #8E8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8A8B; }
p { color: rgb(142,138,139); }
H1.HeaderClassName
{
color: #8E8A8B;
}
.AnyTagClassName
{
color: #8E8A8B;
}
</style>
background-color css
<style>
a { background-color: #8E8A8B; }
a { background-color: rgb(142,138,139); }
div.DivClassName
{
background-color: #8E8A8B;
}
.BgClassName
{
background-color: #8E8A8B;
}
</style>
border-color css
<style>
span { border-color: #8E8A8B; }
span { border-color: rgb(142,138,139); }
td.TdClassName
{
border-color: #8E8A8B;
}
.TagClassName
{
border-color: #8E8A8B;
}
</style>