#9F949E

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

Shades of London Hue #9F949E

Tints of London Hue #9F949E

Color information

#9F949E (or 0x9F949E) is unknown color: approx London Hue. HEX triplet: 9F, 94 and 9E. RGB value is (159,148,158). Sum of RGB (Red+Green+Blue) = 159+148+158=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 159 - color contains mainly: red. Hex color #9F949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F949E is #606B61. Grayscale: #989898. Windows color (decimal): -6318946 or 10392735. OLE color: 10392735.

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

Color convert

RGB159148158-
CMYK00.070.010.38
HSL305.45º5.42%60.2%-
HSV(B)305.45º6.92%62.35%-
XYZ31.0631.0236.7-
YUV152.43131.14132.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.19%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 158 (62.11% from 255) = 33.98%
R=34.19%
G=31.83%
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
Decimal15914815800.070.010.38305.455.4260.2
Hex9F949E0712613153c
Octal23722423607146461574
Binary10011111100101001001111001111100110100110001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,148,158); }

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

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

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

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

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

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

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