#9E90E1

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

Shades of Wistful #9E90E1

Tints of Wistful #9E90E1

Color information

#9E90E1 (or 0x9E90E1) is unknown color: approx Wistful. HEX triplet: 9E, 90 and E1. RGB value is (158,144,225). Sum of RGB (Red+Green+Blue) = 158+144+225=527 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.98% from 527); Green value is 144 (56.64% from 255 or 27.32% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #9E90E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90E1 is #616F1E. Grayscale: #9D9D9D. Windows color (decimal): -6385439 or 14782622. OLE color: 14782622.

HSL color Cylindrical-coordinate representation of color #9E90E1: hue angle of 250.37º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E90E1 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB158144225-
CMYK0.300.3600.12
HSL250.37º57.45%72.35%-
HSV(B)250.37º36%88.24%-
XYZ37.6632.6575.55-
YUV157.42166.14128.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.98%
GREEN value IS 144 (56.64% from 255) = 27.32%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=29.98%
G=27.32%
B=42.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1581442250.300.3600.12250.3757.4572.35
Hex9E90E11E240Cfa3948
Octal236220341364401437271110
Binary1001111010010000111000011111010010001100111110101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E90E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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