#898386

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

Shades of Venus #898386

Tints of Venus #898386

Color information

#898386 (or 0x898386) is unknown color: approx Venus. HEX triplet: 89, 83 and 86. RGB value is (137,131,134). Sum of RGB (Red+Green+Blue) = 137+131+134=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 137 - color contains mainly: red. Hex color #898386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898386 is #767C79. Grayscale: #858585. Windows color (decimal): -7765114 or 8815497. OLE color: 8815497.

HSL color Cylindrical-coordinate representation of color #898386: hue angle of 330º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #898386 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB137131134-
CMYK00.040.020.46
HSL330º2.48%52.55%-
HSV(B)330º4.38%53.73%-
XYZ22.7423.2725.85-
YUV133.14128.49130.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 34.08%
GREEN value IS 131 (51.56% from 255) = 32.59%
BLUE value IS 134 (52.73% from 255) = 33.33%
R=34.08%
G=32.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713113400.040.020.463302.4852.55
Hex8983860422E14a235
Octal21120320604256512265
Binary10001001100000111000011001001010111010100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898386; }

 p { color: rgb(137,131,134); }

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

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

 a { background-color: rgb(137,131,134); }

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

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

 span { border-color: rgb(137,131,134); }

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