Shades of Venus #8F8B8C
Tints of Venus #8F8B8C
RGB
CMYK
RGB Variations
Color information
#8F8B8C (or 0x8F8B8C) is known color: Venus. HEX triplet: 8F, 8B and 8C. RGB value is (143,139,140). Sum of RGB (Red+Green+Blue) = 143+139+140=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 139 (54.69% from 255 or 32.94% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8B8C is #707473. Grayscale: #8C8C8C. Windows color (decimal): -7369844 or 9210767. OLE color: 9210767.
HSL color Cylindrical-coordinate representation of color #8F8B8C: 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 #8F8B8C is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
RGB | 143 | 139 | 140 | - |
CMYK | 0 | 0.03 | 0.02 | 0.44 |
HSL | 345º | 0.02% | 0.55% | - |
HSV(B) | 345º | 0.03% | 0.56% | - |
XYZ | 25.29 | 26.2 | 28.53 | - |
YUV | 140.31 | 127.83 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 139 | 140 | 0 | 0.03 | 0.02 | 0.44 | 345 | 0.02 | 0.55 |
Hex | 8F | 8B | 8C | 0 | 3 | 2 | 2C | 159 | 2 | 37 |
Octal | 217 | 213 | 214 | 0 | 3 | 2 | 54 | 531 | 2 | 67 |
Binary | 10001111 | 10001011 | 10001100 | 0 | 11 | 10 | 101100 | 101011001 | 10 | 110111 |
Color Harmonies of #8F8B8C
Complementary color
Monochromatic Colors of #8F8B8C
Black with #8F8B8C
Text Example
Text Example
White with #8F8B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8B8C; }
p { color: rgb(143,139,140); }
H1.HeaderClassName
{
color: #8F8B8C;
}
.AnyTagClassName
{
color: #8F8B8C;
}
</style>
background-color css
<style>
a { background-color: #8F8B8C; }
a { background-color: rgb(143,139,140); }
div.DivClassName
{
background-color: #8F8B8C;
}
.BgClassName
{
background-color: #8F8B8C;
}
</style>
border-color css
<style>
span { border-color: #8F8B8C; }
span { border-color: rgb(143,139,140); }
td.TdClassName
{
border-color: #8F8B8C;
}
.TagClassName
{
border-color: #8F8B8C;
}
</style>