#9E939D

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

Shades of London Hue #9E939D

Tints of London Hue #9E939D

Color information

#9E939D (or 0x9E939D) is unknown color: approx London Hue. HEX triplet: 9E, 93 and 9D. RGB value is (158,147,157). Sum of RGB (Red+Green+Blue) = 158+147+157=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 158 - color contains mainly: red. Hex color #9E939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E939D is #616C62. Grayscale: #979797. Windows color (decimal): -6384739 or 10326942. OLE color: 10326942.

HSL color Cylindrical-coordinate representation of color #9E939D: hue angle of 305.45º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9E939D is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB158147157-
CMYK00.070.010.38
HSL305.45º5.37%59.8%-
HSV(B)305.45º6.96%61.96%-
XYZ30.6230.5736.19-
YUV151.43131.14132.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 147 (57.81% from 255) = 31.82%
BLUE value IS 157 (61.72% from 255) = 33.98%
R=34.20%
G=31.82%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814715700.070.010.38305.455.3759.8
Hex9E939D0712613153c
Octal23622323507146461574
Binary10011110100100111001110101111100110100110001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,147,157); }

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

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

 a { background-color: rgb(158,147,157); }

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

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

 span { border-color: rgb(158,147,157); }

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