#9E9CEA

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

Shades of Wistful #9E9CEA

Tints of Wistful #9E9CEA

Color information

#9E9CEA (or 0x9E9CEA) is unknown color: approx Wistful. HEX triplet: 9E, 9C and EA. RGB value is (158,156,234). Sum of RGB (Red+Green+Blue) = 158+156+234=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 156 (61.33% from 255 or 28.47% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E9CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CEA is #616315. Grayscale: #A5A5A5. Windows color (decimal): -6382358 or 15375518. OLE color: 15375518.

HSL color Cylindrical-coordinate representation of color #9E9CEA: hue angle of 241.54º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E9CEA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158156234-
CMYK0.320.3300.08
HSL241.54º65%76.47%-
HSV(B)241.54º33.33%91.76%-
XYZ40.8436.9982.83-
YUV165.49166.66122.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.83%
GREEN value IS 156 (61.33% from 255) = 28.47%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=28.83%
G=28.47%
B=42.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581562340.320.3300.08241.546576.47
Hex9E9CEA202108f2414c
Octal2362343524041010362101114
Binary100111101001110011101010100000100001010001111001010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,156,234); }

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

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

 a { background-color: rgb(158,156,234); }

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

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

 span { border-color: rgb(158,156,234); }

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