#9F8F9E

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

Shades of London Hue #9F8F9E

Tints of London Hue #9F8F9E

Color information

#9F8F9E (or 0x9F8F9E) is unknown color: approx London Hue. HEX triplet: 9F, 8F and 9E. RGB value is (159,143,158). Sum of RGB (Red+Green+Blue) = 159+143+158=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8F9E is #607061. Grayscale: #959595. Windows color (decimal): -6320226 or 10391455. OLE color: 10391455.

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

Color convert

RGB159143158-
CMYK00.100.010.38
HSL303.75º7.69%59.22%-
HSV(B)303.75º10.06%62.35%-
XYZ30.2929.4836.44-
YUV149.49132.8134.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 143 (56.25% from 255) = 31.09%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=34.57%
G=31.09%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15914315800.100.010.38303.757.6959.22
Hex9F8F9E0A12613083b
Octal2372172360121464601073
Binary1001111110001111100111100101011001101001100001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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