Shades of Venus #988C8F
Tints of Venus #988C8F
RGB
CMYK
RGB Variations
Color information
#988C8F (or 0x988C8F) is known color: Venus. HEX triplet: 98, 8C and 8F. RGB value is (152,140,143). Sum of RGB (Red+Green+Blue) = 152+140+143=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 152 - color contains mainly: red. Hex color #988C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C8F is #677370. Grayscale: #8F8F8F. Windows color (decimal): -6779761 or 9407640. OLE color: 9407640.
HSL color Cylindrical-coordinate representation of color #988C8F: hue angle of 345º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #988C8F is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 140 | 143 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.40 |
| HSL | 345º | 0.06% | 0.57% | - |
| HSV(B) | 345º | 0.08% | 0.6% | - |
| XYZ | 27.28 | 27.41 | 29.84 | - |
| YUV | 143.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 140 | 143 | 0 | 0.08 | 0.06 | 0.40 | 345 | 0.06 | 0.57 |
| Hex | 98 | 8C | 8F | 0 | 8 | 6 | 28 | 159 | 6 | 39 |
| Octal | 230 | 214 | 217 | 0 | 10 | 6 | 50 | 531 | 6 | 71 |
| Binary | 10011000 | 10001100 | 10001111 | 0 | 1000 | 110 | 101000 | 101011001 | 110 | 111001 |
Color Harmonies of #988C8F
Complementary color
Monochromatic Colors of #988C8F
Black with #988C8F
Text Example
Text Example
White with #988C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988C8F; }
p { color: rgb(152,140,143); }
H1.HeaderClassName
{
color: #988C8F;
}
.AnyTagClassName
{
color: #988C8F;
}
</style>
background-color css
<style>
a { background-color: #988C8F; }
a { background-color: rgb(152,140,143); }
div.DivClassName
{
background-color: #988C8F;
}
.BgClassName
{
background-color: #988C8F;
}
</style>
border-color css
<style>
span { border-color: #988C8F; }
span { border-color: rgb(152,140,143); }
td.TdClassName
{
border-color: #988C8F;
}
.TagClassName
{
border-color: #988C8F;
}
</style>