#9E868C

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

Shades of Venus #9E868C

Tints of Venus #9E868C

Color information

#9E868C (or 0x9E868C) is unknown color: approx Venus. HEX triplet: 9E, 86 and 8C. RGB value is (158,134,140). Sum of RGB (Red+Green+Blue) = 158+134+140=432 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.57% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 158 - color contains mainly: red. Hex color #9E868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E868C is #617973. Grayscale: #8D8D8D. Windows color (decimal): -6388084 or 9209502. OLE color: 9209502.

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

Color convert

RGB158134140-
CMYK00.150.110.38
HSL345º11.01%57.25%-
HSV(B)345º15.19%61.96%-
XYZ27.3626.2128.43-
YUV141.86126.95139.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.57%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=36.57%
G=31.02%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813414000.150.110.3834511.0157.25
Hex9E868C0FB26159b39
Octal23620621401713465311371
Binary1001111010000110100011000111110111001101010110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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