Shades of Wistful #9D99CF
Tints of Wistful #9D99CF
RGB
CMYK
RGB Variations
Color information
#9D99CF (or 0x9D99CF) is known color: Wistful. HEX triplet: 9D, 99 and CF. RGB value is (157,153,207). Sum of RGB (Red+Green+Blue) = 157+153+207=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D99CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D99CF is #626630. Grayscale: #A0A0A0. Windows color (decimal): -6448689 or 13605277. OLE color: 13605277.
HSL color Cylindrical-coordinate representation of color #9D99CF: hue angle of 244.44º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9D99CF is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 153 | 207 | - |
| CMYK | 0.24 | 0.26 | 0 | 0.19 |
| HSL | 244.44º | 0.36% | 0.71% | - |
| HSV(B) | 244.44º | 0.26% | 0.81% | - |
| XYZ | 36.56 | 34.46 | 63.76 | - |
| YUV | 160.35 | 154.33 | 125.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 207 | 0.24 | 0.26 | 0 | 0.19 | 244.44 | 0.36 | 0.71 |
| Hex | 9D | 99 | CF | 18 | 1A | 0 | 13 | F4 | 24 | 47 |
| Octal | 235 | 231 | 317 | 30 | 32 | 0 | 23 | 364 | 44 | 107 |
| Binary | 10011101 | 10011001 | 11001111 | 11000 | 11010 | 0 | 10011 | 11110100 | 100100 | 1000111 |
Color Harmonies of #9D99CF
Complementary color
Monochromatic Colors of #9D99CF
Black with #9D99CF
Text Example
Text Example
White with #9D99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D99CF; }
p { color: rgb(157,153,207); }
H1.HeaderClassName
{
color: #9D99CF;
}
.AnyTagClassName
{
color: #9D99CF;
}
</style>
background-color css
<style>
a { background-color: #9D99CF; }
a { background-color: rgb(157,153,207); }
div.DivClassName
{
background-color: #9D99CF;
}
.BgClassName
{
background-color: #9D99CF;
}
</style>
border-color css
<style>
span { border-color: #9D99CF; }
span { border-color: rgb(157,153,207); }
td.TdClassName
{
border-color: #9D99CF;
}
.TagClassName
{
border-color: #9D99CF;
}
</style>