#9E9DE0

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

Shades of Wistful #9E9DE0

Tints of Wistful #9E9DE0

Color information

#9E9DE0 (or 0x9E9DE0) is unknown color: approx Wistful. HEX triplet: 9E, 9D and E0. RGB value is (158,157,224). Sum of RGB (Red+Green+Blue) = 158+157+224=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #9E9DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DE0 is #61621F. Grayscale: #A4A4A4. Windows color (decimal): -6382112 or 14720414. OLE color: 14720414.

HSL color Cylindrical-coordinate representation of color #9E9DE0: hue angle of 240.9º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E9DE0 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB158157224-
CMYK0.290.3000.12
HSL240.9º51.94%74.71%-
HSV(B)240.9º29.91%87.84%-
XYZ39.6136.7675.53-
YUV164.94161.33123.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.31%
GREEN value IS 157 (61.72% from 255) = 29.13%
BLUE value IS 224 (87.89% from 255) = 41.56%
R=29.31%
G=29.13%
B=41.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1581572240.290.3000.12240.951.9474.71
Hex9E9DE01D1E0Cf1344b
Octal236235340353601436164113
Binary100111101001110111100000111011111001100111100011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,157,224); }

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

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

 a { background-color: rgb(158,157,224); }

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

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

 span { border-color: rgb(158,157,224); }

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