#9E888C

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

Shades of Venus #9E888C

Tints of Venus #9E888C

Color information

#9E888C (or 0x9E888C) is unknown color: approx Venus. HEX triplet: 9E, 88 and 8C. RGB value is (158,136,140). Sum of RGB (Red+Green+Blue) = 158+136+140=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 140 (55.08% from 255 or 32.26% from 434); Max value from RGB is 158 - color contains mainly: red. Hex color #9E888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E888C is #617773. Grayscale: #8F8F8F. Windows color (decimal): -6387572 or 9210014. OLE color: 9210014.

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

Color convert

RGB158136140-
CMYK00.140.110.38
HSL349.09º10.19%57.65%-
HSV(B)349.09º13.92%61.96%-
XYZ27.6426.7728.52-
YUV143.03126.29138.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.41%
GREEN value IS 136 (53.52% from 255) = 31.34%
BLUE value IS 140 (55.08% from 255) = 32.26%
R=36.41%
G=31.34%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813614000.140.110.38349.0910.1957.65
Hex9E888C0EB2615da3a
Octal23621021401613465351272
Binary1001111010001000100011000111010111001101010111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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