Shades of Wistful #9D8EF1
Tints of Wistful #9D8EF1
RGB
CMYK
RGB Variations
Color information
#9D8EF1 (or 0x9D8EF1) is known color: Wistful. HEX triplet: 9D, 8E and F1. RGB value is (157,142,241). Sum of RGB (Red+Green+Blue) = 157+142+241=540 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.07% from 540); Green value is 142 (55.86% from 255 or 26.30% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #9D8EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8EF1 is #62710E. Grayscale: #9D9D9D. Windows color (decimal): -6451471 or 15830685. OLE color: 15830685.
HSL color Cylindrical-coordinate representation of color #9D8EF1: hue angle of 249.09º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D8EF1 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 142 | 241 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.05 |
| HSL | 249.09º | 0.78% | 0.75% | - |
| HSV(B) | 249.09º | 0.41% | 0.95% | - |
| XYZ | 39.45 | 32.86 | 87.48 | - |
| YUV | 157.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 142 | 241 | 0.35 | 0.41 | 0 | 0.05 | 249.09 | 0.78 | 0.75 |
| Hex | 9D | 8E | F1 | 23 | 29 | 0 | 5 | F9 | 4E | 4B |
| Octal | 235 | 216 | 361 | 43 | 51 | 0 | 5 | 371 | 116 | 113 |
| Binary | 10011101 | 10001110 | 11110001 | 100011 | 101001 | 0 | 101 | 11111001 | 1001110 | 1001011 |
Color Harmonies of #9D8EF1
Complementary color
Monochromatic Colors of #9D8EF1
Black with #9D8EF1
Text Example
Text Example
White with #9D8EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8EF1; }
p { color: rgb(157,142,241); }
H1.HeaderClassName
{
color: #9D8EF1;
}
.AnyTagClassName
{
color: #9D8EF1;
}
</style>
background-color css
<style>
a { background-color: #9D8EF1; }
a { background-color: rgb(157,142,241); }
div.DivClassName
{
background-color: #9D8EF1;
}
.BgClassName
{
background-color: #9D8EF1;
}
</style>
border-color css
<style>
span { border-color: #9D8EF1; }
span { border-color: rgb(157,142,241); }
td.TdClassName
{
border-color: #9D8EF1;
}
.TagClassName
{
border-color: #9D8EF1;
}
</style>