Shades of Venus #8F8387
Tints of Venus #8F8387
RGB
CMYK
RGB Variations
Color information
#8F8387 (or 0x8F8387) is known color: Venus. HEX triplet: 8F, 83 and 87. RGB value is (143,131,135). Sum of RGB (Red+Green+Blue) = 143+131+135=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8387 is #707C78. Grayscale: #878787. Windows color (decimal): -7371897 or 8881039. OLE color: 8881039.
HSL color Cylindrical-coordinate representation of color #8F8387: hue angle of 340º 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 #8F8387 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 131 | 135 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.44 |
| HSL | 340º | 0.05% | 0.54% | - |
| HSV(B) | 340º | 0.08% | 0.56% | - |
| XYZ | 23.82 | 23.82 | 26.26 | - |
| YUV | 135.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 131 | 135 | 0 | 0.08 | 0.06 | 0.44 | 340 | 0.05 | 0.54 |
| Hex | 8F | 83 | 87 | 0 | 8 | 6 | 2C | 154 | 5 | 36 |
| Octal | 217 | 203 | 207 | 0 | 10 | 6 | 54 | 524 | 5 | 66 |
| Binary | 10001111 | 10000011 | 10000111 | 0 | 1000 | 110 | 101100 | 101010100 | 101 | 110110 |
Color Harmonies of #8F8387
Complementary color
Monochromatic Colors of #8F8387
Black with #8F8387
Text Example
Text Example
White with #8F8387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8387; }
p { color: rgb(143,131,135); }
H1.HeaderClassName
{
color: #8F8387;
}
.AnyTagClassName
{
color: #8F8387;
}
</style>
background-color css
<style>
a { background-color: #8F8387; }
a { background-color: rgb(143,131,135); }
div.DivClassName
{
background-color: #8F8387;
}
.BgClassName
{
background-color: #8F8387;
}
</style>
border-color css
<style>
span { border-color: #8F8387; }
span { border-color: rgb(143,131,135); }
td.TdClassName
{
border-color: #8F8387;
}
.TagClassName
{
border-color: #8F8387;
}
</style>