Shades of Wistful #9F9BF1
Tints of Wistful #9F9BF1
RGB
CMYK
RGB Variations
Color information
#9F9BF1 (or 0x9F9BF1) is known color: Wistful. HEX triplet: 9F, 9B and F1. RGB value is (159,155,241). Sum of RGB (Red+Green+Blue) = 159+155+241=555 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.65% from 555); Green value is 155 (60.94% from 255 or 27.93% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #9F9BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9BF1 is #60640E. Grayscale: #A5A5A5. Windows color (decimal): -6317071 or 15834015. OLE color: 15834015.
HSL color Cylindrical-coordinate representation of color #9F9BF1: hue angle of 242.79º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F9BF1 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 155 | 241 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.05 |
| HSL | 242.79º | 0.75% | 0.78% | - |
| HSV(B) | 242.79º | 0.36% | 0.95% | - |
| XYZ | 41.9 | 37.16 | 88.18 | - |
| YUV | 166 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 241 | 0.34 | 0.36 | 0 | 0.05 | 242.79 | 0.75 | 0.78 |
| Hex | 9F | 9B | F1 | 22 | 24 | 0 | 5 | F3 | 4B | 4E |
| Octal | 237 | 233 | 361 | 42 | 44 | 0 | 5 | 363 | 113 | 116 |
| Binary | 10011111 | 10011011 | 11110001 | 100010 | 100100 | 0 | 101 | 11110011 | 1001011 | 1001110 |
Color Harmonies of #9F9BF1
Complementary color
Monochromatic Colors of #9F9BF1
Black with #9F9BF1
Text Example
Text Example
White with #9F9BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BF1; }
p { color: rgb(159,155,241); }
H1.HeaderClassName
{
color: #9F9BF1;
}
.AnyTagClassName
{
color: #9F9BF1;
}
</style>
background-color css
<style>
a { background-color: #9F9BF1; }
a { background-color: rgb(159,155,241); }
div.DivClassName
{
background-color: #9F9BF1;
}
.BgClassName
{
background-color: #9F9BF1;
}
</style>
border-color css
<style>
span { border-color: #9F9BF1; }
span { border-color: rgb(159,155,241); }
td.TdClassName
{
border-color: #9F9BF1;
}
.TagClassName
{
border-color: #9F9BF1;
}
</style>