Shades of Venus #987E85
Tints of Venus #987E85
RGB
CMYK
RGB Variations
Color information
#987E85 (or 0x987E85) is known color: Venus. HEX triplet: 98, 7E and 85. RGB value is (152,126,133). Sum of RGB (Red+Green+Blue) = 152+126+133=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #987E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987E85 is #67817A. Grayscale: #868686. Windows color (decimal): -6783355 or 8748696. OLE color: 8748696.
HSL color Cylindrical-coordinate representation of color #987E85: hue angle of 343.85º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #987E85 is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 133 | - |
| CMYK | 0 | 0.17 | 0.13 | 0.40 |
| HSL | 343.85º | 0.11% | 0.55% | - |
| HSV(B) | 343.85º | 0.17% | 0.6% | - |
| XYZ | 24.64 | 23.29 | 25.39 | - |
| YUV | 134.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 133 | 0 | 0.17 | 0.13 | 0.40 | 343.85 | 0.11 | 0.55 |
| Hex | 98 | 7E | 85 | 0 | 11 | D | 28 | 158 | B | 37 |
| Octal | 230 | 176 | 205 | 0 | 21 | 15 | 50 | 530 | 13 | 67 |
| Binary | 10011000 | 1111110 | 10000101 | 0 | 10001 | 1101 | 101000 | 101011000 | 1011 | 110111 |
Color Harmonies of #987E85
Complementary color
Monochromatic Colors of #987E85
Black with #987E85
Text Example
Text Example
White with #987E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E85; }
p { color: rgb(152,126,133); }
H1.HeaderClassName
{
color: #987E85;
}
.AnyTagClassName
{
color: #987E85;
}
</style>
background-color css
<style>
a { background-color: #987E85; }
a { background-color: rgb(152,126,133); }
div.DivClassName
{
background-color: #987E85;
}
.BgClassName
{
background-color: #987E85;
}
</style>
border-color css
<style>
span { border-color: #987E85; }
span { border-color: rgb(152,126,133); }
td.TdClassName
{
border-color: #987E85;
}
.TagClassName
{
border-color: #987E85;
}
</style>