#9D8DED

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

Shades of Wistful #9D8DED

Tints of Wistful #9D8DED

Color information

#9D8DED (or 0x9D8DED) is unknown color: approx Wistful. HEX triplet: 9D, 8D and ED. RGB value is (157,141,237). Sum of RGB (Red+Green+Blue) = 157+141+237=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #9D8DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8DED is #627212. Grayscale: #9C9C9C. Windows color (decimal): -6451731 or 15568285. OLE color: 15568285.

HSL color Cylindrical-coordinate representation of color #9D8DED: hue angle of 250º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D8DED is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157141237-
CMYK0.340.4100.07
HSL250º72.73%74.12%-
HSV(B)250º40.51%92.94%-
XYZ38.7232.3384.32-
YUV156.73173.3128.19-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.35%
GREEN value IS 141 (55.47% from 255) = 26.36%
BLUE value IS 237 (92.97% from 255) = 44.30%
R=29.35%
G=26.36%
B=44.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1571412370.340.4100.0725072.7374.12
Hex9D8DED222907fa494a
Octal235215355425107372111112
Binary10011101100011011110110110001010100101111111101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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