Shades of Venus #8F898A
Tints of Venus #8F898A
RGB
CMYK
RGB Variations
Color information
#8F898A (or 0x8F898A) is known color: Venus. HEX triplet: 8F, 89 and 8A. RGB value is (143,137,138). Sum of RGB (Red+Green+Blue) = 143+137+138=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 143 - color contains mainly: red. Hex color #8F898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F898A is #707675. Grayscale: #8A8A8A. Windows color (decimal): -7370358 or 9079183. OLE color: 9079183.
HSL color Cylindrical-coordinate representation of color #8F898A: hue angle of 350º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8F898A is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 137 | 138 | - |
| CMYK | 0 | 0.04 | 0.03 | 0.44 |
| HSL | 350º | 0.03% | 0.55% | - |
| HSV(B) | 350º | 0.04% | 0.56% | - |
| XYZ | 24.86 | 25.57 | 27.67 | - |
| YUV | 138.91 | 127.49 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 137 | 138 | 0 | 0.04 | 0.03 | 0.44 | 350 | 0.03 | 0.55 |
| Hex | 8F | 89 | 8A | 0 | 4 | 3 | 2C | 15E | 3 | 37 |
| Octal | 217 | 211 | 212 | 0 | 4 | 3 | 54 | 536 | 3 | 67 |
| Binary | 10001111 | 10001001 | 10001010 | 0 | 100 | 11 | 101100 | 101011110 | 11 | 110111 |
Color Harmonies of #8F898A
Complementary color
Monochromatic Colors of #8F898A
Black with #8F898A
Text Example
Text Example
White with #8F898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F898A; }
p { color: rgb(143,137,138); }
H1.HeaderClassName
{
color: #8F898A;
}
.AnyTagClassName
{
color: #8F898A;
}
</style>
background-color css
<style>
a { background-color: #8F898A; }
a { background-color: rgb(143,137,138); }
div.DivClassName
{
background-color: #8F898A;
}
.BgClassName
{
background-color: #8F898A;
}
</style>
border-color css
<style>
span { border-color: #8F898A; }
span { border-color: rgb(143,137,138); }
td.TdClassName
{
border-color: #8F898A;
}
.TagClassName
{
border-color: #8F898A;
}
</style>