#9E909E

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

Shades of London Hue #9E909E

Tints of London Hue #9E909E

Color information

#9E909E (or 0x9E909E) is unknown color: approx London Hue. HEX triplet: 9E, 90 and 9E. RGB value is (158,144,158). Sum of RGB (Red+Green+Blue) = 158+144+158=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 158 - color contains mainly: red, blue. Hex color #9E909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E909E is #616F61. Grayscale: #959595. Windows color (decimal): -6385506 or 10391710. OLE color: 10391710.

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

Color convert

RGB158144158-
CMYK00.0900.38
HSL300º6.73%59.22%-
HSV(B)300º8.86%61.96%-
XYZ30.2529.6836.48-
YUV149.78132.64133.86-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.35%
GREEN value IS 144 (56.64% from 255) = 31.30%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=34.35%
G=31.30%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814415800.0900.383006.7359.22
Hex9E909E0902612c73b
Octal236220236011046454773
Binary100111101001000010011110010010100110100101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,144,158); }

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

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

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

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

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

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

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