Html Css Color HEX #9E90DB Wistful

📋 copy color: '#9E90DB'

red 158 ◦ green 144 ◦ blue 219

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

Shades of Wistful #9E90DB

Tints of Wistful #9E90DB

RGB

 RED value IS 158 (62.11% from 255) = 30.33%

 GREEN value IS 144 (56.64% from 255) = 27.64%

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 30.33%
G = 27.64%
B = 42.03%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9E90DB (or 0x9E90DB) is known color: Wistful. HEX triplet: 9E, 90 and DB. RGB value is (158,144,219). Sum of RGB (Red+Green+Blue) = 158+144+219=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E90DB is #616F24. Grayscale: #9C9C9C. Windows color (decimal): -6385445 or 14389406. OLE color: 14389406.

HSL color Cylindrical-coordinate representation of color #9E90DB: hue angle of 251.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E90DB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 144 219 -
CMYK 0.28 0.34 0 0.14
HSL 251.2º 0.51% 0.71% -
HSV(B) 251.2º 0.34% 0.86% -
XYZ 36.86 32.33 71.32 -
YUV 156.74 163.14 128.9 -
System Red Green Blue C M Y K H S L
Decimal 158 144 219 0.28 0.34 0 0.14 251.2 0.51 0.71
Hex 9E 90 DB 1C 22 0 E FB 33 47
Octal 236 220 333 34 42 0 16 373 63 107
Binary 10011110 10010000 11011011 11100 100010 0 1110 11111011 110011 1000111

Color Harmonies of #9E90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E90DB

Black with #9E90DB

Text Example


Text Example

White with #9E90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,144,219); }

 H1.HeaderClassName
 {
   color: #9E90DB;
 }
 .AnyTagClassName
 {
   color: #9E90DB;
 }
</style>

background-color css

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

 a { background-color: rgb(158,144,219); }

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

border-color css

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

 span { border-color: rgb(158,144,219); }

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