#9B889A

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

Shades of London Hue #9B889A

Tints of London Hue #9B889A

Color information

#9B889A (or 0x9B889A) is unknown color: approx London Hue. HEX triplet: 9B, 88 and 9A. RGB value is (155,136,154). Sum of RGB (Red+Green+Blue) = 155+136+154=445 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.83% from 445); Green value is 136 (53.52% from 255 or 30.56% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 155 - color contains mainly: red. Hex color #9B889A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B889A is #647765. Grayscale: #8F8F8F. Windows color (decimal): -6584166 or 10127515. OLE color: 10127515.

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

Color convert

RGB155136154-
CMYK00.120.010.39
HSL303.16º8.68%57.06%-
HSV(B)303.16º12.26%60.78%-
XYZ28.1526.9134.28-
YUV143.73133.79136.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.83%
GREEN value IS 136 (53.52% from 255) = 30.56%
BLUE value IS 154 (60.55% from 255) = 34.61%
R=34.83%
G=30.56%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513615400.120.010.39303.168.6857.06
Hex9B889A0C12712f939
Octal2332102320141474571171
Binary1001101110001000100110100110011001111001011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B889A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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