Shades of Wistful #9D90E6
Tints of Wistful #9D90E6
RGB
CMYK
RGB Variations
Color information
#9D90E6 (or 0x9D90E6) is known color: Wistful. HEX triplet: 9D, 90 and E6. RGB value is (157,144,230). Sum of RGB (Red+Green+Blue) = 157+144+230=531 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.57% from 531); Green value is 144 (56.64% from 255 or 27.12% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #9D90E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D90E6 is #626F19. Grayscale: #9D9D9D. Windows color (decimal): -6450970 or 15110301. OLE color: 15110301.
HSL color Cylindrical-coordinate representation of color #9D90E6: hue angle of 249.07º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D90E6 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 144 | 230 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.10 |
| HSL | 249.07º | 0.63% | 0.73% | - |
| HSV(B) | 249.07º | 0.37% | 0.9% | - |
| XYZ | 38.16 | 32.83 | 79.19 | - |
| YUV | 157.69 | 168.81 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 230 | 0.32 | 0.37 | 0 | 0.10 | 249.07 | 0.63 | 0.73 |
| Hex | 9D | 90 | E6 | 20 | 25 | 0 | A | F9 | 3F | 49 |
| Octal | 235 | 220 | 346 | 40 | 45 | 0 | 12 | 371 | 77 | 111 |
| Binary | 10011101 | 10010000 | 11100110 | 100000 | 100101 | 0 | 1010 | 11111001 | 111111 | 1001001 |
Color Harmonies of #9D90E6
Complementary color
Monochromatic Colors of #9D90E6
Black with #9D90E6
Text Example
Text Example
White with #9D90E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D90E6; }
p { color: rgb(157,144,230); }
H1.HeaderClassName
{
color: #9D90E6;
}
.AnyTagClassName
{
color: #9D90E6;
}
</style>
background-color css
<style>
a { background-color: #9D90E6; }
a { background-color: rgb(157,144,230); }
div.DivClassName
{
background-color: #9D90E6;
}
.BgClassName
{
background-color: #9D90E6;
}
</style>
border-color css
<style>
span { border-color: #9D90E6; }
span { border-color: rgb(157,144,230); }
td.TdClassName
{
border-color: #9D90E6;
}
.TagClassName
{
border-color: #9D90E6;
}
</style>