Shades of Wistful #9F9EED
Tints of Wistful #9F9EED
RGB
CMYK
RGB Variations
Color information
#9F9EED (or 0x9F9EED) is known color: Wistful. HEX triplet: 9F, 9E and ED. RGB value is (159,158,237). Sum of RGB (Red+Green+Blue) = 159+158+237=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 158 (62.11% from 255 or 28.52% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F9EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9EED is #606112. Grayscale: #A6A6A6. Windows color (decimal): -6316307 or 15572639. OLE color: 15572639.
HSL color Cylindrical-coordinate representation of color #9F9EED: hue angle of 240.76º degrees, saturation: 0.69, 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 #9F9EED is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 158 | 237 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.07 |
| HSL | 240.76º | 0.69% | 0.77% | - |
| HSV(B) | 240.76º | 0.33% | 0.93% | - |
| XYZ | 41.81 | 37.94 | 85.24 | - |
| YUV | 167.31 | 167.33 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 237 | 0.33 | 0.33 | 0 | 0.07 | 240.76 | 0.69 | 0.77 |
| Hex | 9F | 9E | ED | 21 | 21 | 0 | 7 | F1 | 45 | 4D |
| Octal | 237 | 236 | 355 | 41 | 41 | 0 | 7 | 361 | 105 | 115 |
| Binary | 10011111 | 10011110 | 11101101 | 100001 | 100001 | 0 | 111 | 11110001 | 1000101 | 1001101 |
Color Harmonies of #9F9EED
Complementary color
Monochromatic Colors of #9F9EED
Black with #9F9EED
Text Example
Text Example
White with #9F9EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9EED; }
p { color: rgb(159,158,237); }
H1.HeaderClassName
{
color: #9F9EED;
}
.AnyTagClassName
{
color: #9F9EED;
}
</style>
background-color css
<style>
a { background-color: #9F9EED; }
a { background-color: rgb(159,158,237); }
div.DivClassName
{
background-color: #9F9EED;
}
.BgClassName
{
background-color: #9F9EED;
}
</style>
border-color css
<style>
span { border-color: #9F9EED; }
span { border-color: rgb(159,158,237); }
td.TdClassName
{
border-color: #9F9EED;
}
.TagClassName
{
border-color: #9F9EED;
}
</style>