Shades of Wistful #9F9DEE
Tints of Wistful #9F9DEE
RGB
CMYK
RGB Variations
Color information
#9F9DEE (or 0x9F9DEE) is known color: Wistful. HEX triplet: 9F, 9D and EE. RGB value is (159,157,238). Sum of RGB (Red+Green+Blue) = 159+157+238=554 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.70% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #9F9DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9DEE is #606211. Grayscale: #A6A6A6. Windows color (decimal): -6316562 or 15637919. OLE color: 15637919.
HSL color Cylindrical-coordinate representation of color #9F9DEE: hue angle of 241.48º degrees, saturation: 0.7, 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 #9F9DEE is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 159 | 157 | 238 | - |
CMYK | 0.33 | 0.34 | 0 | 0.07 |
HSL | 241.48º | 0.7% | 0.77% | - |
HSV(B) | 241.48º | 0.34% | 0.93% | - |
XYZ | 41.79 | 37.66 | 85.96 | - |
YUV | 166.83 | 168.16 | 122.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 157 | 238 | 0.33 | 0.34 | 0 | 0.07 | 241.48 | 0.7 | 0.77 |
Hex | 9F | 9D | EE | 21 | 22 | 0 | 7 | F1 | 46 | 4D |
Octal | 237 | 235 | 356 | 41 | 42 | 0 | 7 | 361 | 106 | 115 |
Binary | 10011111 | 10011101 | 11101110 | 100001 | 100010 | 0 | 111 | 11110001 | 1000110 | 1001101 |
Color Harmonies of #9F9DEE
Complementary color
Monochromatic Colors of #9F9DEE
Black with #9F9DEE
Text Example
Text Example
White with #9F9DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9DEE; }
p { color: rgb(159,157,238); }
H1.HeaderClassName
{
color: #9F9DEE;
}
.AnyTagClassName
{
color: #9F9DEE;
}
</style>
background-color css
<style>
a { background-color: #9F9DEE; }
a { background-color: rgb(159,157,238); }
div.DivClassName
{
background-color: #9F9DEE;
}
.BgClassName
{
background-color: #9F9DEE;
}
</style>
border-color css
<style>
span { border-color: #9F9DEE; }
span { border-color: rgb(159,157,238); }
td.TdClassName
{
border-color: #9F9DEE;
}
.TagClassName
{
border-color: #9F9DEE;
}
</style>