#987980

Color #987980 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #987980

Tints of Venus #987980

Color information

#987980 (or 0x987980) is unknown color: approx Venus. HEX triplet: 98, 79 and 80. RGB value is (152,121,128). Sum of RGB (Red+Green+Blue) = 152+121+128=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 121 (47.66% from 255 or 30.17% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #987980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987980 is #67867F. Grayscale: #838383. Windows color (decimal): -6784640 or 8419736. OLE color: 8419736.

HSL color Cylindrical-coordinate representation of color #987980: hue angle of 346.45º 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 #987980 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152121128-
CMYK00.200.160.40
HSL346.45º13.08%53.53%-
HSV(B)346.45º20.39%59.61%-
XYZ23.6821.9123.4-
YUV131.07126.27142.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 121 (47.66% from 255) = 30.17%
BLUE value IS 128 (50.39% from 255) = 31.92%
R=37.91%
G=30.17%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212112800.200.160.40346.4513.0853.53
Hex987980014102815ad36
Octal23017120002420505321566
Binary10011000111100110000000010100100001010001010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987980; }

 p { color: rgb(152,121,128); }

 H1.HeaderClassName
 {
   color: #987980;
 }
 .AnyTagClassName
 {
   color: #987980;
 }
</style>
background-color css

<style>
 a { background-color: #987980; }

 a { background-color: rgb(152,121,128); }

 div.DivClassName
 {
   background-color: #987980;
 }
 .BgClassName
 {
   background-color: #987980;
 }
</style>
border-color css

<style>
 span { border-color: #987980; }

 span { border-color: rgb(152,121,128); }

 td.TdClassName
 {
   border-color: #987980;
 }
 .TagClassName
 {
   border-color: #987980;
 }
</style>