Shades of Wistful #9D8DD6
Tints of Wistful #9D8DD6
RGB
CMYK
RGB Variations
Color information
#9D8DD6 (or 0x9D8DD6) is known color: Wistful. HEX triplet: 9D, 8D and D6. RGB value is (157,141,214). Sum of RGB (Red+Green+Blue) = 157+141+214=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 214 (83.98% from 255 or 41.80% from 512); Max value from RGB is 214 - color contains mainly: blue. Hex color #9D8DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8DD6 is #627229. Grayscale: #999999. Windows color (decimal): -6451754 or 14060957. OLE color: 14060957.
HSL color Cylindrical-coordinate representation of color #9D8DD6: hue angle of 253.15º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D8DD6 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 141 | 214 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.16 |
| HSL | 253.15º | 0.47% | 0.7% | - |
| HSV(B) | 253.15º | 0.34% | 0.84% | - |
| XYZ | 35.57 | 31.07 | 67.74 | - |
| YUV | 154.11 | 161.8 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 214 | 0.27 | 0.34 | 0 | 0.16 | 253.15 | 0.47 | 0.7 |
| Hex | 9D | 8D | D6 | 1B | 22 | 0 | 10 | FD | 2F | 46 |
| Octal | 235 | 215 | 326 | 33 | 42 | 0 | 20 | 375 | 57 | 106 |
| Binary | 10011101 | 10001101 | 11010110 | 11011 | 100010 | 0 | 10000 | 11111101 | 101111 | 1000110 |
Color Harmonies of #9D8DD6
Complementary color
Monochromatic Colors of #9D8DD6
Black with #9D8DD6
Text Example
Text Example
White with #9D8DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8DD6; }
p { color: rgb(157,141,214); }
H1.HeaderClassName
{
color: #9D8DD6;
}
.AnyTagClassName
{
color: #9D8DD6;
}
</style>
background-color css
<style>
a { background-color: #9D8DD6; }
a { background-color: rgb(157,141,214); }
div.DivClassName
{
background-color: #9D8DD6;
}
.BgClassName
{
background-color: #9D8DD6;
}
</style>
border-color css
<style>
span { border-color: #9D8DD6; }
span { border-color: rgb(157,141,214); }
td.TdClassName
{
border-color: #9D8DD6;
}
.TagClassName
{
border-color: #9D8DD6;
}
</style>