#9E9ADF

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

Shades of Wistful #9E9ADF

Tints of Wistful #9E9ADF

Color information

#9E9ADF (or 0x9E9ADF) is unknown color: approx Wistful. HEX triplet: 9E, 9A and DF. RGB value is (158,154,223). Sum of RGB (Red+Green+Blue) = 158+154+223=535 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.53% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E9ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ADF is #616520. Grayscale: #A2A2A2. Windows color (decimal): -6382881 or 14654110. OLE color: 14654110.

HSL color Cylindrical-coordinate representation of color #9E9ADF: hue angle of 243.48º degrees, saturation: 0.52, 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 #9E9ADF is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158154223-
CMYK0.290.3100.13
HSL243.48º51.88%73.92%-
HSV(B)243.48º30.94%87.45%-
XYZ38.9835.7174.65-
YUV163.06161.83124.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.53%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=29.53%
G=28.79%
B=41.68%

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
Decimal1581542230.290.3100.13243.4851.8873.92
Hex9E9ADF1D1F0Df3344a
Octal236232337353701536364112
Binary100111101001101011011111111011111101101111100111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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