Shades of Wistful #9F9FEC
Tints of Wistful #9F9FEC
RGB
CMYK
RGB Variations
Color information
#9F9FEC (or 0x9F9FEC) is known color: Wistful. HEX triplet: 9F, 9F and EC. RGB value is (159,159,236). Sum of RGB (Red+Green+Blue) = 159+159+236=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F9FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9FEC is #606013. Grayscale: #A7A7A7. Windows color (decimal): -6316052 or 15507359. OLE color: 15507359.
HSL color Cylindrical-coordinate representation of color #9F9FEC: hue angle of 240º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F9FEC is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 159 | 236 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.07 |
| HSL | 240º | 0.67% | 0.77% | - |
| HSV(B) | 240º | 0.33% | 0.93% | - |
| XYZ | 41.84 | 38.22 | 84.53 | - |
| YUV | 167.78 | 166.5 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 159 | 236 | 0.33 | 0.33 | 0 | 0.07 | 240 | 0.67 | 0.77 |
| Hex | 9F | 9F | EC | 21 | 21 | 0 | 7 | F0 | 43 | 4D |
| Octal | 237 | 237 | 354 | 41 | 41 | 0 | 7 | 360 | 103 | 115 |
| Binary | 10011111 | 10011111 | 11101100 | 100001 | 100001 | 0 | 111 | 11110000 | 1000011 | 1001101 |
Color Harmonies of #9F9FEC
Complementary color
Monochromatic Colors of #9F9FEC
Black with #9F9FEC
Text Example
Text Example
White with #9F9FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FEC; }
p { color: rgb(159,159,236); }
H1.HeaderClassName
{
color: #9F9FEC;
}
.AnyTagClassName
{
color: #9F9FEC;
}
</style>
background-color css
<style>
a { background-color: #9F9FEC; }
a { background-color: rgb(159,159,236); }
div.DivClassName
{
background-color: #9F9FEC;
}
.BgClassName
{
background-color: #9F9FEC;
}
</style>
border-color css
<style>
span { border-color: #9F9FEC; }
span { border-color: rgb(159,159,236); }
td.TdClassName
{
border-color: #9F9FEC;
}
.TagClassName
{
border-color: #9F9FEC;
}
</style>