#9E90D7

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

Shades of Wistful #9E90D7

Tints of Wistful #9E90D7

Color information

#9E90D7 (or 0x9E90D7) is unknown color: approx Wistful. HEX triplet: 9E, 90 and D7. RGB value is (158,144,215). Sum of RGB (Red+Green+Blue) = 158+144+215=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 215 (84.38% from 255 or 41.59% from 517); Max value from RGB is 215 - color contains mainly: blue. Hex color #9E90D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90D7 is #616F28. Grayscale: #9C9C9C. Windows color (decimal): -6385449 or 14127262. OLE color: 14127262.

HSL color Cylindrical-coordinate representation of color #9E90D7: hue angle of 251.83º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E90D7 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB158144215-
CMYK0.270.3300.16
HSL251.83º47.02%70.39%-
HSV(B)251.83º33.02%84.31%-
XYZ36.3432.1268.57-
YUV156.28161.14129.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 144 (56.64% from 255) = 27.85%
BLUE value IS 215 (84.38% from 255) = 41.59%
R=30.56%
G=27.85%
B=41.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1581442150.270.3300.16251.8347.0270.39
Hex9E90D71B21010fc2f46
Octal236220327334102037457106
Binary10011110100100001101011111011100001010000111111001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E90D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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