#9F829E

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

Shades of London Hue #9F829E

Tints of London Hue #9F829E

Color information

#9F829E (or 0x9F829E) is unknown color: approx London Hue. HEX triplet: 9F, 82 and 9E. RGB value is (159,130,158). Sum of RGB (Red+Green+Blue) = 159+130+158=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 159 - color contains mainly: red. Hex color #9F829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F829E is #607D61. Grayscale: #8D8D8D. Windows color (decimal): -6323554 or 10388127. OLE color: 10388127.

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

Color convert

RGB159130158-
CMYK00.180.010.38
HSL302.07º13.12%56.67%-
HSV(B)302.07º18.24%62.35%-
XYZ28.4525.835.83-
YUV141.86137.11140.22-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 130 (51.17% from 255) = 29.08%
BLUE value IS 158 (62.11% from 255) = 35.35%
R=35.57%
G=29.08%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15913015800.180.010.38302.0713.1256.67
Hex9F829E01212612ed39
Octal2372022360221464561571
Binary10011111100000101001111001001011001101001011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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