#9EA0DF

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

Shades of Wistful #9EA0DF

Tints of Wistful #9EA0DF

Color information

#9EA0DF (or 0x9EA0DF) is unknown color: approx Wistful. HEX triplet: 9E, A0 and DF. RGB value is (158,160,223). Sum of RGB (Red+Green+Blue) = 158+160+223=541 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.21% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #9EA0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA0DF is #615F20. Grayscale: #A6A6A6. Windows color (decimal): -6381345 or 14655646. OLE color: 14655646.

HSL color Cylindrical-coordinate representation of color #9EA0DF: hue angle of 238.15º 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 #9EA0DF is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158160223-
CMYK0.290.2800.13
HSL238.15º50.39%74.71%-
HSV(B)238.15º29.15%87.45%-
XYZ39.9937.7474.99-
YUV166.58159.84121.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.21%
GREEN value IS 160 (62.89% from 255) = 29.57%
BLUE value IS 223 (87.5% from 255) = 41.22%
R=29.21%
G=29.57%
B=41.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581602230.290.2800.13238.1550.3974.71
Hex9EA0DF1D1C0Dee324b
Octal236240337353401535662113
Binary100111101010000011011111111011110001101111011101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,160,223); }

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

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

 a { background-color: rgb(158,160,223); }

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

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

 span { border-color: rgb(158,160,223); }

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