#9E9CEB

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

Shades of Wistful #9E9CEB

Tints of Wistful #9E9CEB

Color information

#9E9CEB (or 0x9E9CEB) is unknown color: approx Wistful. HEX triplet: 9E, 9C and EB. RGB value is (158,156,235). Sum of RGB (Red+Green+Blue) = 158+156+235=549 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.78% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E9CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CEB is #616314. Grayscale: #A5A5A5. Windows color (decimal): -6382357 or 15441054. OLE color: 15441054.

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

Color convert

RGB158156235-
CMYK0.330.3400.08
HSL241.52º66.39%76.67%-
HSV(B)241.52º33.62%92.16%-
XYZ40.9837.0483.59-
YUV165.6167.16122.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.78%
GREEN value IS 156 (61.33% from 255) = 28.42%
BLUE value IS 235 (92.19% from 255) = 42.81%
R=28.78%
G=28.42%
B=42.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581562350.330.3400.08241.5266.3976.67
Hex9E9CEB212208f2424d
Octal2362343534142010362102115
Binary100111101001110011101011100001100010010001111001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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