Shades of Wistful #9F9CCE
Tints of Wistful #9F9CCE
RGB
CMYK
RGB Variations
Color information
#9F9CCE (or 0x9F9CCE) is known color: Wistful. HEX triplet: 9F, 9C and CE. RGB value is (159,156,206). Sum of RGB (Red+Green+Blue) = 159+156+206=521 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.52% from 521); Green value is 156 (61.33% from 255 or 29.94% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F9CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9CCE is #606331. Grayscale: #A2A2A2. Windows color (decimal): -6316850 or 13540511. OLE color: 13540511.
HSL color Cylindrical-coordinate representation of color #9F9CCE: hue angle of 243.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9F9CCE is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 156 | 206 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.19 |
| HSL | 243.6º | 0.34% | 0.71% | - |
| HSV(B) | 243.6º | 0.24% | 0.81% | - |
| XYZ | 37.33 | 35.6 | 63.3 | - |
| YUV | 162.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 206 | 0.23 | 0.24 | 0 | 0.19 | 243.6 | 0.34 | 0.71 |
| Hex | 9F | 9C | CE | 17 | 18 | 0 | 13 | F4 | 22 | 47 |
| Octal | 237 | 234 | 316 | 27 | 30 | 0 | 23 | 364 | 42 | 107 |
| Binary | 10011111 | 10011100 | 11001110 | 10111 | 11000 | 0 | 10011 | 11110100 | 100010 | 1000111 |
Color Harmonies of #9F9CCE
Complementary color
Monochromatic Colors of #9F9CCE
Black with #9F9CCE
Text Example
Text Example
White with #9F9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9CCE; }
p { color: rgb(159,156,206); }
H1.HeaderClassName
{
color: #9F9CCE;
}
.AnyTagClassName
{
color: #9F9CCE;
}
</style>
background-color css
<style>
a { background-color: #9F9CCE; }
a { background-color: rgb(159,156,206); }
div.DivClassName
{
background-color: #9F9CCE;
}
.BgClassName
{
background-color: #9F9CCE;
}
</style>
border-color css
<style>
span { border-color: #9F9CCE; }
span { border-color: rgb(159,156,206); }
td.TdClassName
{
border-color: #9F9CCE;
}
.TagClassName
{
border-color: #9F9CCE;
}
</style>