#9D8DDB

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

Shades of Wistful #9D8DDB

Tints of Wistful #9D8DDB

Color information

#9D8DDB (or 0x9D8DDB) is unknown color: approx Wistful. HEX triplet: 9D, 8D and DB. RGB value is (157,141,219). Sum of RGB (Red+Green+Blue) = 157+141+219=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D8DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DDB is #627224. Grayscale: #9A9A9A. Windows color (decimal): -6451749 or 14388637. OLE color: 14388637.

HSL color Cylindrical-coordinate representation of color #9D8DDB: hue angle of 252.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D8DDB is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB157141219-
CMYK0.280.3600.14
HSL252.31º52%70.59%-
HSV(B)252.31º35.62%85.88%-
XYZ36.2231.3371.16-
YUV154.68164.3129.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.37%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=30.37%
G=27.27%
B=42.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1571412190.280.3600.14252.315270.59
Hex9D8DDB1C240Efc3447
Octal235215333344401637464107
Binary1001110110001101110110111110010010001110111111001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D8DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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