#9E9FE3

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

Shades of Wistful #9E9FE3

Tints of Wistful #9E9FE3

Color information

#9E9FE3 (or 0x9E9FE3) is unknown color: approx Wistful. HEX triplet: 9E, 9F and E3. RGB value is (158,159,227). Sum of RGB (Red+Green+Blue) = 158+159+227=544 (72% of max value = 765). Red value is 158 (62.11% from 255 or 29.04% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #9E9FE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FE3 is #61601C. Grayscale: #A6A6A6. Windows color (decimal): -6381597 or 14917534. OLE color: 14917534.

HSL color Cylindrical-coordinate representation of color #9E9FE3: hue angle of 239.13º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E9FE3 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB158159227-
CMYK0.300.3000.11
HSL239.13º55.2%75.49%-
HSV(B)239.13º30.4%89.02%-
XYZ40.3637.6177.81-
YUV166.45162.17121.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.04%
GREEN value IS 159 (62.5% from 255) = 29.23%
BLUE value IS 227 (89.06% from 255) = 41.73%
R=29.04%
G=29.23%
B=41.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1581592270.300.3000.11239.1355.275.49
Hex9E9FE31E1E0Bef374b
Octal236237343363601335767113
Binary100111101001111111100011111101111001011111011111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,159,227); }

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

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

 a { background-color: rgb(158,159,227); }

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

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

 span { border-color: rgb(158,159,227); }

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