Shades of Wistful #9D8DD9
Tints of Wistful #9D8DD9
RGB
CMYK
RGB Variations
Color information
#9D8DD9 (or 0x9D8DD9) is known color: Wistful. HEX triplet: 9D, 8D and D9. RGB value is (157,141,217). Sum of RGB (Red+Green+Blue) = 157+141+217=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 217 (85.16% from 255 or 42.14% from 515); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D8DD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DD9 is #627226. Grayscale: #9A9A9A. Windows color (decimal): -6451751 or 14257565. OLE color: 14257565.
HSL color Cylindrical-coordinate representation of color #9D8DD9: hue angle of 252.63º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D8DD9 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 141 | 217 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.15 |
| HSL | 252.63º | 0.5% | 0.7% | - |
| HSV(B) | 252.63º | 0.35% | 0.85% | - |
| XYZ | 35.95 | 31.23 | 69.78 | - |
| YUV | 154.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 217 | 0.28 | 0.35 | 0 | 0.15 | 252.63 | 0.5 | 0.7 |
| Hex | 9D | 8D | D9 | 1C | 23 | 0 | F | FD | 32 | 46 |
| Octal | 235 | 215 | 331 | 34 | 43 | 0 | 17 | 375 | 62 | 106 |
| Binary | 10011101 | 10001101 | 11011001 | 11100 | 100011 | 0 | 1111 | 11111101 | 110010 | 1000110 |
Color Harmonies of #9D8DD9
Complementary color
Monochromatic Colors of #9D8DD9
Black with #9D8DD9
Text Example
Text Example
White with #9D8DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8DD9; }
p { color: rgb(157,141,217); }
H1.HeaderClassName
{
color: #9D8DD9;
}
.AnyTagClassName
{
color: #9D8DD9;
}
</style>
background-color css
<style>
a { background-color: #9D8DD9; }
a { background-color: rgb(157,141,217); }
div.DivClassName
{
background-color: #9D8DD9;
}
.BgClassName
{
background-color: #9D8DD9;
}
</style>
border-color css
<style>
span { border-color: #9D8DD9; }
span { border-color: rgb(157,141,217); }
td.TdClassName
{
border-color: #9D8DD9;
}
.TagClassName
{
border-color: #9D8DD9;
}
</style>