#9B8A9A

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

Shades of London Hue #9B8A9A

Tints of London Hue #9B8A9A

Color information

#9B8A9A (or 0x9B8A9A) is unknown color: approx London Hue. HEX triplet: 9B, 8A and 9A. RGB value is (155,138,154). Sum of RGB (Red+Green+Blue) = 155+138+154=447 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.68% from 447); Green value is 138 (54.30% from 255 or 30.87% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8A9A is #647565. Grayscale: #909090. Windows color (decimal): -6583654 or 10128027. OLE color: 10128027.

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

Color convert

RGB155138154-
CMYK00.110.010.39
HSL303.53º7.83%57.45%-
HSV(B)303.53º10.97%60.78%-
XYZ28.4427.4834.38-
YUV144.91133.13135.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.68%
GREEN value IS 138 (54.30% from 255) = 30.87%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=34.68%
G=30.87%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513815400.110.010.39303.537.8357.45
Hex9B8A9A0B127130839
Octal2332122320131474601071
Binary1001101110001010100110100101111001111001100001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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