Shades of Wistful #9D8DED
Tints of Wistful #9D8DED
RGB
CMYK
RGB Variations
Color information
#9D8DED (or 0x9D8DED) is known color: 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
| RGB | 157 | 141 | 237 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.07 |
| HSL | 250º | 0.73% | 0.74% | - |
| HSV(B) | 250º | 0.41% | 0.93% | - |
| XYZ | 38.72 | 32.33 | 84.32 | - |
| YUV | 156.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 141 | 237 | 0.34 | 0.41 | 0 | 0.07 | 250 | 0.73 | 0.74 |
| Hex | 9D | 8D | ED | 22 | 29 | 0 | 7 | FA | 49 | 4A |
| Octal | 235 | 215 | 355 | 42 | 51 | 0 | 7 | 372 | 111 | 112 |
| Binary | 10011101 | 10001101 | 11101101 | 100010 | 101001 | 0 | 111 | 11111010 | 1001001 | 1001010 |
Color Harmonies of #9D8DED
Complementary color
Monochromatic Colors of #9D8DED
Black with #9D8DED
Text Example
Text Example
White with #9D8DED
Text Example
Text Example
HTML Codes & Css Web 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>