#9B919B

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

Shades of London Hue #9B919B

Tints of London Hue #9B919B

Color information

#9B919B (or 0x9B919B) is unknown color: approx London Hue. HEX triplet: 9B, 91 and 9B. RGB value is (155,145,155). Sum of RGB (Red+Green+Blue) = 155+145+155=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B919B is #646E64. Grayscale: #959595. Windows color (decimal): -6581861 or 10195355. OLE color: 10195355.

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

Color convert

RGB155145155-
CMYK00.0600.39
HSL300º4.76%58.82%-
HSV(B)300º6.45%60.78%-
XYZ29.5629.5935.16-
YUV149.13131.31132.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 145 (57.03% from 255) = 31.87%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=34.07%
G=31.87%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514515500.0600.393004.7658.82
Hex9B919B0602712c53b
Octal23322123306047454573
Binary10011011100100011001101101100100111100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,145,155); }

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

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

 a { background-color: rgb(155,145,155); }

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

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

 span { border-color: rgb(155,145,155); }

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