#9F91EB

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

Shades of Wistful #9F91EB

Tints of Wistful #9F91EB

Color information

#9F91EB (or 0x9F91EB) is unknown color: approx Wistful. HEX triplet: 9F, 91 and EB. RGB value is (159,145,235). Sum of RGB (Red+Green+Blue) = 159+145+235=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F91EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F91EB is #606E14. Grayscale: #9F9F9F. Windows color (decimal): -6319637 or 15438239. OLE color: 15438239.

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

Color convert

RGB159145235-
CMYK0.320.3800.08
HSL249.33º69.23%74.51%-
HSV(B)249.33º38.3%92.16%-
XYZ39.4233.6283.01-
YUV159.45170.64127.68-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.50%
GREEN value IS 145 (57.03% from 255) = 26.90%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=29.50%
G=26.90%
B=43.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591452350.320.3800.08249.3369.2374.51
Hex9F91EB202608f9454b
Octal2372213534046010371105113
Binary100111111001000111101011100000100110010001111100110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F91EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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