#9E898C

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

Shades of Venus #9E898C

Tints of Venus #9E898C

Color information

#9E898C (or 0x9E898C) is unknown color: approx Venus. HEX triplet: 9E, 89 and 8C. RGB value is (158,137,140). Sum of RGB (Red+Green+Blue) = 158+137+140=435 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.32% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 158 - color contains mainly: red. Hex color #9E898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E898C is #617673. Grayscale: #8F8F8F. Windows color (decimal): -6387316 or 9210270. OLE color: 9210270.

HSL color Cylindrical-coordinate representation of color #9E898C: hue angle of 351.43º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9E898C is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB158137140-
CMYK00.130.110.38
HSL351.43º9.77%57.84%-
HSV(B)351.43º13.29%61.96%-
XYZ27.7827.0528.57-
YUV143.62125.96138.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.32%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 140 (55.08% from 255) = 32.18%
R=36.32%
G=31.49%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813714000.130.110.38351.439.7757.84
Hex9E898C0DB2615fa3a
Octal23621121401513465371272
Binary1001111010001001100011000110110111001101010111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E898C; }

 p { color: rgb(158,137,140); }

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

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

 a { background-color: rgb(158,137,140); }

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

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

 span { border-color: rgb(158,137,140); }

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