#9C8B9B

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

Shades of London Hue #9C8B9B

Tints of London Hue #9C8B9B

Color information

#9C8B9B (or 0x9C8B9B) is unknown color: approx London Hue. HEX triplet: 9C, 8B and 9B. RGB value is (156,139,155). Sum of RGB (Red+Green+Blue) = 156+139+155=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8B9B is #637464. Grayscale: #919191. Windows color (decimal): -6517861 or 10193820. OLE color: 10193820.

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

Color convert

RGB156139155-
CMYK00.110.010.39
HSL303.53º7.91%57.84%-
HSV(B)303.53º10.9%61.18%-
XYZ28.8627.934.87-
YUV145.91133.13135.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 139 (54.69% from 255) = 30.89%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=34.67%
G=30.89%
B=34.44%

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
Decimal15613915500.110.010.39303.537.9157.84
Hex9C8B9B0B12713083a
Octal2342132330131474601072
Binary1001110010001011100110110101111001111001100001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,139,155); }

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

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

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

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

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

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

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