#9E9ADE

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

Shades of Wistful #9E9ADE

Tints of Wistful #9E9ADE

Color information

#9E9ADE (or 0x9E9ADE) is unknown color: approx Wistful. HEX triplet: 9E, 9A and DE. RGB value is (158,154,222). Sum of RGB (Red+Green+Blue) = 158+154+222=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ADE is #616521. Grayscale: #A2A2A2. Windows color (decimal): -6382882 or 14588574. OLE color: 14588574.

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

Color convert

RGB158154222-
CMYK0.290.3100.13
HSL243.53º50.75%73.73%-
HSV(B)243.53º30.63%87.06%-
XYZ38.8435.6573.94-
YUV162.95161.33124.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 222 (87.11% from 255) = 41.57%
R=29.59%
G=28.84%
B=41.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581542220.290.3100.13243.5350.7573.73
Hex9E9ADE1D1F0Df4334a
Octal236232336353701536463112
Binary100111101001101011011110111011111101101111101001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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