Shades of Wistful #9EA1E5
Tints of Wistful #9EA1E5
RGB
CMYK
RGB Variations
Color information
#9EA1E5 (or 0x9EA1E5) is known color: Wistful. HEX triplet: 9E, A1 and E5. RGB value is (158,161,229). Sum of RGB (Red+Green+Blue) = 158+161+229=548 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.83% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #9EA1E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EA1E5 is #615E1A. Grayscale: #A7A7A7. Windows color (decimal): -6381083 or 15049118. OLE color: 15049118.
HSL color Cylindrical-coordinate representation of color #9EA1E5: hue angle of 237.46º degrees, saturation: 0.58, 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 #9EA1E5 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 161 | 229 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.10 |
| HSL | 237.46º | 0.58% | 0.76% | - |
| HSV(B) | 237.46º | 0.31% | 0.9% | - |
| XYZ | 40.99 | 38.42 | 79.38 | - |
| YUV | 167.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 161 | 229 | 0.31 | 0.30 | 0 | 0.10 | 237.46 | 0.58 | 0.76 |
| Hex | 9E | A1 | E5 | 1F | 1E | 0 | A | ED | 3A | 4C |
| Octal | 236 | 241 | 345 | 37 | 36 | 0 | 12 | 355 | 72 | 114 |
| Binary | 10011110 | 10100001 | 11100101 | 11111 | 11110 | 0 | 1010 | 11101101 | 111010 | 1001100 |
Color Harmonies of #9EA1E5
Complementary color
Monochromatic Colors of #9EA1E5
Black with #9EA1E5
Text Example
Text Example
White with #9EA1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EA1E5; }
p { color: rgb(158,161,229); }
H1.HeaderClassName
{
color: #9EA1E5;
}
.AnyTagClassName
{
color: #9EA1E5;
}
</style>
background-color css
<style>
a { background-color: #9EA1E5; }
a { background-color: rgb(158,161,229); }
div.DivClassName
{
background-color: #9EA1E5;
}
.BgClassName
{
background-color: #9EA1E5;
}
</style>
border-color css
<style>
span { border-color: #9EA1E5; }
span { border-color: rgb(158,161,229); }
td.TdClassName
{
border-color: #9EA1E5;
}
.TagClassName
{
border-color: #9EA1E5;
}
</style>