Shades of Wistful #9F8FEC
Tints of Wistful #9F8FEC
RGB
CMYK
RGB Variations
Color information
#9F8FEC (or 0x9F8FEC) is known color: Wistful. HEX triplet: 9F, 8F and EC. RGB value is (159,143,236). Sum of RGB (Red+Green+Blue) = 159+143+236=538 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.55% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F8FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8FEC is #607013. Grayscale: #9E9E9E. Windows color (decimal): -6320148 or 15503263. OLE color: 15503263.
HSL color Cylindrical-coordinate representation of color #9F8FEC: hue angle of 250.32º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F8FEC is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 143 | 236 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.07 |
| HSL | 250.32º | 0.71% | 0.74% | - |
| HSV(B) | 250.32º | 0.39% | 0.93% | - |
| XYZ | 39.26 | 33.07 | 83.67 | - |
| YUV | 158.39 | 171.8 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 143 | 236 | 0.33 | 0.39 | 0 | 0.07 | 250.32 | 0.71 | 0.74 |
| Hex | 9F | 8F | EC | 21 | 27 | 0 | 7 | FA | 47 | 4A |
| Octal | 237 | 217 | 354 | 41 | 47 | 0 | 7 | 372 | 107 | 112 |
| Binary | 10011111 | 10001111 | 11101100 | 100001 | 100111 | 0 | 111 | 11111010 | 1000111 | 1001010 |
Color Harmonies of #9F8FEC
Complementary color
Monochromatic Colors of #9F8FEC
Black with #9F8FEC
Text Example
Text Example
White with #9F8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8FEC; }
p { color: rgb(159,143,236); }
H1.HeaderClassName
{
color: #9F8FEC;
}
.AnyTagClassName
{
color: #9F8FEC;
}
</style>
background-color css
<style>
a { background-color: #9F8FEC; }
a { background-color: rgb(159,143,236); }
div.DivClassName
{
background-color: #9F8FEC;
}
.BgClassName
{
background-color: #9F8FEC;
}
</style>
border-color css
<style>
span { border-color: #9F8FEC; }
span { border-color: rgb(159,143,236); }
td.TdClassName
{
border-color: #9F8FEC;
}
.TagClassName
{
border-color: #9F8FEC;
}
</style>