#9E90AC

Color #9E90AC East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #9E90AC

Tints of East Side #9E90AC

Color information

#9E90AC (or 0x9E90AC) is unknown color: approx East Side. HEX triplet: 9E, 90 and AC. RGB value is (158,144,172). Sum of RGB (Red+Green+Blue) = 158+144+172=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E90AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E90AC is #616F53. Grayscale: #979797. Windows color (decimal): -6385492 or 11309214. OLE color: 11309214.

HSL color Cylindrical-coordinate representation of color #9E90AC: hue angle of 270º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9E90AC is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB158144172-
CMYK0.080.1600.33
HSL270º14.43%61.96%-
HSV(B)270º16.28%67.45%-
XYZ31.5230.1943.2-
YUV151.38139.64132.72-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.33%
GREEN value IS 144 (56.64% from 255) = 30.38%
BLUE value IS 172 (67.58% from 255) = 36.29%
R=33.33%
G=30.38%
B=36.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581441720.080.1600.3327014.4361.96
Hex9E90AC81002110ee3e
Octal23622025410200414161676
Binary10011110100100001010110010001000001000011000011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E90AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,144,172); }

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

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

 a { background-color: rgb(158,144,172); }

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

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

 span { border-color: rgb(158,144,172); }

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