#9E9DD5

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

Shades of Wistful #9E9DD5

Tints of Wistful #9E9DD5

Color information

#9E9DD5 (or 0x9E9DD5) is unknown color: approx Wistful. HEX triplet: 9E, 9D and D5. RGB value is (158,157,213). Sum of RGB (Red+Green+Blue) = 158+157+213=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #9E9DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DD5 is #61622A. Grayscale: #A3A3A3. Windows color (decimal): -6382123 or 13999518. OLE color: 13999518.

HSL color Cylindrical-coordinate representation of color #9E9DD5: hue angle of 241.07º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E9DD5 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB158157213-
CMYK0.260.2600.16
HSL241.07º40%72.55%-
HSV(B)241.07º26.29%83.53%-
XYZ38.1736.1967.92-
YUV163.68155.83123.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.92%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=29.92%
G=29.73%
B=40.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1581572130.260.2600.16241.074072.55
Hex9E9DD51A1A010f12849
Octal236235325323202036150111
Binary1001111010011101110101011101011010010000111100011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,157,213); }

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

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

 a { background-color: rgb(158,157,213); }

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

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

 span { border-color: rgb(158,157,213); }

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