Shades of Venus #988285
Tints of Venus #988285
RGB
CMYK
RGB Variations
Color information
#988285 (or 0x988285) is known color: Venus. HEX triplet: 98, 82 and 85. RGB value is (152,130,133). Sum of RGB (Red+Green+Blue) = 152+130+133=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #988285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988285 is #677D7A. Grayscale: #888888. Windows color (decimal): -6782331 or 8749720. OLE color: 8749720.
HSL color Cylindrical-coordinate representation of color #988285: hue angle of 351.82º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988285 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 133 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.40 |
| HSL | 351.82º | 0.1% | 0.55% | - |
| HSV(B) | 351.82º | 0.14% | 0.6% | - |
| XYZ | 25.17 | 24.33 | 25.56 | - |
| YUV | 136.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 133 | 0 | 0.14 | 0.13 | 0.40 | 351.82 | 0.1 | 0.55 |
| Hex | 98 | 82 | 85 | 0 | E | D | 28 | 160 | A | 37 |
| Octal | 230 | 202 | 205 | 0 | 16 | 15 | 50 | 540 | 12 | 67 |
| Binary | 10011000 | 10000010 | 10000101 | 0 | 1110 | 1101 | 101000 | 101100000 | 1010 | 110111 |
Color Harmonies of #988285
Complementary color
Monochromatic Colors of #988285
Black with #988285
Text Example
Text Example
White with #988285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988285; }
p { color: rgb(152,130,133); }
H1.HeaderClassName
{
color: #988285;
}
.AnyTagClassName
{
color: #988285;
}
</style>
background-color css
<style>
a { background-color: #988285; }
a { background-color: rgb(152,130,133); }
div.DivClassName
{
background-color: #988285;
}
.BgClassName
{
background-color: #988285;
}
</style>
border-color css
<style>
span { border-color: #988285; }
span { border-color: rgb(152,130,133); }
td.TdClassName
{
border-color: #988285;
}
.TagClassName
{
border-color: #988285;
}
</style>