#9E9AEB

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

Shades of Wistful #9E9AEB

Tints of Wistful #9E9AEB

Color information

#9E9AEB (or 0x9E9AEB) is unknown color: approx Wistful. HEX triplet: 9E, 9A and EB. RGB value is (158,154,235). Sum of RGB (Red+Green+Blue) = 158+154+235=547 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.88% from 547); Green value is 154 (60.55% from 255 or 28.15% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E9AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9AEB is #616514. Grayscale: #A4A4A4. Windows color (decimal): -6382869 or 15440542. OLE color: 15440542.

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

Color convert

RGB158154235-
CMYK0.330.3400.08
HSL242.96º66.94%76.27%-
HSV(B)242.96º34.47%92.16%-
XYZ40.6536.3883.48-
YUV164.43167.83123.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 28.88%
GREEN value IS 154 (60.55% from 255) = 28.15%
BLUE value IS 235 (92.19% from 255) = 42.96%
R=28.88%
G=28.15%
B=42.96%

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
Decimal1581542350.330.3400.08242.9666.9476.27
Hex9E9AEB212208f3434c
Octal2362323534142010363103114
Binary100111101001101011101011100001100010010001111001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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