Shades of Venus #987F89
Tints of Venus #987F89
RGB
CMYK
RGB Variations
Color information
#987F89 (or 0x987F89) is known color: Venus. HEX triplet: 98, 7F and 89. RGB value is (152,127,137). Sum of RGB (Red+Green+Blue) = 152+127+137=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #987F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987F89 is #678076. Grayscale: #878787. Windows color (decimal): -6783095 or 9011096. OLE color: 9011096.
HSL color Cylindrical-coordinate representation of color #987F89: hue angle of 336º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #987F89 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 137 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.40 |
| HSL | 336º | 0.11% | 0.55% | - |
| HSV(B) | 336º | 0.16% | 0.6% | - |
| XYZ | 25.05 | 23.66 | 26.91 | - |
| YUV | 135.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 137 | 0 | 0.16 | 0.10 | 0.40 | 336 | 0.11 | 0.55 |
| Hex | 98 | 7F | 89 | 0 | 10 | A | 28 | 150 | B | 37 |
| Octal | 230 | 177 | 211 | 0 | 20 | 12 | 50 | 520 | 13 | 67 |
| Binary | 10011000 | 1111111 | 10001001 | 0 | 10000 | 1010 | 101000 | 101010000 | 1011 | 110111 |
Color Harmonies of #987F89
Complementary color
Monochromatic Colors of #987F89
Black with #987F89
Text Example
Text Example
White with #987F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F89; }
p { color: rgb(152,127,137); }
H1.HeaderClassName
{
color: #987F89;
}
.AnyTagClassName
{
color: #987F89;
}
</style>
background-color css
<style>
a { background-color: #987F89; }
a { background-color: rgb(152,127,137); }
div.DivClassName
{
background-color: #987F89;
}
.BgClassName
{
background-color: #987F89;
}
</style>
border-color css
<style>
span { border-color: #987F89; }
span { border-color: rgb(152,127,137); }
td.TdClassName
{
border-color: #987F89;
}
.TagClassName
{
border-color: #987F89;
}
</style>