#9E8EDF

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

Shades of Wistful #9E8EDF

Tints of Wistful #9E8EDF

Color information

#9E8EDF (or 0x9E8EDF) is unknown color: approx Wistful. HEX triplet: 9E, 8E and DF. RGB value is (158,142,223). Sum of RGB (Red+Green+Blue) = 158+142+223=523 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.21% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8EDF is #617120. Grayscale: #9B9B9B. Windows color (decimal): -6385953 or 14651038. OLE color: 14651038.

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

Color convert

RGB158142223-
CMYK0.290.3600.13
HSL251.85º55.86%71.57%-
HSV(B)251.85º36.32%87.45%-
XYZ37.0931.9474.02-
YUV156.02165.8129.41-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.21%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 223 (87.5% from 255) = 42.64%
R=30.21%
G=27.15%
B=42.64%

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
Decimal1581422230.290.3600.13251.8555.8671.57
Hex9E8EDF1D240Dfc3848
Octal236216337354401537470110
Binary1001111010001110110111111110110010001101111111001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,142,223); }

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

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

 a { background-color: rgb(158,142,223); }

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

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

 span { border-color: rgb(158,142,223); }

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