#987682

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

Shades of Venus #987682

Tints of Venus #987682

Color information

#987682 (or 0x987682) is unknown color: approx Venus. HEX triplet: 98, 76 and 82. RGB value is (152,118,130). Sum of RGB (Red+Green+Blue) = 152+118+130=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987682 is #67897D. Grayscale: #818181. Windows color (decimal): -6785406 or 8550040. OLE color: 8550040.

HSL color Cylindrical-coordinate representation of color #987682: hue angle of 338.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987682 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB152118130-
CMYK00.220.140.40
HSL338.82º14.17%52.94%-
HSV(B)338.82º22.37%59.61%-
XYZ23.4621.2423.98-
YUV129.53128.26144.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 130 (51.17% from 255) = 32.5%
R=38%
G=29.5%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211813000.220.140.40338.8214.1752.94
Hex987682016E28153e35
Octal23016620202616505231665
Binary1001100011101101000001001011011101010001010100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987682; }

 p { color: rgb(152,118,130); }

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

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

 a { background-color: rgb(152,118,130); }

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

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

 span { border-color: rgb(152,118,130); }

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