#9F94EB

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

Shades of Wistful #9F94EB

Tints of Wistful #9F94EB

Color information

#9F94EB (or 0x9F94EB) is unknown color: approx Wistful. HEX triplet: 9F, 94 and EB. RGB value is (159,148,235). Sum of RGB (Red+Green+Blue) = 159+148+235=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 148 (58.20% from 255 or 27.31% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F94EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F94EB is #606B14. Grayscale: #A0A0A0. Windows color (decimal): -6318869 or 15439007. OLE color: 15439007.

HSL color Cylindrical-coordinate representation of color #9F94EB: hue angle of 247.59º 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 #9F94EB is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159148235-
CMYK0.320.3700.08
HSL247.59º68.5%75.1%-
HSV(B)247.59º37.02%92.16%-
XYZ39.8834.5583.16-
YUV161.21169.64126.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.34%
GREEN value IS 148 (58.20% from 255) = 27.31%
BLUE value IS 235 (92.19% from 255) = 43.36%
R=29.34%
G=27.31%
B=43.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591482350.320.3700.08247.5968.575.1
Hex9F94EB202508f8454b
Octal2372243534045010370105113
Binary100111111001010011101011100000100101010001111100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F94EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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