#9F90F0

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

Shades of Wistful #9F90F0

Tints of Wistful #9F90F0

Color information

#9F90F0 (or 0x9F90F0) is unknown color: approx Wistful. HEX triplet: 9F, 90 and F0. RGB value is (159,144,240). Sum of RGB (Red+Green+Blue) = 159+144+240=543 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.28% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #9F90F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F90F0 is #606F0F. Grayscale: #9F9F9F. Windows color (decimal): -6319888 or 15765663. OLE color: 15765663.

HSL color Cylindrical-coordinate representation of color #9F90F0: hue angle of 249.38º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F90F0 is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB159144240-
CMYK0.340.400.06
HSL249.38º76.19%75.29%-
HSV(B)249.38º40%94.12%-
XYZ4033.6186.82-
YUV159.43173.47127.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.28%
GREEN value IS 144 (56.64% from 255) = 26.52%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=29.28%
G=26.52%
B=44.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1591442400.340.400.06249.3876.1975.29
Hex9F90F0222806f94c4b
Octal237220360425006371114113
Binary10011111100100001111000010001010100001101111100110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F90F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,144,240); }

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

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

 a { background-color: rgb(159,144,240); }

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

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

 span { border-color: rgb(159,144,240); }

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