Shades of Wistful #9F9BEE
Tints of Wistful #9F9BEE
RGB
CMYK
RGB Variations
Color information
#9F9BEE (or 0x9F9BEE) is known color: Wistful. HEX triplet: 9F, 9B and EE. RGB value is (159,155,238). Sum of RGB (Red+Green+Blue) = 159+155+238=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F9BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9BEE is #606411. Grayscale: #A5A5A5. Windows color (decimal): -6317074 or 15637407. OLE color: 15637407.
HSL color Cylindrical-coordinate representation of color #9F9BEE: hue angle of 242.89º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F9BEE is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 155 | 238 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.07 |
| HSL | 242.89º | 0.71% | 0.77% | - |
| HSV(B) | 242.89º | 0.35% | 0.93% | - |
| XYZ | 41.45 | 36.99 | 85.84 | - |
| YUV | 165.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 238 | 0.33 | 0.35 | 0 | 0.07 | 242.89 | 0.71 | 0.77 |
| Hex | 9F | 9B | EE | 21 | 23 | 0 | 7 | F3 | 47 | 4D |
| Octal | 237 | 233 | 356 | 41 | 43 | 0 | 7 | 363 | 107 | 115 |
| Binary | 10011111 | 10011011 | 11101110 | 100001 | 100011 | 0 | 111 | 11110011 | 1000111 | 1001101 |
Color Harmonies of #9F9BEE
Complementary color
Monochromatic Colors of #9F9BEE
Black with #9F9BEE
Text Example
Text Example
White with #9F9BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BEE; }
p { color: rgb(159,155,238); }
H1.HeaderClassName
{
color: #9F9BEE;
}
.AnyTagClassName
{
color: #9F9BEE;
}
</style>
background-color css
<style>
a { background-color: #9F9BEE; }
a { background-color: rgb(159,155,238); }
div.DivClassName
{
background-color: #9F9BEE;
}
.BgClassName
{
background-color: #9F9BEE;
}
</style>
border-color css
<style>
span { border-color: #9F9BEE; }
span { border-color: rgb(159,155,238); }
td.TdClassName
{
border-color: #9F9BEE;
}
.TagClassName
{
border-color: #9F9BEE;
}
</style>