Shades of Wistful #9F90EF
Tints of Wistful #9F90EF
RGB
CMYK
RGB Variations
Color information
#9F90EF (or 0x9F90EF) is known color: Wistful. HEX triplet: 9F, 90 and EF. RGB value is (159,144,239). Sum of RGB (Red+Green+Blue) = 159+144+239=542 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.34% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 239 (93.75% from 255 or 44.10% from 542); Max value from RGB is 239 - color contains mainly: blue. Hex color #9F90EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F90EF is #606F10. Grayscale: #9E9E9E. Windows color (decimal): -6319889 or 15700127. OLE color: 15700127.
HSL color Cylindrical-coordinate representation of color #9F90EF: hue angle of 249.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F90EF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 144 | 239 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.06 |
| HSL | 249.47º | 0.75% | 0.75% | - |
| HSV(B) | 249.47º | 0.4% | 0.94% | - |
| XYZ | 39.85 | 33.55 | 86.04 | - |
| YUV | 159.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 239 | 0.33 | 0.40 | 0 | 0.06 | 249.47 | 0.75 | 0.75 |
| Hex | 9F | 90 | EF | 21 | 28 | 0 | 6 | F9 | 4B | 4B |
| Octal | 237 | 220 | 357 | 41 | 50 | 0 | 6 | 371 | 113 | 113 |
| Binary | 10011111 | 10010000 | 11101111 | 100001 | 101000 | 0 | 110 | 11111001 | 1001011 | 1001011 |
Color Harmonies of #9F90EF
Complementary color
Monochromatic Colors of #9F90EF
Black with #9F90EF
Text Example
Text Example
White with #9F90EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F90EF; }
p { color: rgb(159,144,239); }
H1.HeaderClassName
{
color: #9F90EF;
}
.AnyTagClassName
{
color: #9F90EF;
}
</style>
background-color css
<style>
a { background-color: #9F90EF; }
a { background-color: rgb(159,144,239); }
div.DivClassName
{
background-color: #9F90EF;
}
.BgClassName
{
background-color: #9F90EF;
}
</style>
border-color css
<style>
span { border-color: #9F90EF; }
span { border-color: rgb(159,144,239); }
td.TdClassName
{
border-color: #9F90EF;
}
.TagClassName
{
border-color: #9F90EF;
}
</style>