Shades of Wistful #9D94DD
Tints of Wistful #9D94DD
RGB
CMYK
RGB Variations
Color information
#9D94DD (or 0x9D94DD) is known color: Wistful. HEX triplet: 9D, 94 and DD. RGB value is (157,148,221). Sum of RGB (Red+Green+Blue) = 157+148+221=526 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.85% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D94DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D94DD is #626B22. Grayscale: #9E9E9E. Windows color (decimal): -6449955 or 14521501. OLE color: 14521501.
HSL color Cylindrical-coordinate representation of color #9D94DD: hue angle of 247.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D94DD is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 148 | 221 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.13 |
| HSL | 247.4º | 0.52% | 0.72% | - |
| HSV(B) | 247.4º | 0.33% | 0.87% | - |
| XYZ | 37.55 | 33.57 | 72.91 | - |
| YUV | 159.01 | 162.98 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 221 | 0.29 | 0.33 | 0 | 0.13 | 247.4 | 0.52 | 0.72 |
| Hex | 9D | 94 | DD | 1D | 21 | 0 | D | F7 | 34 | 48 |
| Octal | 235 | 224 | 335 | 35 | 41 | 0 | 15 | 367 | 64 | 110 |
| Binary | 10011101 | 10010100 | 11011101 | 11101 | 100001 | 0 | 1101 | 11110111 | 110100 | 1001000 |
Color Harmonies of #9D94DD
Complementary color
Monochromatic Colors of #9D94DD
Black with #9D94DD
Text Example
Text Example
White with #9D94DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D94DD; }
p { color: rgb(157,148,221); }
H1.HeaderClassName
{
color: #9D94DD;
}
.AnyTagClassName
{
color: #9D94DD;
}
</style>
background-color css
<style>
a { background-color: #9D94DD; }
a { background-color: rgb(157,148,221); }
div.DivClassName
{
background-color: #9D94DD;
}
.BgClassName
{
background-color: #9D94DD;
}
</style>
border-color css
<style>
span { border-color: #9D94DD; }
span { border-color: rgb(157,148,221); }
td.TdClassName
{
border-color: #9D94DD;
}
.TagClassName
{
border-color: #9D94DD;
}
</style>