Shades of Wistful #9F9BD8
Tints of Wistful #9F9BD8
RGB
CMYK
RGB Variations
Color information
#9F9BD8 (or 0x9F9BD8) is known color: Wistful. HEX triplet: 9F, 9B and D8. RGB value is (159,155,216). Sum of RGB (Red+Green+Blue) = 159+155+216=530 (70% of max value = 765). Red value is 159 (62.5% from 255 or 30% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #9F9BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BD8 is #606427. Grayscale: #A2A2A2. Windows color (decimal): -6317096 or 14195615. OLE color: 14195615.
HSL color Cylindrical-coordinate representation of color #9F9BD8: hue angle of 243.93º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F9BD8 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 155 | 216 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.15 |
| HSL | 243.93º | 0.44% | 0.73% | - |
| HSV(B) | 243.93º | 0.28% | 0.85% | - |
| XYZ | 38.41 | 35.77 | 69.85 | - |
| YUV | 163.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 216 | 0.26 | 0.28 | 0 | 0.15 | 243.93 | 0.44 | 0.73 |
| Hex | 9F | 9B | D8 | 1A | 1C | 0 | F | F4 | 2C | 49 |
| Octal | 237 | 233 | 330 | 32 | 34 | 0 | 17 | 364 | 54 | 111 |
| Binary | 10011111 | 10011011 | 11011000 | 11010 | 11100 | 0 | 1111 | 11110100 | 101100 | 1001001 |
Color Harmonies of #9F9BD8
Complementary color
Monochromatic Colors of #9F9BD8
Black with #9F9BD8
Text Example
Text Example
White with #9F9BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BD8; }
p { color: rgb(159,155,216); }
H1.HeaderClassName
{
color: #9F9BD8;
}
.AnyTagClassName
{
color: #9F9BD8;
}
</style>
background-color css
<style>
a { background-color: #9F9BD8; }
a { background-color: rgb(159,155,216); }
div.DivClassName
{
background-color: #9F9BD8;
}
.BgClassName
{
background-color: #9F9BD8;
}
</style>
border-color css
<style>
span { border-color: #9F9BD8; }
span { border-color: rgb(159,155,216); }
td.TdClassName
{
border-color: #9F9BD8;
}
.TagClassName
{
border-color: #9F9BD8;
}
</style>