#9E9BDD

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

Shades of Wistful #9E9BDD

Tints of Wistful #9E9BDD

Color information

#9E9BDD (or 0x9E9BDD) is unknown color: approx Wistful. HEX triplet: 9E, 9B and DD. RGB value is (158,155,221). Sum of RGB (Red+Green+Blue) = 158+155+221=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E9BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9BDD is #616422. Grayscale: #A3A3A3. Windows color (decimal): -6382627 or 14523294. OLE color: 14523294.

HSL color Cylindrical-coordinate representation of color #9E9BDD: hue angle of 242.73º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E9BDD is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158155221-
CMYK0.290.3000.13
HSL242.73º49.25%73.73%-
HSV(B)242.73º29.86%86.67%-
XYZ38.8735.9373.29-
YUV163.42160.49124.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=29.59%
G=29.03%
B=41.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581552210.290.3000.13242.7349.2573.73
Hex9E9BDD1D1E0Df3314a
Octal236233335353601536361112
Binary100111101001101111011101111011111001101111100111100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,155,221); }

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

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

 a { background-color: rgb(158,155,221); }

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

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

 span { border-color: rgb(158,155,221); }

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