#9E8EAD

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

Shades of East Side #9E8EAD

Tints of East Side #9E8EAD

Color information

#9E8EAD (or 0x9E8EAD) is unknown color: approx East Side. HEX triplet: 9E, 8E and AD. RGB value is (158,142,173). Sum of RGB (Red+Green+Blue) = 158+142+173=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E8EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8EAD is #617152. Grayscale: #969696. Windows color (decimal): -6386003 or 11374238. OLE color: 11374238.

HSL color Cylindrical-coordinate representation of color #9E8EAD: hue angle of 270.97º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9E8EAD is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158142173-
CMYK0.090.1800.32
HSL270.97º15.9%61.76%-
HSV(B)270.97º17.92%67.84%-
XYZ31.3229.6343.6-
YUV150.32140.8133.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.40%
GREEN value IS 142 (55.86% from 255) = 30.02%
BLUE value IS 173 (67.97% from 255) = 36.58%
R=33.40%
G=30.02%
B=36.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581421730.090.1800.32270.9715.961.76
Hex9E8EAD91202010f103e
Octal23621625511220404172076
Binary100111101000111010101101100110010010000010000111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,142,173); }

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

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

 a { background-color: rgb(158,142,173); }

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

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

 span { border-color: rgb(158,142,173); }

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