#9E8B8F

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

Shades of Venus #9E8B8F

Tints of Venus #9E8B8F

Color information

#9E8B8F (or 0x9E8B8F) is unknown color: approx Venus. HEX triplet: 9E, 8B and 8F. RGB value is (158,139,143). Sum of RGB (Red+Green+Blue) = 158+139+143=440 (58% of max value = 765). Red value is 158 (62.11% from 255 or 35.91% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8B8F is #617470. Grayscale: #919191. Windows color (decimal): -6386801 or 9407390. OLE color: 9407390.

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

Color convert

RGB158139143-
CMYK00.120.090.38
HSL347.37º8.92%58.24%-
HSV(B)347.37º12.03%61.96%-
XYZ28.2927.7229.85-
YUV145.14126.79137.17-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.91%
GREEN value IS 139 (54.69% from 255) = 31.59%
BLUE value IS 143 (56.25% from 255) = 32.5%
R=35.91%
G=31.59%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813914300.120.090.38347.378.9258.24
Hex9E8B8F0C92615b93a
Octal23621321701411465331172
Binary1001111010001011100011110110010011001101010110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,139,143); }

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

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

 a { background-color: rgb(158,139,143); }

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

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

 span { border-color: rgb(158,139,143); }

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