Shades of Wistful #9FA1E5
Tints of Wistful #9FA1E5
RGB
CMYK
RGB Variations
Color information
#9FA1E5 (or 0x9FA1E5) is known color: Wistful. HEX triplet: 9F, A1 and E5. RGB value is (159,161,229). Sum of RGB (Red+Green+Blue) = 159+161+229=549 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.96% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #9FA1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9FA1E5 is #605E1A. Grayscale: #A7A7A7. Windows color (decimal): -6315547 or 15049119. OLE color: 15049119.
HSL color Cylindrical-coordinate representation of color #9FA1E5: hue angle of 238.29º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FA1E5 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 161 | 229 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.10 |
| HSL | 238.29º | 0.57% | 0.76% | - |
| HSV(B) | 238.29º | 0.31% | 0.9% | - |
| XYZ | 41.19 | 38.52 | 79.39 | - |
| YUV | 168.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 161 | 229 | 0.31 | 0.30 | 0 | 0.10 | 238.29 | 0.57 | 0.76 |
| Hex | 9F | A1 | E5 | 1F | 1E | 0 | A | EE | 39 | 4C |
| Octal | 237 | 241 | 345 | 37 | 36 | 0 | 12 | 356 | 71 | 114 |
| Binary | 10011111 | 10100001 | 11100101 | 11111 | 11110 | 0 | 1010 | 11101110 | 111001 | 1001100 |
Color Harmonies of #9FA1E5
Complementary color
Monochromatic Colors of #9FA1E5
Black with #9FA1E5
Text Example
Text Example
White with #9FA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA1E5; }
p { color: rgb(159,161,229); }
H1.HeaderClassName
{
color: #9FA1E5;
}
.AnyTagClassName
{
color: #9FA1E5;
}
</style>
background-color css
<style>
a { background-color: #9FA1E5; }
a { background-color: rgb(159,161,229); }
div.DivClassName
{
background-color: #9FA1E5;
}
.BgClassName
{
background-color: #9FA1E5;
}
</style>
border-color css
<style>
span { border-color: #9FA1E5; }
span { border-color: rgb(159,161,229); }
td.TdClassName
{
border-color: #9FA1E5;
}
.TagClassName
{
border-color: #9FA1E5;
}
</style>