#9E9FDB

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

Shades of Wistful #9E9FDB

Tints of Wistful #9E9FDB

Color information

#9E9FDB (or 0x9E9FDB) is unknown color: approx Wistful. HEX triplet: 9E, 9F and DB. RGB value is (158,159,219). Sum of RGB (Red+Green+Blue) = 158+159+219=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E9FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9FDB is #616024. Grayscale: #A5A5A5. Windows color (decimal): -6381605 or 14393246. OLE color: 14393246.

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

Color convert

RGB158159219-
CMYK0.280.2700.14
HSL239.02º45.86%73.92%-
HSV(B)239.02º27.85%85.88%-
XYZ39.2837.1872.12-
YUV165.54158.17122.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.48%
GREEN value IS 159 (62.5% from 255) = 29.66%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=29.48%
G=29.66%
B=40.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1581592190.280.2700.14239.0245.8673.92
Hex9E9FDB1C1B0Eef2e4a
Octal236237333343301635756112
Binary100111101001111111011011111001101101110111011111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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