Shades of Wistful #9F9EEC
Tints of Wistful #9F9EEC
RGB
CMYK
RGB Variations
Color information
#9F9EEC (or 0x9F9EEC) is known color: Wistful. HEX triplet: 9F, 9E and EC. RGB value is (159,158,236). Sum of RGB (Red+Green+Blue) = 159+158+236=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F9EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9EEC is #606113. Grayscale: #A6A6A6. Windows color (decimal): -6316308 or 15507103. OLE color: 15507103.
HSL color Cylindrical-coordinate representation of color #9F9EEC: hue angle of 240.77º 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 #9F9EEC is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 158 | 236 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.07 |
| HSL | 240.77º | 0.67% | 0.77% | - |
| HSV(B) | 240.77º | 0.33% | 0.93% | - |
| XYZ | 41.67 | 37.88 | 84.47 | - |
| YUV | 167.19 | 166.83 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 236 | 0.33 | 0.33 | 0 | 0.07 | 240.77 | 0.67 | 0.77 |
| Hex | 9F | 9E | EC | 21 | 21 | 0 | 7 | F1 | 43 | 4D |
| Octal | 237 | 236 | 354 | 41 | 41 | 0 | 7 | 361 | 103 | 115 |
| Binary | 10011111 | 10011110 | 11101100 | 100001 | 100001 | 0 | 111 | 11110001 | 1000011 | 1001101 |
Color Harmonies of #9F9EEC
Complementary color
Monochromatic Colors of #9F9EEC
Black with #9F9EEC
Text Example
Text Example
White with #9F9EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9EEC; }
p { color: rgb(159,158,236); }
H1.HeaderClassName
{
color: #9F9EEC;
}
.AnyTagClassName
{
color: #9F9EEC;
}
</style>
background-color css
<style>
a { background-color: #9F9EEC; }
a { background-color: rgb(159,158,236); }
div.DivClassName
{
background-color: #9F9EEC;
}
.BgClassName
{
background-color: #9F9EEC;
}
</style>
border-color css
<style>
span { border-color: #9F9EEC; }
span { border-color: rgb(159,158,236); }
td.TdClassName
{
border-color: #9F9EEC;
}
.TagClassName
{
border-color: #9F9EEC;
}
</style>