#9FA2DF

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

Shades of Wistful #9FA2DF

Tints of Wistful #9FA2DF

Color information

#9FA2DF (or 0x9FA2DF) is unknown color: approx Wistful. HEX triplet: 9F, A2 and DF. RGB value is (159,162,223). Sum of RGB (Red+Green+Blue) = 159+162+223=544 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.23% from 544); Green value is 162 (63.67% from 255 or 29.78% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #9FA2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA2DF is #605D20. Grayscale: #A7A7A7. Windows color (decimal): -6315297 or 14656159. OLE color: 14656159.

HSL color Cylindrical-coordinate representation of color #9FA2DF: hue angle of 237.19º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FA2DF is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159162223-
CMYK0.290.2700.13
HSL237.19º50%74.9%-
HSV(B)237.19º28.7%87.45%-
XYZ40.5438.5475.11-
YUV168.06159.01121.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.23%
GREEN value IS 162 (63.67% from 255) = 29.78%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=29.23%
G=29.78%
B=40.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591622230.290.2700.13237.195074.9
Hex9FA2DF1D1B0Ded324b
Octal237242337353301535562113
Binary100111111010001011011111111011101101101111011011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,162,223); }

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

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

 a { background-color: rgb(159,162,223); }

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

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

 span { border-color: rgb(159,162,223); }

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