#9E9BD7

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

Shades of Wistful #9E9BD7

Tints of Wistful #9E9BD7

Color information

#9E9BD7 (or 0x9E9BD7) is unknown color: approx Wistful. HEX triplet: 9E, 9B and D7. RGB value is (158,155,215). Sum of RGB (Red+Green+Blue) = 158+155+215=528 (69% of max value = 765). Red value is 158 (62.11% from 255 or 29.92% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #9E9BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9BD7 is #616428. Grayscale: #A2A2A2. Windows color (decimal): -6382633 or 14130078. OLE color: 14130078.

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

Color convert

RGB158155215-
CMYK0.270.2800.16
HSL243º42.86%72.55%-
HSV(B)243º27.91%84.31%-
XYZ38.0935.6269.16-
YUV162.74157.49124.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.92%
GREEN value IS 155 (60.94% from 255) = 29.36%
BLUE value IS 215 (84.38% from 255) = 40.72%
R=29.92%
G=29.36%
B=40.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1581552150.270.2800.1624342.8672.55
Hex9E9BD71B1C010f32b49
Octal236233327333402036353111
Binary1001111010011011110101111101111100010000111100111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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