Shades of Venus #98898D
Tints of Venus #98898D
RGB
CMYK
RGB Variations
Color information
#98898D (or 0x98898D) is known color: Venus. HEX triplet: 98, 89 and 8D. RGB value is (152,137,141). Sum of RGB (Red+Green+Blue) = 152+137+141=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 152 - color contains mainly: red. Hex color #98898D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98898D is #677672. Grayscale: #8D8D8D. Windows color (decimal): -6780531 or 9275800. OLE color: 9275800.
HSL color Cylindrical-coordinate representation of color #98898D: hue angle of 344º 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 #98898D is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 137 | 141 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.40 |
| HSL | 344º | 0.07% | 0.57% | - |
| HSV(B) | 344º | 0.1% | 0.6% | - |
| XYZ | 26.7 | 26.49 | 28.9 | - |
| YUV | 141.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 137 | 141 | 0 | 0.10 | 0.07 | 0.40 | 344 | 0.07 | 0.57 |
| Hex | 98 | 89 | 8D | 0 | A | 7 | 28 | 158 | 7 | 39 |
| Octal | 230 | 211 | 215 | 0 | 12 | 7 | 50 | 530 | 7 | 71 |
| Binary | 10011000 | 10001001 | 10001101 | 0 | 1010 | 111 | 101000 | 101011000 | 111 | 111001 |
Color Harmonies of #98898D
Complementary color
Monochromatic Colors of #98898D
Black with #98898D
Text Example
Text Example
White with #98898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98898D; }
p { color: rgb(152,137,141); }
H1.HeaderClassName
{
color: #98898D;
}
.AnyTagClassName
{
color: #98898D;
}
</style>
background-color css
<style>
a { background-color: #98898D; }
a { background-color: rgb(152,137,141); }
div.DivClassName
{
background-color: #98898D;
}
.BgClassName
{
background-color: #98898D;
}
</style>
border-color css
<style>
span { border-color: #98898D; }
span { border-color: rgb(152,137,141); }
td.TdClassName
{
border-color: #98898D;
}
.TagClassName
{
border-color: #98898D;
}
</style>