Shades of Venus #987983
Tints of Venus #987983
RGB
CMYK
RGB Variations
Color information
#987983 (or 0x987983) is known color: Venus. HEX triplet: 98, 79 and 83. RGB value is (152,121,131). Sum of RGB (Red+Green+Blue) = 152+121+131=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #987983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987983 is #67867C. Grayscale: #838383. Windows color (decimal): -6784637 or 8616344. OLE color: 8616344.
HSL color Cylindrical-coordinate representation of color #987983: hue angle of 340.65º 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 #987983 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 121 | 131 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.40 |
| HSL | 340.65º | 0.13% | 0.54% | - |
| HSV(B) | 340.65º | 0.2% | 0.6% | - |
| XYZ | 23.88 | 21.99 | 24.46 | - |
| YUV | 131.41 | 127.77 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 131 | 0 | 0.20 | 0.14 | 0.40 | 340.65 | 0.13 | 0.54 |
| Hex | 98 | 79 | 83 | 0 | 14 | E | 28 | 155 | D | 36 |
| Octal | 230 | 171 | 203 | 0 | 24 | 16 | 50 | 525 | 15 | 66 |
| Binary | 10011000 | 1111001 | 10000011 | 0 | 10100 | 1110 | 101000 | 101010101 | 1101 | 110110 |
Color Harmonies of #987983
Complementary color
Monochromatic Colors of #987983
Black with #987983
Text Example
Text Example
White with #987983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987983; }
p { color: rgb(152,121,131); }
H1.HeaderClassName
{
color: #987983;
}
.AnyTagClassName
{
color: #987983;
}
</style>
background-color css
<style>
a { background-color: #987983; }
a { background-color: rgb(152,121,131); }
div.DivClassName
{
background-color: #987983;
}
.BgClassName
{
background-color: #987983;
}
</style>
border-color css
<style>
span { border-color: #987983; }
span { border-color: rgb(152,121,131); }
td.TdClassName
{
border-color: #987983;
}
.TagClassName
{
border-color: #987983;
}
</style>