#9E8487

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

Shades of Venus #9E8487

Tints of Venus #9E8487

Color information

#9E8487 (or 0x9E8487) is unknown color: approx Venus. HEX triplet: 9E, 84 and 87. RGB value is (158,132,135). Sum of RGB (Red+Green+Blue) = 158+132+135=425 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.18% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8487 is #617B78. Grayscale: #8C8C8C. Windows color (decimal): -6388601 or 8881310. OLE color: 8881310.

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

Color convert

RGB158132135-
CMYK00.160.150.38
HSL353.08º11.82%56.86%-
HSV(B)353.08º16.46%61.96%-
XYZ26.7225.5226.44-
YUV140.12125.11140.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 37.18%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=37.18%
G=31.06%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813213500.160.150.38353.0811.8256.86
Hex9E8487010F26161c39
Octal23620420702017465411471
Binary10011110100001001000011101000011111001101011000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,132,135); }

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

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

 a { background-color: rgb(158,132,135); }

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

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

 span { border-color: rgb(158,132,135); }

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