#9B999B

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

Shades of London Hue #9B999B

Tints of London Hue #9B999B

Color information

#9B999B (or 0x9B999B) is unknown color: approx London Hue. HEX triplet: 9B, 99 and 9B. RGB value is (155,153,155). Sum of RGB (Red+Green+Blue) = 155+153+155=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B999B is #646664. Grayscale: #999999. Windows color (decimal): -6579813 or 10197403. OLE color: 10197403.

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

Color convert

RGB155153155-
CMYK00.0100.39
HSL300º0.99%60.39%-
HSV(B)300º1.29%60.78%-
XYZ30.8332.1235.59-
YUV153.83128.66128.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 155 (60.94% from 255) = 33.48%
R=33.48%
G=33.05%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15515315500.0100.393000.9960.39
Hex9B999B0102712c13c
Octal23323123301047454174
Binary1001101110011001100110110101001111001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B999B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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