Shades of Venus #98898F
Tints of Venus #98898F
RGB
CMYK
RGB Variations
Color information
#98898F (or 0x98898F) is known color: Venus. HEX triplet: 98, 89 and 8F. RGB value is (152,137,143). Sum of RGB (Red+Green+Blue) = 152+137+143=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 152 - color contains mainly: red. Hex color #98898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98898F is #677670. Grayscale: #8E8E8E. Windows color (decimal): -6780529 or 9406872. OLE color: 9406872.
HSL color Cylindrical-coordinate representation of color #98898F: hue angle of 336º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #98898F is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 143 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.40 |
| HSL | 336º | 0.07% | 0.57% | - |
| HSV(B) | 336º | 0.1% | 0.6% | - |
| XYZ | 26.85 | 26.55 | 29.7 | - |
| YUV | 142.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 143 | 0 | 0.10 | 0.06 | 0.40 | 336 | 0.07 | 0.57 |
| Hex | 98 | 89 | 8F | 0 | A | 6 | 28 | 150 | 7 | 39 |
| Octal | 230 | 211 | 217 | 0 | 12 | 6 | 50 | 520 | 7 | 71 |
| Binary | 10011000 | 10001001 | 10001111 | 0 | 1010 | 110 | 101000 | 101010000 | 111 | 111001 |
Color Harmonies of #98898F
Complementary color
Monochromatic Colors of #98898F
Black with #98898F
Text Example
Text Example
White with #98898F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98898F; }
p { color: rgb(152,137,143); }
H1.HeaderClassName
{
color: #98898F;
}
.AnyTagClassName
{
color: #98898F;
}
</style>
background-color css
<style>
a { background-color: #98898F; }
a { background-color: rgb(152,137,143); }
div.DivClassName
{
background-color: #98898F;
}
.BgClassName
{
background-color: #98898F;
}
</style>
border-color css
<style>
span { border-color: #98898F; }
span { border-color: rgb(152,137,143); }
td.TdClassName
{
border-color: #98898F;
}
.TagClassName
{
border-color: #98898F;
}
</style>