#9E97CD

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

Shades of Wistful #9E97CD

Tints of Wistful #9E97CD

Color information

#9E97CD (or 0x9E97CD) is unknown color: approx Wistful. HEX triplet: 9E, 97 and CD. RGB value is (158,151,205). Sum of RGB (Red+Green+Blue) = 158+151+205=514 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.74% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E97CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E97CD is #616832. Grayscale: #9F9F9F. Windows color (decimal): -6383667 or 13473694. OLE color: 13473694.

HSL color Cylindrical-coordinate representation of color #9E97CD: hue angle of 247.78º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E97CD is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB158151205-
CMYK0.230.2600.20
HSL247.78º35.06%69.8%-
HSV(B)247.78º26.34%80.39%-
XYZ36.1933.8162.38-
YUV159.25153.82127.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.74%
GREEN value IS 151 (59.38% from 255) = 29.38%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=30.74%
G=29.38%
B=39.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581512050.230.2600.20247.7835.0669.8
Hex9E97CD171A014f82346
Octal236227315273202437043106
Binary1001111010010111110011011011111010010100111110001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E97CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,151,205); }

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

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

 a { background-color: rgb(158,151,205); }

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

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

 span { border-color: rgb(158,151,205); }

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