#9E8B9C

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

Shades of London Hue #9E8B9C

Tints of London Hue #9E8B9C

Color information

#9E8B9C (or 0x9E8B9C) is unknown color: approx London Hue. HEX triplet: 9E, 8B and 9C. RGB value is (158,139,156). Sum of RGB (Red+Green+Blue) = 158+139+156=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 156 (61.33% from 255 or 34.44% from 453); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8B9C is #617463. Grayscale: #929292. Windows color (decimal): -6386788 or 10259358. OLE color: 10259358.

HSL color Cylindrical-coordinate representation of color #9E8B9C: hue angle of 306.32º 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 #9E8B9C is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB158139156-
CMYK00.120.010.38
HSL306.32º8.92%58.24%-
HSV(B)306.32º12.03%61.96%-
XYZ29.3328.1335.34-
YUV146.62133.29136.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.88%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 156 (61.33% from 255) = 34.44%
R=34.88%
G=30.68%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813915600.120.010.38306.328.9258.24
Hex9E8B9C0C12613293a
Octal2362132340141464621172
Binary1001111010001011100111000110011001101001100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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