Shades of Venus #978285
Tints of Venus #978285
RGB
CMYK
RGB Variations
Color information
#978285 (or 0x978285) is known color: Venus. HEX triplet: 97, 82 and 85. RGB value is (151,130,133). Sum of RGB (Red+Green+Blue) = 151+130+133=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 151 - color contains mainly: red. Hex color #978285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #978285 is #687D7A. Grayscale: #888888. Windows color (decimal): -6847867 or 8749719. OLE color: 8749719.
HSL color Cylindrical-coordinate representation of color #978285: hue angle of 351.43º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #978285 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 130 | 133 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.41 |
| HSL | 351.43º | 0.09% | 0.55% | - |
| HSV(B) | 351.43º | 0.14% | 0.59% | - |
| XYZ | 24.98 | 24.24 | 25.55 | - |
| YUV | 136.62 | 125.96 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 130 | 133 | 0 | 0.14 | 0.12 | 0.41 | 351.43 | 0.09 | 0.55 |
| Hex | 97 | 82 | 85 | 0 | E | C | 29 | 15F | 9 | 37 |
| Octal | 227 | 202 | 205 | 0 | 16 | 14 | 51 | 537 | 11 | 67 |
| Binary | 10010111 | 10000010 | 10000101 | 0 | 1110 | 1100 | 101001 | 101011111 | 1001 | 110111 |
Color Harmonies of #978285
Complementary color
Monochromatic Colors of #978285
Black with #978285
Text Example
Text Example
White with #978285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978285; }
p { color: rgb(151,130,133); }
H1.HeaderClassName
{
color: #978285;
}
.AnyTagClassName
{
color: #978285;
}
</style>
background-color css
<style>
a { background-color: #978285; }
a { background-color: rgb(151,130,133); }
div.DivClassName
{
background-color: #978285;
}
.BgClassName
{
background-color: #978285;
}
</style>
border-color css
<style>
span { border-color: #978285; }
span { border-color: rgb(151,130,133); }
td.TdClassName
{
border-color: #978285;
}
.TagClassName
{
border-color: #978285;
}
</style>