#9E94DB

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

Shades of Wistful #9E94DB

Tints of Wistful #9E94DB

Color information

#9E94DB (or 0x9E94DB) is unknown color: approx Wistful. HEX triplet: 9E, 94 and DB. RGB value is (158,148,219). Sum of RGB (Red+Green+Blue) = 158+148+219=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E94DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E94DB is #616B24. Grayscale: #9E9E9E. Windows color (decimal): -6384421 or 14390430. OLE color: 14390430.

HSL color Cylindrical-coordinate representation of color #9E94DB: hue angle of 248.45º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E94DB is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB158148219-
CMYK0.280.3200.14
HSL248.45º49.65%71.96%-
HSV(B)248.45º32.42%85.88%-
XYZ37.4833.5671.52-
YUV159.08161.81127.23-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.10%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=30.10%
G=28.19%
B=41.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581482190.280.3200.14248.4549.6571.96
Hex9E94DB1C200Ef83248
Octal236224333344001637062110
Binary1001111010010100110110111110010000001110111110001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E94DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,148,219); }

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

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

 a { background-color: rgb(158,148,219); }

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

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

 span { border-color: rgb(158,148,219); }

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