Shades of Venus #987882
Tints of Venus #987882
RGB
CMYK
RGB Variations
Color information
#987882 (or 0x987882) is known color: Venus. HEX triplet: 98, 78 and 82. RGB value is (152,120,130). Sum of RGB (Red+Green+Blue) = 152+120+130=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #987882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987882 is #67877D. Grayscale: #828282. Windows color (decimal): -6784894 or 8550552. OLE color: 8550552.
HSL color Cylindrical-coordinate representation of color #987882: hue angle of 341.25º 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 #987882 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 130 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.40 |
| HSL | 341.25º | 0.13% | 0.53% | - |
| HSV(B) | 341.25º | 0.21% | 0.6% | - |
| XYZ | 23.69 | 21.72 | 24.06 | - |
| YUV | 130.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 130 | 0 | 0.21 | 0.14 | 0.40 | 341.25 | 0.13 | 0.53 |
| Hex | 98 | 78 | 82 | 0 | 15 | E | 28 | 155 | D | 35 |
| Octal | 230 | 170 | 202 | 0 | 25 | 16 | 50 | 525 | 15 | 65 |
| Binary | 10011000 | 1111000 | 10000010 | 0 | 10101 | 1110 | 101000 | 101010101 | 1101 | 110101 |
Color Harmonies of #987882
Complementary color
Monochromatic Colors of #987882
Black with #987882
Text Example
Text Example
White with #987882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987882; }
p { color: rgb(152,120,130); }
H1.HeaderClassName
{
color: #987882;
}
.AnyTagClassName
{
color: #987882;
}
</style>
background-color css
<style>
a { background-color: #987882; }
a { background-color: rgb(152,120,130); }
div.DivClassName
{
background-color: #987882;
}
.BgClassName
{
background-color: #987882;
}
</style>
border-color css
<style>
span { border-color: #987882; }
span { border-color: rgb(152,120,130); }
td.TdClassName
{
border-color: #987882;
}
.TagClassName
{
border-color: #987882;
}
</style>