#9B929A

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

Shades of London Hue #9B929A

Tints of London Hue #9B929A

Color information

#9B929A (or 0x9B929A) is unknown color: approx London Hue. HEX triplet: 9B, 92 and 9A. RGB value is (155,146,154). Sum of RGB (Red+Green+Blue) = 155+146+154=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 155 - color contains mainly: red. Hex color #9B929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B929A is #646D65. Grayscale: #959595. Windows color (decimal): -6581606 or 10130075. OLE color: 10130075.

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

Color convert

RGB155146154-
CMYK00.060.010.39
HSL306.67º4.31%59.02%-
HSV(B)306.67º5.81%60.78%-
XYZ29.6329.8634.77-
YUV149.6130.48131.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=34.07%
G=32.09%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514615400.060.010.39306.674.3159.02
Hex9B929A0612713343b
Octal23322223206147463473
Binary10011011100100101001101001101100111100110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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