Shades of Wistful #9F9FEB
Tints of Wistful #9F9FEB
RGB
CMYK
RGB Variations
Color information
#9F9FEB (or 0x9F9FEB) is known color: Wistful. HEX triplet: 9F, 9F and EB. RGB value is (159,159,235). Sum of RGB (Red+Green+Blue) = 159+159+235=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 159 (62.5% from 255 or 28.75% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #9F9FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9FEB is #606014. Grayscale: #A7A7A7. Windows color (decimal): -6316053 or 15441823. OLE color: 15441823.
HSL color Cylindrical-coordinate representation of color #9F9FEB: hue angle of 240º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F9FEB is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 159 | 235 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.08 |
| HSL | 240º | 0.66% | 0.77% | - |
| HSV(B) | 240º | 0.32% | 0.92% | - |
| XYZ | 41.69 | 38.17 | 83.77 | - |
| YUV | 167.66 | 166 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 159 | 235 | 0.32 | 0.32 | 0 | 0.08 | 240 | 0.66 | 0.77 |
| Hex | 9F | 9F | EB | 20 | 20 | 0 | 8 | F0 | 42 | 4D |
| Octal | 237 | 237 | 353 | 40 | 40 | 0 | 10 | 360 | 102 | 115 |
| Binary | 10011111 | 10011111 | 11101011 | 100000 | 100000 | 0 | 1000 | 11110000 | 1000010 | 1001101 |
Color Harmonies of #9F9FEB
Complementary color
Monochromatic Colors of #9F9FEB
Black with #9F9FEB
Text Example
Text Example
White with #9F9FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FEB; }
p { color: rgb(159,159,235); }
H1.HeaderClassName
{
color: #9F9FEB;
}
.AnyTagClassName
{
color: #9F9FEB;
}
</style>
background-color css
<style>
a { background-color: #9F9FEB; }
a { background-color: rgb(159,159,235); }
div.DivClassName
{
background-color: #9F9FEB;
}
.BgClassName
{
background-color: #9F9FEB;
}
</style>
border-color css
<style>
span { border-color: #9F9FEB; }
span { border-color: rgb(159,159,235); }
td.TdClassName
{
border-color: #9F9FEB;
}
.TagClassName
{
border-color: #9F9FEB;
}
</style>