#9FA1E1

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

Shades of Wistful #9FA1E1

Tints of Wistful #9FA1E1

Color information

#9FA1E1 (or 0x9FA1E1) is unknown color: approx Wistful. HEX triplet: 9F, A1 and E1. RGB value is (159,161,225). Sum of RGB (Red+Green+Blue) = 159+161+225=545 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.17% from 545); Green value is 161 (63.28% from 255 or 29.54% from 545); Blue value is 225 (88.28% from 255 or 41.28% from 545); Max value from RGB is 225 - color contains mainly: blue. Hex color #9FA1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA1E1 is #605E1E. Grayscale: #A7A7A7. Windows color (decimal): -6315551 or 14786975. OLE color: 14786975.

HSL color Cylindrical-coordinate representation of color #9FA1E1: hue angle of 238.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FA1E1 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB159161225-
CMYK0.290.2800.12
HSL238.18º52.38%75.29%-
HSV(B)238.18º29.33%88.24%-
XYZ40.6338.376.48-
YUV167.7160.34121.8-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 29.17%
GREEN value IS 161 (63.28% from 255) = 29.54%
BLUE value IS 225 (88.28% from 255) = 41.28%
R=29.17%
G=29.54%
B=41.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1591612250.290.2800.12238.1852.3875.29
Hex9FA1E11D1C0Cee344b
Octal237241341353401435664113
Binary100111111010000111100001111011110001100111011101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,225); }

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

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

 a { background-color: rgb(159,161,225); }

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

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

 span { border-color: rgb(159,161,225); }

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