Shades of Venus #987884
Tints of Venus #987884
RGB
CMYK
RGB Variations
Color information
#987884 (or 0x987884) is known color: Venus. HEX triplet: 98, 78 and 84. RGB value is (152,120,132). Sum of RGB (Red+Green+Blue) = 152+120+132=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 120 (47.27% from 255 or 29.70% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987884 is #67877B. Grayscale: #828282. Windows color (decimal): -6784892 or 8681624. OLE color: 8681624.
HSL color Cylindrical-coordinate representation of color #987884: hue angle of 337.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #987884 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 132 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.40 |
| HSL | 337.5º | 0.13% | 0.53% | - |
| HSV(B) | 337.5º | 0.21% | 0.6% | - |
| XYZ | 23.83 | 21.77 | 24.78 | - |
| YUV | 130.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 132 | 0 | 0.21 | 0.13 | 0.40 | 337.5 | 0.13 | 0.53 |
| Hex | 98 | 78 | 84 | 0 | 15 | D | 28 | 152 | D | 35 |
| Octal | 230 | 170 | 204 | 0 | 25 | 15 | 50 | 522 | 15 | 65 |
| Binary | 10011000 | 1111000 | 10000100 | 0 | 10101 | 1101 | 101000 | 101010010 | 1101 | 110101 |
Color Harmonies of #987884
Complementary color
Monochromatic Colors of #987884
Black with #987884
Text Example
Text Example
White with #987884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987884; }
p { color: rgb(152,120,132); }
H1.HeaderClassName
{
color: #987884;
}
.AnyTagClassName
{
color: #987884;
}
</style>
background-color css
<style>
a { background-color: #987884; }
a { background-color: rgb(152,120,132); }
div.DivClassName
{
background-color: #987884;
}
.BgClassName
{
background-color: #987884;
}
</style>
border-color css
<style>
span { border-color: #987884; }
span { border-color: rgb(152,120,132); }
td.TdClassName
{
border-color: #987884;
}
.TagClassName
{
border-color: #987884;
}
</style>