#9E9AD9

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

Shades of Wistful #9E9AD9

Tints of Wistful #9E9AD9

Color information

#9E9AD9 (or 0x9E9AD9) is unknown color: approx Wistful. HEX triplet: 9E, 9A and D9. RGB value is (158,154,217). Sum of RGB (Red+Green+Blue) = 158+154+217=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E9AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9AD9 is #616526. Grayscale: #A2A2A2. Windows color (decimal): -6382887 or 14260894. OLE color: 14260894.

HSL color Cylindrical-coordinate representation of color #9E9AD9: hue angle of 243.81º degrees, saturation: 0.45, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E9AD9 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158154217-
CMYK0.270.2900.15
HSL243.81º45.32%72.75%-
HSV(B)243.81º29.03%85.1%-
XYZ38.1835.3970.46-
YUV162.38158.83124.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 154 (60.55% from 255) = 29.11%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=29.87%
G=29.11%
B=41.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581542170.270.2900.15243.8145.3272.75
Hex9E9AD91B1D0Ff42d49
Octal236232331333501736455111
Binary100111101001101011011001110111110101111111101001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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