Shades of Wistful #9F9AC0
Tints of Wistful #9F9AC0
RGB
CMYK
RGB Variations
Color information
#9F9AC0 (or 0x9F9AC0) is known color: Wistful. HEX triplet: 9F, 9A and C0. RGB value is (159,154,192). Sum of RGB (Red+Green+Blue) = 159+154+192=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F9AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9AC0 is #60653F. Grayscale: #9F9F9F. Windows color (decimal): -6317376 or 12622495. OLE color: 12622495.
HSL color Cylindrical-coordinate representation of color #9F9AC0: hue angle of 247.89º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F9AC0 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 154 | 192 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.25 |
| HSL | 247.89º | 0.23% | 0.68% | - |
| HSV(B) | 247.89º | 0.2% | 0.75% | - |
| XYZ | 35.37 | 34.29 | 54.62 | - |
| YUV | 159.83 | 146.16 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 192 | 0.17 | 0.20 | 0 | 0.25 | 247.89 | 0.23 | 0.68 |
| Hex | 9F | 9A | C0 | 11 | 14 | 0 | 19 | F8 | 17 | 44 |
| Octal | 237 | 232 | 300 | 21 | 24 | 0 | 31 | 370 | 27 | 104 |
| Binary | 10011111 | 10011010 | 11000000 | 10001 | 10100 | 0 | 11001 | 11111000 | 10111 | 1000100 |
Color Harmonies of #9F9AC0
Complementary color
Monochromatic Colors of #9F9AC0
Black with #9F9AC0
Text Example
Text Example
White with #9F9AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9AC0; }
p { color: rgb(159,154,192); }
H1.HeaderClassName
{
color: #9F9AC0;
}
.AnyTagClassName
{
color: #9F9AC0;
}
</style>
background-color css
<style>
a { background-color: #9F9AC0; }
a { background-color: rgb(159,154,192); }
div.DivClassName
{
background-color: #9F9AC0;
}
.BgClassName
{
background-color: #9F9AC0;
}
</style>
border-color css
<style>
span { border-color: #9F9AC0; }
span { border-color: rgb(159,154,192); }
td.TdClassName
{
border-color: #9F9AC0;
}
.TagClassName
{
border-color: #9F9AC0;
}
</style>