#9D8DDD

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

Shades of Wistful #9D8DDD

Tints of Wistful #9D8DDD

Color information

#9D8DDD (or 0x9D8DDD) is unknown color: approx Wistful. HEX triplet: 9D, 8D and DD. RGB value is (157,141,221). Sum of RGB (Red+Green+Blue) = 157+141+221=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D8DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DDD is #627222. Grayscale: #9A9A9A. Windows color (decimal): -6451747 or 14519709. OLE color: 14519709.

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

Color convert

RGB157141221-
CMYK0.290.3600.13
HSL252º54.05%70.98%-
HSV(B)252º36.2%86.67%-
XYZ36.4831.4472.55-
YUV154.9165.3129.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.25%
GREEN value IS 141 (55.47% from 255) = 27.17%
BLUE value IS 221 (86.72% from 255) = 42.58%
R=30.25%
G=27.17%
B=42.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1571412210.290.3600.1325254.0570.98
Hex9D8DDD1D240Dfc3647
Octal235215335354401537466107
Binary1001110110001101110111011110110010001101111111001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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