Shades of Wistful #9FA1DC
Tints of Wistful #9FA1DC
RGB
CMYK
RGB Variations
Color information
#9FA1DC (or 0x9FA1DC) is known color: Wistful. HEX triplet: 9F, A1 and DC. RGB value is (159,161,220). Sum of RGB (Red+Green+Blue) = 159+161+220=540 (71% of max value = 765). Red value is 159 (62.5% from 255 or 29.44% from 540); Green value is 161 (63.28% from 255 or 29.81% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #9FA1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA1DC is #605E23. Grayscale: #A6A6A6. Windows color (decimal): -6315556 or 14459295. OLE color: 14459295.
HSL color Cylindrical-coordinate representation of color #9FA1DC: hue angle of 238.03º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FA1DC is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 161 | 220 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.14 |
| HSL | 238.03º | 0.47% | 0.74% | - |
| HSV(B) | 238.03º | 0.28% | 0.86% | - |
| XYZ | 39.96 | 38.03 | 72.94 | - |
| YUV | 167.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 220 | 0.28 | 0.27 | 0 | 0.14 | 238.03 | 0.47 | 0.74 |
| Hex | 9F | A1 | DC | 1C | 1B | 0 | E | EE | 2F | 4A |
| Octal | 237 | 241 | 334 | 34 | 33 | 0 | 16 | 356 | 57 | 112 |
| Binary | 10011111 | 10100001 | 11011100 | 11100 | 11011 | 0 | 1110 | 11101110 | 101111 | 1001010 |
Color Harmonies of #9FA1DC
Complementary color
Monochromatic Colors of #9FA1DC
Black with #9FA1DC
Text Example
Text Example
White with #9FA1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA1DC; }
p { color: rgb(159,161,220); }
H1.HeaderClassName
{
color: #9FA1DC;
}
.AnyTagClassName
{
color: #9FA1DC;
}
</style>
background-color css
<style>
a { background-color: #9FA1DC; }
a { background-color: rgb(159,161,220); }
div.DivClassName
{
background-color: #9FA1DC;
}
.BgClassName
{
background-color: #9FA1DC;
}
</style>
border-color css
<style>
span { border-color: #9FA1DC; }
span { border-color: rgb(159,161,220); }
td.TdClassName
{
border-color: #9FA1DC;
}
.TagClassName
{
border-color: #9FA1DC;
}
</style>