#9E8DAC

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

Shades of East Side #9E8DAC

Tints of East Side #9E8DAC

Color information

#9E8DAC (or 0x9E8DAC) is unknown color: approx East Side. HEX triplet: 9E, 8D and AC. RGB value is (158,141,172). Sum of RGB (Red+Green+Blue) = 158+141+172=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 141 (55.47% from 255 or 29.94% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E8DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8DAC is #617253. Grayscale: #959595. Windows color (decimal): -6386260 or 11308446. OLE color: 11308446.

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

Color convert

RGB158141172-
CMYK0.080.1800.33
HSL272.9º15.74%61.37%-
HSV(B)272.9º18.02%67.45%-
XYZ31.0729.343.05-
YUV149.62140.63133.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 141 (55.47% from 255) = 29.94%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=33.55%
G=29.94%
B=36.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1581411720.080.1800.33272.915.7461.37
Hex9E8DAC812021111103d
Octal23621525410220414212075
Binary100111101000110110101100100010010010000110001000110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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