#9E9ADD

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

Shades of Wistful #9E9ADD

Tints of Wistful #9E9ADD

Color information

#9E9ADD (or 0x9E9ADD) is unknown color: approx Wistful. HEX triplet: 9E, 9A and DD. RGB value is (158,154,221). Sum of RGB (Red+Green+Blue) = 158+154+221=533 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.64% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E9ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ADD is #616522. Grayscale: #A2A2A2. Windows color (decimal): -6382883 or 14523038. OLE color: 14523038.

HSL color Cylindrical-coordinate representation of color #9E9ADD: hue angle of 243.58º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E9ADD is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158154221-
CMYK0.290.3000.13
HSL243.58º49.63%73.53%-
HSV(B)243.58º30.32%86.67%-
XYZ38.7135.673.24-
YUV162.83160.83124.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.64%
GREEN value IS 154 (60.55% from 255) = 28.89%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=29.64%
G=28.89%
B=41.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581542210.290.3000.13243.5849.6373.53
Hex9E9ADD1D1E0Df4324a
Octal236232335353601536462112
Binary100111101001101011011101111011111001101111101001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,154,221); }

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

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

 a { background-color: rgb(158,154,221); }

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

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

 span { border-color: rgb(158,154,221); }

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