Shades of Wistful #9F90EE
Tints of Wistful #9F90EE
RGB
CMYK
RGB Variations
Color information
#9F90EE (or 0x9F90EE) is known color: Wistful. HEX triplet: 9F, 90 and EE. RGB value is (159,144,238). Sum of RGB (Red+Green+Blue) = 159+144+238=541 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.39% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 238 (93.36% from 255 or 43.99% from 541); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F90EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F90EE is #606F11. Grayscale: #9E9E9E. Windows color (decimal): -6319890 or 15634591. OLE color: 15634591.
HSL color Cylindrical-coordinate representation of color #9F90EE: hue angle of 249.57º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F90EE is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 144 | 238 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.07 |
| HSL | 249.57º | 0.73% | 0.75% | - |
| HSV(B) | 249.57º | 0.39% | 0.93% | - |
| XYZ | 39.7 | 33.49 | 85.26 | - |
| YUV | 159.2 | 172.47 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 238 | 0.33 | 0.39 | 0 | 0.07 | 249.57 | 0.73 | 0.75 |
| Hex | 9F | 90 | EE | 21 | 27 | 0 | 7 | FA | 49 | 4B |
| Octal | 237 | 220 | 356 | 41 | 47 | 0 | 7 | 372 | 111 | 113 |
| Binary | 10011111 | 10010000 | 11101110 | 100001 | 100111 | 0 | 111 | 11111010 | 1001001 | 1001011 |
Color Harmonies of #9F90EE
Complementary color
Monochromatic Colors of #9F90EE
Black with #9F90EE
Text Example
Text Example
White with #9F90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F90EE; }
p { color: rgb(159,144,238); }
H1.HeaderClassName
{
color: #9F90EE;
}
.AnyTagClassName
{
color: #9F90EE;
}
</style>
background-color css
<style>
a { background-color: #9F90EE; }
a { background-color: rgb(159,144,238); }
div.DivClassName
{
background-color: #9F90EE;
}
.BgClassName
{
background-color: #9F90EE;
}
</style>
border-color css
<style>
span { border-color: #9F90EE; }
span { border-color: rgb(159,144,238); }
td.TdClassName
{
border-color: #9F90EE;
}
.TagClassName
{
border-color: #9F90EE;
}
</style>