Html Css Color HEX #9E889C London Hue

📋 copy color: '#9E889C'

red 158 ◦ green 136 ◦ blue 156

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

Shades of London Hue #9E889C

Tints of London Hue #9E889C

RGB

 RED value IS 158 (62.11% from 255) = 35.11%

 GREEN value IS 136 (53.52% from 255) = 30.22%

 BLUE value IS 156 (61.33% from 255) = 34.67%

R = 35.11%
G = 30.22%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#9E889C (or 0x9E889C) is known color: London Hue. HEX triplet: 9E, 88 and 9C. RGB value is (158,136,156). Sum of RGB (Red+Green+Blue) = 158+136+156=450 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.11% from 450); Green value is 136 (53.52% from 255 or 30.22% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 158 - color contains mainly: red. Hex color #9E889C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E889C is #617763. Grayscale: #909090. Windows color (decimal): -6387556 or 10258590. OLE color: 10258590.

HSL color Cylindrical-coordinate representation of color #9E889C: hue angle of 305.45º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9E889C is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 136 156 -
CMYK 0 0.14 0.01 0.38
HSL 305.45º 0.1% 0.58% -
HSV(B) 305.45º 0.14% 0.62% -
XYZ 28.91 27.28 35.19 -
YUV 144.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 158 136 156 0 0.14 0.01 0.38 305.45 0.1 0.58
Hex 9E 88 9C 0 E 1 26 131 A 3A
Octal 236 210 234 0 16 1 46 461 12 72
Binary 10011110 10001000 10011100 0 1110 1 100110 100110001 1010 111010

Color Harmonies of #9E889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E889C

Black with #9E889C

Text Example


Text Example

White with #9E889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,136,156); }

 H1.HeaderClassName
 {
   color: #9E889C;
 }
 .AnyTagClassName
 {
   color: #9E889C;
 }
</style>

background-color css

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

 a { background-color: rgb(158,136,156); }

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

border-color css

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

 span { border-color: rgb(158,136,156); }

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