Shades of Venus #987B87
Tints of Venus #987B87
RGB
CMYK
RGB Variations
Color information
#987B87 (or 0x987B87) is known color: Venus. HEX triplet: 98, 7B and 87. RGB value is (152,123,135). Sum of RGB (Red+Green+Blue) = 152+123+135=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #987B87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987B87 is #678478. Grayscale: #858585. Windows color (decimal): -6784121 or 8879000. OLE color: 8879000.
HSL color Cylindrical-coordinate representation of color #987B87: hue angle of 335.17º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #987B87 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 135 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.40 |
| HSL | 335.17º | 0.12% | 0.54% | - |
| HSV(B) | 335.17º | 0.19% | 0.6% | - |
| XYZ | 24.41 | 22.59 | 26 | - |
| YUV | 133.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 135 | 0 | 0.19 | 0.11 | 0.40 | 335.17 | 0.12 | 0.54 |
| Hex | 98 | 7B | 87 | 0 | 13 | B | 28 | 14F | C | 36 |
| Octal | 230 | 173 | 207 | 0 | 23 | 13 | 50 | 517 | 14 | 66 |
| Binary | 10011000 | 1111011 | 10000111 | 0 | 10011 | 1011 | 101000 | 101001111 | 1100 | 110110 |
Color Harmonies of #987B87
Complementary color
Monochromatic Colors of #987B87
Black with #987B87
Text Example
Text Example
White with #987B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B87; }
p { color: rgb(152,123,135); }
H1.HeaderClassName
{
color: #987B87;
}
.AnyTagClassName
{
color: #987B87;
}
</style>
background-color css
<style>
a { background-color: #987B87; }
a { background-color: rgb(152,123,135); }
div.DivClassName
{
background-color: #987B87;
}
.BgClassName
{
background-color: #987B87;
}
</style>
border-color css
<style>
span { border-color: #987B87; }
span { border-color: rgb(152,123,135); }
td.TdClassName
{
border-color: #987B87;
}
.TagClassName
{
border-color: #987B87;
}
</style>