Shades of Wistful #9F9ACD
Tints of Wistful #9F9ACD
RGB
CMYK
RGB Variations
Color information
#9F9ACD (or 0x9F9ACD) is known color: Wistful. HEX triplet: 9F, 9A and CD. RGB value is (159,154,205). Sum of RGB (Red+Green+Blue) = 159+154+205=518 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.69% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ACD is #606532. Grayscale: #A1A1A1. Windows color (decimal): -6317363 or 13474463. OLE color: 13474463.
HSL color Cylindrical-coordinate representation of color #9F9ACD: hue angle of 245.88º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F9ACD is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 154 | 205 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.20 |
| HSL | 245.88º | 0.34% | 0.7% | - |
| HSV(B) | 245.88º | 0.25% | 0.8% | - |
| XYZ | 36.87 | 34.89 | 62.55 | - |
| YUV | 161.31 | 152.66 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 154 | 205 | 0.22 | 0.25 | 0 | 0.20 | 245.88 | 0.34 | 0.7 |
| Hex | 9F | 9A | CD | 16 | 19 | 0 | 14 | F6 | 22 | 46 |
| Octal | 237 | 232 | 315 | 26 | 31 | 0 | 24 | 366 | 42 | 106 |
| Binary | 10011111 | 10011010 | 11001101 | 10110 | 11001 | 0 | 10100 | 11110110 | 100010 | 1000110 |
Color Harmonies of #9F9ACD
Complementary color
Monochromatic Colors of #9F9ACD
Black with #9F9ACD
Text Example
Text Example
White with #9F9ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9ACD; }
p { color: rgb(159,154,205); }
H1.HeaderClassName
{
color: #9F9ACD;
}
.AnyTagClassName
{
color: #9F9ACD;
}
</style>
background-color css
<style>
a { background-color: #9F9ACD; }
a { background-color: rgb(159,154,205); }
div.DivClassName
{
background-color: #9F9ACD;
}
.BgClassName
{
background-color: #9F9ACD;
}
</style>
border-color css
<style>
span { border-color: #9F9ACD; }
span { border-color: rgb(159,154,205); }
td.TdClassName
{
border-color: #9F9ACD;
}
.TagClassName
{
border-color: #9F9ACD;
}
</style>