#9D8DE9

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

Shades of Wistful #9D8DE9

Tints of Wistful #9D8DE9

Color information

#9D8DE9 (or 0x9D8DE9) is unknown color: approx Wistful. HEX triplet: 9D, 8D and E9. RGB value is (157,141,233). Sum of RGB (Red+Green+Blue) = 157+141+233=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #9D8DE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8DE9 is #627216. Grayscale: #9B9B9B. Windows color (decimal): -6451735 or 15306141. OLE color: 15306141.

HSL color Cylindrical-coordinate representation of color #9D8DE9: hue angle of 250.43º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D8DE9 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB157141233-
CMYK0.330.3900.09
HSL250.43º67.65%73.33%-
HSV(B)250.43º39.48%91.37%-
XYZ38.1432.181.28-
YUV156.27171.3128.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.57%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=29.57%
G=26.55%
B=43.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1571412330.330.3900.09250.4367.6573.33
Hex9D8DE9212709fa4449
Octal2352153514147011372104111
Binary100111011000110111101001100001100111010011111101010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,141,233); }

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

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

 a { background-color: rgb(157,141,233); }

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

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

 span { border-color: rgb(157,141,233); }

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