#9E90EA

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

Shades of Wistful #9E90EA

Tints of Wistful #9E90EA

Color information

#9E90EA (or 0x9E90EA) is unknown color: approx Wistful. HEX triplet: 9E, 90 and EA. RGB value is (158,144,234). Sum of RGB (Red+Green+Blue) = 158+144+234=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E90EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E90EA is #616F15. Grayscale: #9E9E9E. Windows color (decimal): -6385430 or 15372446. OLE color: 15372446.

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

Color convert

RGB158144234-
CMYK0.320.3800.08
HSL249.33º68.18%74.12%-
HSV(B)249.33º38.46%91.76%-
XYZ38.9333.1682.19-
YUV158.45170.64127.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.48%
GREEN value IS 144 (56.64% from 255) = 26.87%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=29.48%
G=26.87%
B=43.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581442340.320.3800.08249.3368.1874.12
Hex9E90EA202608f9444a
Octal2362203524046010371104112
Binary100111101001000011101010100000100110010001111100110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E90EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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