Shades of Venus #987984
Tints of Venus #987984
RGB
CMYK
RGB Variations
Color information
#987984 (or 0x987984) is known color: Venus. HEX triplet: 98, 79 and 84. RGB value is (152,121,132). Sum of RGB (Red+Green+Blue) = 152+121+132=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 121 (47.66% from 255 or 29.88% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #987984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987984 is #67867B. Grayscale: #838383. Windows color (decimal): -6784636 or 8681880. OLE color: 8681880.
HSL color Cylindrical-coordinate representation of color #987984: hue angle of 338.71º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #987984 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 121 | 132 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.40 |
| HSL | 338.71º | 0.13% | 0.54% | - |
| HSV(B) | 338.71º | 0.2% | 0.6% | - |
| XYZ | 23.95 | 22.02 | 24.82 | - |
| YUV | 131.52 | 128.27 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 132 | 0 | 0.20 | 0.13 | 0.40 | 338.71 | 0.13 | 0.54 |
| Hex | 98 | 79 | 84 | 0 | 14 | D | 28 | 153 | D | 36 |
| Octal | 230 | 171 | 204 | 0 | 24 | 15 | 50 | 523 | 15 | 66 |
| Binary | 10011000 | 1111001 | 10000100 | 0 | 10100 | 1101 | 101000 | 101010011 | 1101 | 110110 |
Color Harmonies of #987984
Complementary color
Monochromatic Colors of #987984
Black with #987984
Text Example
Text Example
White with #987984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987984; }
p { color: rgb(152,121,132); }
H1.HeaderClassName
{
color: #987984;
}
.AnyTagClassName
{
color: #987984;
}
</style>
background-color css
<style>
a { background-color: #987984; }
a { background-color: rgb(152,121,132); }
div.DivClassName
{
background-color: #987984;
}
.BgClassName
{
background-color: #987984;
}
</style>
border-color css
<style>
span { border-color: #987984; }
span { border-color: rgb(152,121,132); }
td.TdClassName
{
border-color: #987984;
}
.TagClassName
{
border-color: #987984;
}
</style>