#9B929B

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

Shades of London Hue #9B929B

Tints of London Hue #9B929B

Color information

#9B929B (or 0x9B929B) is unknown color: approx London Hue. HEX triplet: 9B, 92 and 9B. RGB value is (155,146,155). Sum of RGB (Red+Green+Blue) = 155+146+155=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B929B is #646D64. Grayscale: #959595. Windows color (decimal): -6581605 or 10195611. OLE color: 10195611.

HSL color Cylindrical-coordinate representation of color #9B929B: hue angle of 300º degrees, saturation: 0.04, 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 #9B929B is Cyan = 0, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB155146155-
CMYK00.0600.39
HSL300º4.31%59.02%-
HSV(B)300º5.81%60.78%-
XYZ29.7129.8935.21-
YUV149.72130.98131.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=33.99%
G=32.02%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514615500.0600.393004.3159.02
Hex9B929B0602712c43b
Octal23322223306047454473
Binary10011011100100101001101101100100111100101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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