Shades of Venus #8F8A8B
Tints of Venus #8F8A8B
RGB
CMYK
RGB Variations
Color information
#8F8A8B (or 0x8F8A8B) is known color: Venus. HEX triplet: 8F, 8A and 8B. RGB value is (143,138,139). Sum of RGB (Red+Green+Blue) = 143+138+139=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F8A8B is #707574. Grayscale: #8B8B8B. Windows color (decimal): -7370101 or 9144975. OLE color: 9144975.
HSL color Cylindrical-coordinate representation of color #8F8A8B: hue angle of 348º 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 #8F8A8B is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 138 | 139 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.44 |
| HSL | 348º | 0.02% | 0.55% | - |
| HSV(B) | 348º | 0.03% | 0.56% | - |
| XYZ | 25.08 | 25.88 | 28.1 | - |
| YUV | 139.61 | 127.66 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 138 | 139 | 0 | 0.03 | 0.03 | 0.44 | 348 | 0.02 | 0.55 |
| Hex | 8F | 8A | 8B | 0 | 3 | 3 | 2C | 15C | 2 | 37 |
| Octal | 217 | 212 | 213 | 0 | 3 | 3 | 54 | 534 | 2 | 67 |
| Binary | 10001111 | 10001010 | 10001011 | 0 | 11 | 11 | 101100 | 101011100 | 10 | 110111 |
Color Harmonies of #8F8A8B
Complementary color
Monochromatic Colors of #8F8A8B
Black with #8F8A8B
Text Example
Text Example
White with #8F8A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8A8B; }
p { color: rgb(143,138,139); }
H1.HeaderClassName
{
color: #8F8A8B;
}
.AnyTagClassName
{
color: #8F8A8B;
}
</style>
background-color css
<style>
a { background-color: #8F8A8B; }
a { background-color: rgb(143,138,139); }
div.DivClassName
{
background-color: #8F8A8B;
}
.BgClassName
{
background-color: #8F8A8B;
}
</style>
border-color css
<style>
span { border-color: #8F8A8B; }
span { border-color: rgb(143,138,139); }
td.TdClassName
{
border-color: #8F8A8B;
}
.TagClassName
{
border-color: #8F8A8B;
}
</style>