Shades of Wistful #9F9BC9
Tints of Wistful #9F9BC9
RGB
CMYK
RGB Variations
Color information
#9F9BC9 (or 0x9F9BC9) is known color: Wistful. HEX triplet: 9F, 9B and C9. RGB value is (159,155,201). Sum of RGB (Red+Green+Blue) = 159+155+201=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 201 - color contains mainly: blue. Hex color #9F9BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BC9 is #606436. Grayscale: #A1A1A1. Windows color (decimal): -6317111 or 13212575. OLE color: 13212575.
HSL color Cylindrical-coordinate representation of color #9F9BC9: hue angle of 245.22º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9F9BC9 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 155 | 201 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.21 |
| HSL | 245.22º | 0.3% | 0.7% | - |
| HSV(B) | 245.22º | 0.23% | 0.79% | - |
| XYZ | 36.56 | 35.03 | 60.09 | - |
| YUV | 161.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 201 | 0.21 | 0.23 | 0 | 0.21 | 245.22 | 0.3 | 0.7 |
| Hex | 9F | 9B | C9 | 15 | 17 | 0 | 15 | F5 | 1E | 46 |
| Octal | 237 | 233 | 311 | 25 | 27 | 0 | 25 | 365 | 36 | 106 |
| Binary | 10011111 | 10011011 | 11001001 | 10101 | 10111 | 0 | 10101 | 11110101 | 11110 | 1000110 |
Color Harmonies of #9F9BC9
Complementary color
Monochromatic Colors of #9F9BC9
Black with #9F9BC9
Text Example
Text Example
White with #9F9BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BC9; }
p { color: rgb(159,155,201); }
H1.HeaderClassName
{
color: #9F9BC9;
}
.AnyTagClassName
{
color: #9F9BC9;
}
</style>
background-color css
<style>
a { background-color: #9F9BC9; }
a { background-color: rgb(159,155,201); }
div.DivClassName
{
background-color: #9F9BC9;
}
.BgClassName
{
background-color: #9F9BC9;
}
</style>
border-color css
<style>
span { border-color: #9F9BC9; }
span { border-color: rgb(159,155,201); }
td.TdClassName
{
border-color: #9F9BC9;
}
.TagClassName
{
border-color: #9F9BC9;
}
</style>