Shades of Wistful #9D99DE
Tints of Wistful #9D99DE
RGB
CMYK
RGB Variations
Color information
#9D99DE (or 0x9D99DE) is known color: Wistful. HEX triplet: 9D, 99 and DE. RGB value is (157,153,222). Sum of RGB (Red+Green+Blue) = 157+153+222=532 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.51% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D99DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D99DE is #626621. Grayscale: #A1A1A1. Windows color (decimal): -6448674 or 14588317. OLE color: 14588317.
HSL color Cylindrical-coordinate representation of color #9D99DE: hue angle of 243.48º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D99DE is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 153 | 222 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.13 |
| HSL | 243.48º | 0.51% | 0.74% | - |
| HSV(B) | 243.48º | 0.31% | 0.87% | - |
| XYZ | 38.48 | 35.22 | 73.88 | - |
| YUV | 162.06 | 161.83 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 222 | 0.29 | 0.31 | 0 | 0.13 | 243.48 | 0.51 | 0.74 |
| Hex | 9D | 99 | DE | 1D | 1F | 0 | D | F3 | 33 | 4A |
| Octal | 235 | 231 | 336 | 35 | 37 | 0 | 15 | 363 | 63 | 112 |
| Binary | 10011101 | 10011001 | 11011110 | 11101 | 11111 | 0 | 1101 | 11110011 | 110011 | 1001010 |
Color Harmonies of #9D99DE
Complementary color
Monochromatic Colors of #9D99DE
Black with #9D99DE
Text Example
Text Example
White with #9D99DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D99DE; }
p { color: rgb(157,153,222); }
H1.HeaderClassName
{
color: #9D99DE;
}
.AnyTagClassName
{
color: #9D99DE;
}
</style>
background-color css
<style>
a { background-color: #9D99DE; }
a { background-color: rgb(157,153,222); }
div.DivClassName
{
background-color: #9D99DE;
}
.BgClassName
{
background-color: #9D99DE;
}
</style>
border-color css
<style>
span { border-color: #9D99DE; }
span { border-color: rgb(157,153,222); }
td.TdClassName
{
border-color: #9D99DE;
}
.TagClassName
{
border-color: #9D99DE;
}
</style>