Html Css Color HEX #9EA0DF Wistful

📋 copy color: '#9EA0DF'

red 158 ◦ green 160 ◦ blue 223

#9EA0DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wistful #9EA0DF

Tints of Wistful #9EA0DF

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 value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9EA0DF (or 0x9EA0DF) is known color: 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

RGB 158 160 223 -
CMYK 0.29 0.28 0 0.13
HSL 238.15º 0.5% 0.75% -
HSV(B) 238.15º 0.29% 0.87% -
XYZ 39.99 37.74 74.99 -
YUV 166.58 159.84 121.88 -
System Red Green Blue C M Y K H S L
Decimal 158 160 223 0.29 0.28 0 0.13 238.15 0.5 0.75
Hex 9E A0 DF 1D 1C 0 D EE 32 4B
Octal 236 240 337 35 34 0 15 356 62 113
Binary 10011110 10100000 11011111 11101 11100 0 1101 11101110 110010 1001011

Color Harmonies of #9EA0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA0DF

Black with #9EA0DF

Text Example


Text Example

White with #9EA0DF

Text Example


Text Example

HTML Codes & Css Web 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>