Shades of Wistful #9F9CEE
Tints of Wistful #9F9CEE
RGB
CMYK
RGB Variations
Color information
#9F9CEE (or 0x9F9CEE) is known color: Wistful. HEX triplet: 9F, 9C and EE. RGB value is (159,156,238). Sum of RGB (Red+Green+Blue) = 159+156+238=553 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.75% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F9CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9CEE is #606311. Grayscale: #A5A5A5. Windows color (decimal): -6316818 or 15637663. OLE color: 15637663.
HSL color Cylindrical-coordinate representation of color #9F9CEE: hue angle of 242.2º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F9CEE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 156 | 238 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.07 |
| HSL | 242.2º | 0.71% | 0.77% | - |
| HSV(B) | 242.2º | 0.34% | 0.93% | - |
| XYZ | 41.62 | 37.32 | 85.9 | - |
| YUV | 166.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 238 | 0.33 | 0.34 | 0 | 0.07 | 242.2 | 0.71 | 0.77 |
| Hex | 9F | 9C | EE | 21 | 22 | 0 | 7 | F2 | 47 | 4D |
| Octal | 237 | 234 | 356 | 41 | 42 | 0 | 7 | 362 | 107 | 115 |
| Binary | 10011111 | 10011100 | 11101110 | 100001 | 100010 | 0 | 111 | 11110010 | 1000111 | 1001101 |
Color Harmonies of #9F9CEE
Complementary color
Monochromatic Colors of #9F9CEE
Black with #9F9CEE
Text Example
Text Example
White with #9F9CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CEE; }
p { color: rgb(159,156,238); }
H1.HeaderClassName
{
color: #9F9CEE;
}
.AnyTagClassName
{
color: #9F9CEE;
}
</style>
background-color css
<style>
a { background-color: #9F9CEE; }
a { background-color: rgb(159,156,238); }
div.DivClassName
{
background-color: #9F9CEE;
}
.BgClassName
{
background-color: #9F9CEE;
}
</style>
border-color css
<style>
span { border-color: #9F9CEE; }
span { border-color: rgb(159,156,238); }
td.TdClassName
{
border-color: #9F9CEE;
}
.TagClassName
{
border-color: #9F9CEE;
}
</style>