Shades of Venus #987A83
Tints of Venus #987A83
RGB
CMYK
RGB Variations
Color information
#987A83 (or 0x987A83) is known color: Venus. HEX triplet: 98, 7A and 83. RGB value is (152,122,131). Sum of RGB (Red+Green+Blue) = 152+122+131=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #987A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987A83 is #67857C. Grayscale: #838383. Windows color (decimal): -6784381 or 8616600. OLE color: 8616600.
HSL color Cylindrical-coordinate representation of color #987A83: hue angle of 342º 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 #987A83 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 131 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.40 |
| HSL | 342º | 0.13% | 0.54% | - |
| HSV(B) | 342º | 0.2% | 0.6% | - |
| XYZ | 24.01 | 22.23 | 24.5 | - |
| YUV | 132 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 131 | 0 | 0.20 | 0.14 | 0.40 | 342 | 0.13 | 0.54 |
| Hex | 98 | 7A | 83 | 0 | 14 | E | 28 | 156 | D | 36 |
| Octal | 230 | 172 | 203 | 0 | 24 | 16 | 50 | 526 | 15 | 66 |
| Binary | 10011000 | 1111010 | 10000011 | 0 | 10100 | 1110 | 101000 | 101010110 | 1101 | 110110 |
Color Harmonies of #987A83
Complementary color
Monochromatic Colors of #987A83
Black with #987A83
Text Example
Text Example
White with #987A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A83; }
p { color: rgb(152,122,131); }
H1.HeaderClassName
{
color: #987A83;
}
.AnyTagClassName
{
color: #987A83;
}
</style>
background-color css
<style>
a { background-color: #987A83; }
a { background-color: rgb(152,122,131); }
div.DivClassName
{
background-color: #987A83;
}
.BgClassName
{
background-color: #987A83;
}
</style>
border-color css
<style>
span { border-color: #987A83; }
span { border-color: rgb(152,122,131); }
td.TdClassName
{
border-color: #987A83;
}
.TagClassName
{
border-color: #987A83;
}
</style>