Shades of Wistful #9F9CED
Tints of Wistful #9F9CED
RGB
CMYK
RGB Variations
Color information
#9F9CED (or 0x9F9CED) is known color: Wistful. HEX triplet: 9F, 9C and ED. RGB value is (159,156,237). Sum of RGB (Red+Green+Blue) = 159+156+237=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #9F9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9CED is #606312. Grayscale: #A5A5A5. Windows color (decimal): -6316819 or 15572127. OLE color: 15572127.
HSL color Cylindrical-coordinate representation of color #9F9CED: hue angle of 242.22º degrees, saturation: 0.69, 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 #9F9CED is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 156 | 237 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.07 |
| HSL | 242.22º | 0.69% | 0.77% | - |
| HSV(B) | 242.22º | 0.34% | 0.93% | - |
| XYZ | 41.47 | 37.26 | 85.13 | - |
| YUV | 166.13 | 167.99 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 237 | 0.33 | 0.34 | 0 | 0.07 | 242.22 | 0.69 | 0.77 |
| Hex | 9F | 9C | ED | 21 | 22 | 0 | 7 | F2 | 45 | 4D |
| Octal | 237 | 234 | 355 | 41 | 42 | 0 | 7 | 362 | 105 | 115 |
| Binary | 10011111 | 10011100 | 11101101 | 100001 | 100010 | 0 | 111 | 11110010 | 1000101 | 1001101 |
Color Harmonies of #9F9CED
Complementary color
Monochromatic Colors of #9F9CED
Black with #9F9CED
Text Example
Text Example
White with #9F9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CED; }
p { color: rgb(159,156,237); }
H1.HeaderClassName
{
color: #9F9CED;
}
.AnyTagClassName
{
color: #9F9CED;
}
</style>
background-color css
<style>
a { background-color: #9F9CED; }
a { background-color: rgb(159,156,237); }
div.DivClassName
{
background-color: #9F9CED;
}
.BgClassName
{
background-color: #9F9CED;
}
</style>
border-color css
<style>
span { border-color: #9F9CED; }
span { border-color: rgb(159,156,237); }
td.TdClassName
{
border-color: #9F9CED;
}
.TagClassName
{
border-color: #9F9CED;
}
</style>