#9E8EDA

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

Shades of Wistful #9E8EDA

Tints of Wistful #9E8EDA

Color information

#9E8EDA (or 0x9E8EDA) is unknown color: approx Wistful. HEX triplet: 9E, 8E and DA. RGB value is (158,142,218). Sum of RGB (Red+Green+Blue) = 158+142+218=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E8EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8EDA is #617125. Grayscale: #9B9B9B. Windows color (decimal): -6385958 or 14323358. OLE color: 14323358.

HSL color Cylindrical-coordinate representation of color #9E8EDA: hue angle of 252.63º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E8EDA is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158142218-
CMYK0.280.3500.15
HSL252.63º50.67%70.59%-
HSV(B)252.63º34.86%85.49%-
XYZ36.4331.6870.52-
YUV155.45163.3129.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.50%
GREEN value IS 142 (55.86% from 255) = 27.41%
BLUE value IS 218 (85.55% from 255) = 42.08%
R=30.50%
G=27.41%
B=42.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581422180.280.3500.15252.6350.6770.59
Hex9E8EDA1C230Ffd3347
Octal236216332344301737563107
Binary1001111010001110110110101110010001101111111111011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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