#9E8AAF

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

Shades of East Side #9E8AAF

Tints of East Side #9E8AAF

Color information

#9E8AAF (or 0x9E8AAF) is unknown color: approx East Side. HEX triplet: 9E, 8A and AF. RGB value is (158,138,175). Sum of RGB (Red+Green+Blue) = 158+138+175=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #9E8AAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8AAF is #617550. Grayscale: #949494. Windows color (decimal): -6387025 or 11504286. OLE color: 11504286.

HSL color Cylindrical-coordinate representation of color #9E8AAF: hue angle of 272.43º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9E8AAF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB158138175-
CMYK0.100.2100.31
HSL272.43º18.78%61.37%-
HSV(B)272.43º21.14%68.63%-
XYZ30.9328.5444.44-
YUV148.2143.13134.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 138 (54.30% from 255) = 29.30%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=33.55%
G=29.30%
B=37.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1581381750.100.2100.31272.4318.7861.37
Hex9E8AAFA1501F110133d
Octal23621225712250374202375
Binary10011110100010101010111110101010101111110001000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,138,175); }

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

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

 a { background-color: rgb(158,138,175); }

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

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

 span { border-color: rgb(158,138,175); }

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