Shades of Venus #8F888B
Tints of Venus #8F888B
RGB
CMYK
RGB Variations
Color information
#8F888B (or 0x8F888B) is known color: Venus. HEX triplet: 8F, 88 and 8B. RGB value is (143,136,139). Sum of RGB (Red+Green+Blue) = 143+136+139=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 143 - color contains mainly: red. Hex color #8F888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F888B is #707774. Grayscale: #8A8A8A. Windows color (decimal): -7370613 or 9144463. OLE color: 9144463.
HSL color Cylindrical-coordinate representation of color #8F888B: hue angle of 334.29º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F888B is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 139 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.44 |
| HSL | 334.29º | 0.03% | 0.55% | - |
| HSV(B) | 334.29º | 0.05% | 0.56% | - |
| XYZ | 24.79 | 25.31 | 28.01 | - |
| YUV | 138.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 139 | 0 | 0.05 | 0.03 | 0.44 | 334.29 | 0.03 | 0.55 |
| Hex | 8F | 88 | 8B | 0 | 5 | 3 | 2C | 14E | 3 | 37 |
| Octal | 217 | 210 | 213 | 0 | 5 | 3 | 54 | 516 | 3 | 67 |
| Binary | 10001111 | 10001000 | 10001011 | 0 | 101 | 11 | 101100 | 101001110 | 11 | 110111 |
Color Harmonies of #8F888B
Complementary color
Monochromatic Colors of #8F888B
Black with #8F888B
Text Example
Text Example
White with #8F888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F888B; }
p { color: rgb(143,136,139); }
H1.HeaderClassName
{
color: #8F888B;
}
.AnyTagClassName
{
color: #8F888B;
}
</style>
background-color css
<style>
a { background-color: #8F888B; }
a { background-color: rgb(143,136,139); }
div.DivClassName
{
background-color: #8F888B;
}
.BgClassName
{
background-color: #8F888B;
}
</style>
border-color css
<style>
span { border-color: #8F888B; }
span { border-color: rgb(143,136,139); }
td.TdClassName
{
border-color: #8F888B;
}
.TagClassName
{
border-color: #8F888B;
}
</style>