#9E8DDE

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

Shades of Wistful #9E8DDE

Tints of Wistful #9E8DDE

Color information

#9E8DDE (or 0x9E8DDE) is unknown color: approx Wistful. HEX triplet: 9E, 8D and DE. RGB value is (158,141,222). Sum of RGB (Red+Green+Blue) = 158+141+222=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 141 (55.47% from 255 or 27.06% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E8DDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DDE is #617221. Grayscale: #9B9B9B. Windows color (decimal): -6386210 or 14585246. OLE color: 14585246.

HSL color Cylindrical-coordinate representation of color #9E8DDE: hue angle of 252.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E8DDE is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158141222-
CMYK0.290.3600.13
HSL252.59º55.1%71.18%-
HSV(B)252.59º36.49%87.06%-
XYZ36.8131.5973.27-
YUV155.32165.63129.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.33%
GREEN value IS 141 (55.47% from 255) = 27.06%
BLUE value IS 222 (87.11% from 255) = 42.61%
R=30.33%
G=27.06%
B=42.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581412220.290.3600.13252.5955.171.18
Hex9E8DDE1D240Dfd3747
Octal236215336354401537567107
Binary1001111010001101110111101110110010001101111111011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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