#987683

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

Shades of Venus #987683

Tints of Venus #987683

Color information

#987683 (or 0x987683) is unknown color: approx Venus. HEX triplet: 98, 76 and 83. RGB value is (152,118,131). Sum of RGB (Red+Green+Blue) = 152+118+131=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #987683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987683 is #67897C. Grayscale: #818181. Windows color (decimal): -6785405 or 8615576. OLE color: 8615576.

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

Color convert

RGB152118131-
CMYK00.220.140.40
HSL337.06º14.17%52.94%-
HSV(B)337.06º22.37%59.61%-
XYZ23.5221.2724.34-
YUV129.65128.76143.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.91%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=37.91%
G=29.43%
B=32.67%

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
Decimal15211813100.220.140.40337.0614.1752.94
Hex987683016E28151e35
Octal23016620302616505211665
Binary1001100011101101000001101011011101010001010100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987683; }

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

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

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

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

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

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

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

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