Shades of Wistful #9F9EDE
Tints of Wistful #9F9EDE
RGB
CMYK
RGB Variations
Color information
#9F9EDE (or 0x9F9EDE) is known color: Wistful. HEX triplet: 9F, 9E and DE. RGB value is (159,158,222). Sum of RGB (Red+Green+Blue) = 159+158+222=539 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.50% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 222 (87.11% from 255 or 41.19% from 539); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F9EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9EDE is #606121. Grayscale: #A5A5A5. Windows color (decimal): -6316322 or 14589599. OLE color: 14589599.
HSL color Cylindrical-coordinate representation of color #9F9EDE: hue angle of 240.94º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9F9EDE is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 158 | 222 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.13 |
| HSL | 240.94º | 0.49% | 0.75% | - |
| HSV(B) | 240.94º | 0.29% | 0.87% | - |
| XYZ | 39.71 | 37.1 | 74.18 | - |
| YUV | 165.6 | 159.83 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 222 | 0.28 | 0.29 | 0 | 0.13 | 240.94 | 0.49 | 0.75 |
| Hex | 9F | 9E | DE | 1C | 1D | 0 | D | F1 | 31 | 4B |
| Octal | 237 | 236 | 336 | 34 | 35 | 0 | 15 | 361 | 61 | 113 |
| Binary | 10011111 | 10011110 | 11011110 | 11100 | 11101 | 0 | 1101 | 11110001 | 110001 | 1001011 |
Color Harmonies of #9F9EDE
Complementary color
Monochromatic Colors of #9F9EDE
Black with #9F9EDE
Text Example
Text Example
White with #9F9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9EDE; }
p { color: rgb(159,158,222); }
H1.HeaderClassName
{
color: #9F9EDE;
}
.AnyTagClassName
{
color: #9F9EDE;
}
</style>
background-color css
<style>
a { background-color: #9F9EDE; }
a { background-color: rgb(159,158,222); }
div.DivClassName
{
background-color: #9F9EDE;
}
.BgClassName
{
background-color: #9F9EDE;
}
</style>
border-color css
<style>
span { border-color: #9F9EDE; }
span { border-color: rgb(159,158,222); }
td.TdClassName
{
border-color: #9F9EDE;
}
.TagClassName
{
border-color: #9F9EDE;
}
</style>