Shades of Venus #98858C
Tints of Venus #98858C
RGB
CMYK
RGB Variations
Color information
#98858C (or 0x98858C) is known color: Venus. HEX triplet: 98, 85 and 8C. RGB value is (152,133,140). Sum of RGB (Red+Green+Blue) = 152+133+140=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 152 - color contains mainly: red. Hex color #98858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98858C is #677A73. Grayscale: #8B8B8B. Windows color (decimal): -6781556 or 9209240. OLE color: 9209240.
HSL color Cylindrical-coordinate representation of color #98858C: hue angle of 337.89º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98858C is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 133 | 140 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.40 |
| HSL | 337.89º | 0.08% | 0.56% | - |
| HSV(B) | 337.89º | 0.13% | 0.6% | - |
| XYZ | 26.07 | 25.34 | 28.33 | - |
| YUV | 139.48 | 128.29 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 133 | 140 | 0 | 0.13 | 0.08 | 0.40 | 337.89 | 0.08 | 0.56 |
| Hex | 98 | 85 | 8C | 0 | D | 8 | 28 | 152 | 8 | 38 |
| Octal | 230 | 205 | 214 | 0 | 15 | 10 | 50 | 522 | 10 | 70 |
| Binary | 10011000 | 10000101 | 10001100 | 0 | 1101 | 1000 | 101000 | 101010010 | 1000 | 111000 |
Color Harmonies of #98858C
Complementary color
Monochromatic Colors of #98858C
Black with #98858C
Text Example
Text Example
White with #98858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98858C; }
p { color: rgb(152,133,140); }
H1.HeaderClassName
{
color: #98858C;
}
.AnyTagClassName
{
color: #98858C;
}
</style>
background-color css
<style>
a { background-color: #98858C; }
a { background-color: rgb(152,133,140); }
div.DivClassName
{
background-color: #98858C;
}
.BgClassName
{
background-color: #98858C;
}
</style>
border-color css
<style>
span { border-color: #98858C; }
span { border-color: rgb(152,133,140); }
td.TdClassName
{
border-color: #98858C;
}
.TagClassName
{
border-color: #98858C;
}
</style>