#9F879E

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

Shades of London Hue #9F879E

Tints of London Hue #9F879E

Color information

#9F879E (or 0x9F879E) is unknown color: approx London Hue. HEX triplet: 9F, 87 and 9E. RGB value is (159,135,158). Sum of RGB (Red+Green+Blue) = 159+135+158=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 158 (62.11% from 255 or 34.96% from 452); Max value from RGB is 159 - color contains mainly: red. Hex color #9F879E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F879E is #607861. Grayscale: #909090. Windows color (decimal): -6322274 or 10389407. OLE color: 10389407.

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

Color convert

RGB159135158-
CMYK00.150.010.38
HSL302.5º11.11%57.65%-
HSV(B)302.5º15.09%62.35%-
XYZ29.1327.1736.06-
YUV144.8135.45138.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.18%
GREEN value IS 135 (53.12% from 255) = 29.87%
BLUE value IS 158 (62.11% from 255) = 34.96%
R=35.18%
G=29.87%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913515800.150.010.38302.511.1157.65
Hex9F879E0F12612eb3a
Octal2372072360171464561372
Binary1001111110000111100111100111111001101001011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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