#9B959B

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

Shades of London Hue #9B959B

Tints of London Hue #9B959B

Color information

#9B959B (or 0x9B959B) is unknown color: approx London Hue. HEX triplet: 9B, 95 and 9B. RGB value is (155,149,155). Sum of RGB (Red+Green+Blue) = 155+149+155=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B959B is #646A64. Grayscale: #979797. Windows color (decimal): -6580837 or 10196379. OLE color: 10196379.

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

Color convert

RGB155149155-
CMYK00.0400.39
HSL300º2.91%59.61%-
HSV(B)300º3.87%60.78%-
XYZ30.1830.8335.37-
YUV151.48129.99130.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.77%
GREEN value IS 149 (58.59% from 255) = 32.46%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=33.77%
G=32.46%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514915500.0400.393002.9159.61
Hex9B959B0402712c33c
Octal23322523304047454374
Binary1001101110010101100110110100010011110010110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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