#9E90D9

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

Shades of Wistful #9E90D9

Tints of Wistful #9E90D9

Color information

#9E90D9 (or 0x9E90D9) is unknown color: approx Wistful. HEX triplet: 9E, 90 and D9. RGB value is (158,144,217). Sum of RGB (Red+Green+Blue) = 158+144+217=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E90D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90D9 is #616F26. Grayscale: #9C9C9C. Windows color (decimal): -6385447 or 14258334. OLE color: 14258334.

HSL color Cylindrical-coordinate representation of color #9E90D9: hue angle of 251.51º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E90D9 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158144217-
CMYK0.270.3400.15
HSL251.51º48.99%70.78%-
HSV(B)251.51º33.64%85.1%-
XYZ36.632.2369.94-
YUV156.51162.14129.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=30.44%
G=27.75%
B=41.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581442170.270.3400.15251.5148.9970.78
Hex9E90D91B220Ffc3147
Octal236220331334201737461107
Binary1001111010010000110110011101110001001111111111001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E90D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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