Html Css Color HEX #9B889A London Hue

📋 copy color: '#9B889A'

red 155 ◦ green 136 ◦ blue 154

#9B889A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #9B889A

Tints of London Hue #9B889A

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 value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#9B889A (or 0x9B889A) is known color: 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

RGB 155 136 154 -
CMYK 0 0.12 0.01 0.39
HSL 303.16º 0.09% 0.57% -
HSV(B) 303.16º 0.12% 0.61% -
XYZ 28.15 26.91 34.28 -
YUV 143.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 155 136 154 0 0.12 0.01 0.39 303.16 0.09 0.57
Hex 9B 88 9A 0 C 1 27 12F 9 39
Octal 233 210 232 0 14 1 47 457 11 71
Binary 10011011 10001000 10011010 0 1100 1 100111 100101111 1001 111001

Color Harmonies of #9B889A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B889A

Black with #9B889A

Text Example


Text Example

White with #9B889A

Text Example


Text Example

HTML Codes & Css Web 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>