#9D93DE

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

Shades of Wistful #9D93DE

Tints of Wistful #9D93DE

Color information

#9D93DE (or 0x9D93DE) is unknown color: approx Wistful. HEX triplet: 9D, 93 and DE. RGB value is (157,147,222). Sum of RGB (Red+Green+Blue) = 157+147+222=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D93DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D93DE is #626C21. Grayscale: #9E9E9E. Windows color (decimal): -6450210 or 14586781. OLE color: 14586781.

HSL color Cylindrical-coordinate representation of color #9D93DE: hue angle of 248º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D93DE is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB157147222-
CMYK0.290.3400.13
HSL248º53.19%72.35%-
HSV(B)248º33.78%87.06%-
XYZ37.5233.3173.56-
YUV158.54163.81126.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.85%
GREEN value IS 147 (57.81% from 255) = 27.95%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=29.85%
G=27.95%
B=42.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571472220.290.3400.1324853.1972.35
Hex9D93DE1D220Df83548
Octal235223336354201537065110
Binary1001110110010011110111101110110001001101111110001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D93DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,147,222); }

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

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

 a { background-color: rgb(157,147,222); }

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

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

 span { border-color: rgb(157,147,222); }

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