Shades of Wistful #9D94DE
Tints of Wistful #9D94DE
RGB
CMYK
RGB Variations
Color information
#9D94DE (or 0x9D94DE) is known color: Wistful. HEX triplet: 9D, 94 and DE. RGB value is (157,148,222). Sum of RGB (Red+Green+Blue) = 157+148+222=527 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.79% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D94DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D94DE is #626B21. Grayscale: #9E9E9E. Windows color (decimal): -6449954 or 14587037. OLE color: 14587037.
HSL color Cylindrical-coordinate representation of color #9D94DE: hue angle of 247.3º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D94DE is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 148 | 222 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.13 |
| HSL | 247.3º | 0.53% | 0.73% | - |
| HSV(B) | 247.3º | 0.33% | 0.87% | - |
| XYZ | 37.68 | 33.62 | 73.61 | - |
| YUV | 159.13 | 163.48 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 222 | 0.29 | 0.33 | 0 | 0.13 | 247.3 | 0.53 | 0.73 |
| Hex | 9D | 94 | DE | 1D | 21 | 0 | D | F7 | 35 | 49 |
| Octal | 235 | 224 | 336 | 35 | 41 | 0 | 15 | 367 | 65 | 111 |
| Binary | 10011101 | 10010100 | 11011110 | 11101 | 100001 | 0 | 1101 | 11110111 | 110101 | 1001001 |
Color Harmonies of #9D94DE
Complementary color
Monochromatic Colors of #9D94DE
Black with #9D94DE
Text Example
Text Example
White with #9D94DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D94DE; }
p { color: rgb(157,148,222); }
H1.HeaderClassName
{
color: #9D94DE;
}
.AnyTagClassName
{
color: #9D94DE;
}
</style>
background-color css
<style>
a { background-color: #9D94DE; }
a { background-color: rgb(157,148,222); }
div.DivClassName
{
background-color: #9D94DE;
}
.BgClassName
{
background-color: #9D94DE;
}
</style>
border-color css
<style>
span { border-color: #9D94DE; }
span { border-color: rgb(157,148,222); }
td.TdClassName
{
border-color: #9D94DE;
}
.TagClassName
{
border-color: #9D94DE;
}
</style>