#9E8DED

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

Shades of Wistful #9E8DED

Tints of Wistful #9E8DED

Color information

#9E8DED (or 0x9E8DED) is unknown color: approx Wistful. HEX triplet: 9E, 8D and ED. RGB value is (158,141,237). Sum of RGB (Red+Green+Blue) = 158+141+237=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E8DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8DED is #617212. Grayscale: #9C9C9C. Windows color (decimal): -6386195 or 15568286. OLE color: 15568286.

HSL color Cylindrical-coordinate representation of color #9E8DED: hue angle of 250.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E8DED is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158141237-
CMYK0.330.4100.07
HSL250.62º72.73%74.12%-
HSV(B)250.62º40.51%92.94%-
XYZ38.9132.4384.33-
YUV157.03173.13128.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.48%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=29.48%
G=26.31%
B=44.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581412370.330.4100.07250.6272.7374.12
Hex9E8DED212907fb494a
Octal236215355415107373111112
Binary10011110100011011110110110000110100101111111101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,141,237); }

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

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

 a { background-color: rgb(158,141,237); }

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

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

 span { border-color: rgb(158,141,237); }

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