Shades of Wistful #9D99EC
Tints of Wistful #9D99EC
RGB
CMYK
RGB Variations
Color information
#9D99EC (or 0x9D99EC) is known color: Wistful. HEX triplet: 9D, 99 and EC. RGB value is (157,153,236). Sum of RGB (Red+Green+Blue) = 157+153+236=546 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.75% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #9D99EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D99EC is #626613. Grayscale: #A3A3A3. Windows color (decimal): -6448660 or 15505821. OLE color: 15505821.
HSL color Cylindrical-coordinate representation of color #9D99EC: hue angle of 242.89º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D99EC is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 153 | 236 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.07 |
| HSL | 242.89º | 0.69% | 0.76% | - |
| HSV(B) | 242.89º | 0.35% | 0.93% | - |
| XYZ | 40.44 | 36.01 | 84.18 | - |
| YUV | 163.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 236 | 0.33 | 0.35 | 0 | 0.07 | 242.89 | 0.69 | 0.76 |
| Hex | 9D | 99 | EC | 21 | 23 | 0 | 7 | F3 | 45 | 4C |
| Octal | 235 | 231 | 354 | 41 | 43 | 0 | 7 | 363 | 105 | 114 |
| Binary | 10011101 | 10011001 | 11101100 | 100001 | 100011 | 0 | 111 | 11110011 | 1000101 | 1001100 |
Color Harmonies of #9D99EC
Complementary color
Monochromatic Colors of #9D99EC
Black with #9D99EC
Text Example
Text Example
White with #9D99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D99EC; }
p { color: rgb(157,153,236); }
H1.HeaderClassName
{
color: #9D99EC;
}
.AnyTagClassName
{
color: #9D99EC;
}
</style>
background-color css
<style>
a { background-color: #9D99EC; }
a { background-color: rgb(157,153,236); }
div.DivClassName
{
background-color: #9D99EC;
}
.BgClassName
{
background-color: #9D99EC;
}
</style>
border-color css
<style>
span { border-color: #9D99EC; }
span { border-color: rgb(157,153,236); }
td.TdClassName
{
border-color: #9D99EC;
}
.TagClassName
{
border-color: #9D99EC;
}
</style>