Shades of Wistful #9D94D8
Tints of Wistful #9D94D8
RGB
CMYK
RGB Variations
Color information
#9D94D8 (or 0x9D94D8) is known color: Wistful. HEX triplet: 9D, 94 and D8. RGB value is (157,148,216). Sum of RGB (Red+Green+Blue) = 157+148+216=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 216 (84.77% from 255 or 41.46% from 521); Max value from RGB is 216 - color contains mainly: blue. Hex color #9D94D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D94D8 is #626B27. Grayscale: #9E9E9E. Windows color (decimal): -6449960 or 14193821. OLE color: 14193821.
HSL color Cylindrical-coordinate representation of color #9D94D8: hue angle of 247.94º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D94D8 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 148 | 216 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.15 |
| HSL | 247.94º | 0.47% | 0.71% | - |
| HSV(B) | 247.94º | 0.31% | 0.85% | - |
| XYZ | 36.89 | 33.31 | 69.45 | - |
| YUV | 158.44 | 160.48 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 216 | 0.27 | 0.31 | 0 | 0.15 | 247.94 | 0.47 | 0.71 |
| Hex | 9D | 94 | D8 | 1B | 1F | 0 | F | F8 | 2F | 47 |
| Octal | 235 | 224 | 330 | 33 | 37 | 0 | 17 | 370 | 57 | 107 |
| Binary | 10011101 | 10010100 | 11011000 | 11011 | 11111 | 0 | 1111 | 11111000 | 101111 | 1000111 |
Color Harmonies of #9D94D8
Complementary color
Monochromatic Colors of #9D94D8
Black with #9D94D8
Text Example
Text Example
White with #9D94D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D94D8; }
p { color: rgb(157,148,216); }
H1.HeaderClassName
{
color: #9D94D8;
}
.AnyTagClassName
{
color: #9D94D8;
}
</style>
background-color css
<style>
a { background-color: #9D94D8; }
a { background-color: rgb(157,148,216); }
div.DivClassName
{
background-color: #9D94D8;
}
.BgClassName
{
background-color: #9D94D8;
}
</style>
border-color css
<style>
span { border-color: #9D94D8; }
span { border-color: rgb(157,148,216); }
td.TdClassName
{
border-color: #9D94D8;
}
.TagClassName
{
border-color: #9D94D8;
}
</style>