#9E8FAD

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

Shades of East Side #9E8FAD

Tints of East Side #9E8FAD

Color information

#9E8FAD (or 0x9E8FAD) is unknown color: approx East Side. HEX triplet: 9E, 8F and AD. RGB value is (158,143,173). Sum of RGB (Red+Green+Blue) = 158+143+173=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 143 (56.25% from 255 or 30.17% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E8FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8FAD is #617052. Grayscale: #969696. Windows color (decimal): -6385747 or 11374494. OLE color: 11374494.

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

Color convert

RGB158143173-
CMYK0.090.1700.32
HSL270º15.46%61.96%-
HSV(B)270º17.34%67.84%-
XYZ31.4729.9343.65-
YUV150.9140.47133.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.33%
GREEN value IS 143 (56.25% from 255) = 30.17%
BLUE value IS 173 (67.97% from 255) = 36.50%
R=33.33%
G=30.17%
B=36.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581431730.090.1700.3227015.4661.96
Hex9E8FAD91102010ef3e
Octal23621725511210404161776
Binary10011110100011111010110110011000101000001000011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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