#9E94EB

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

Shades of Wistful #9E94EB

Tints of Wistful #9E94EB

Color information

#9E94EB (or 0x9E94EB) is unknown color: approx Wistful. HEX triplet: 9E, 94 and EB. RGB value is (158,148,235). Sum of RGB (Red+Green+Blue) = 158+148+235=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 235 (92.19% from 255 or 43.44% from 541); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E94EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E94EB is #616B14. Grayscale: #A0A0A0. Windows color (decimal): -6384405 or 15439006. OLE color: 15439006.

HSL color Cylindrical-coordinate representation of color #9E94EB: hue angle of 246.9º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E94EB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158148235-
CMYK0.330.3700.08
HSL246.9º68.5%75.1%-
HSV(B)246.9º37.02%92.16%-
XYZ39.6934.4583.15-
YUV160.91169.81125.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.21%
GREEN value IS 148 (58.20% from 255) = 27.36%
BLUE value IS 235 (92.19% from 255) = 43.44%
R=29.21%
G=27.36%
B=43.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581482350.330.3700.08246.968.575.1
Hex9E94EB212508f7454b
Octal2362243534145010367105113
Binary100111101001010011101011100001100101010001111011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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