Shades of Wistful #9E90F3
Tints of Wistful #9E90F3
RGB
CMYK
RGB Variations
Color information
#9E90F3 (or 0x9E90F3) is known color: Wistful. HEX triplet: 9E, 90 and F3. RGB value is (158,144,243). Sum of RGB (Red+Green+Blue) = 158+144+243=545 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.99% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #9E90F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E90F3 is #616F0C. Grayscale: #9F9F9F. Windows color (decimal): -6385421 or 15962270. OLE color: 15962270.
HSL color Cylindrical-coordinate representation of color #9E90F3: hue angle of 248.48º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E90F3 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 144 | 243 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.05 |
| HSL | 248.48º | 0.8% | 0.76% | - |
| HSV(B) | 248.48º | 0.41% | 0.95% | - |
| XYZ | 40.25 | 33.69 | 89.17 | - |
| YUV | 159.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 144 | 243 | 0.35 | 0.41 | 0 | 0.05 | 248.48 | 0.8 | 0.76 |
| Hex | 9E | 90 | F3 | 23 | 29 | 0 | 5 | F8 | 50 | 4C |
| Octal | 236 | 220 | 363 | 43 | 51 | 0 | 5 | 370 | 120 | 114 |
| Binary | 10011110 | 10010000 | 11110011 | 100011 | 101001 | 0 | 101 | 11111000 | 1010000 | 1001100 |
Color Harmonies of #9E90F3
Complementary color
Monochromatic Colors of #9E90F3
Black with #9E90F3
Text Example
Text Example
White with #9E90F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E90F3; }
p { color: rgb(158,144,243); }
H1.HeaderClassName
{
color: #9E90F3;
}
.AnyTagClassName
{
color: #9E90F3;
}
</style>
background-color css
<style>
a { background-color: #9E90F3; }
a { background-color: rgb(158,144,243); }
div.DivClassName
{
background-color: #9E90F3;
}
.BgClassName
{
background-color: #9E90F3;
}
</style>
border-color css
<style>
span { border-color: #9E90F3; }
span { border-color: rgb(158,144,243); }
td.TdClassName
{
border-color: #9E90F3;
}
.TagClassName
{
border-color: #9E90F3;
}
</style>