Shades of Wistful #9E9CED
Tints of Wistful #9E9CED
RGB
CMYK
RGB Variations
Color information
#9E9CED (or 0x9E9CED) is known color: Wistful. HEX triplet: 9E, 9C and ED. RGB value is (158,156,237). Sum of RGB (Red+Green+Blue) = 158+156+237=551 (72% of max value = 765). Red value is 158 (62.11% from 255 or 28.68% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #9E9CED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9CED is #616312. Grayscale: #A5A5A5. Windows color (decimal): -6382355 or 15572126. OLE color: 15572126.
HSL color Cylindrical-coordinate representation of color #9E9CED: hue angle of 241.48º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E9CED is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 156 | 237 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.07 |
| HSL | 241.48º | 0.69% | 0.77% | - |
| HSV(B) | 241.48º | 0.34% | 0.93% | - |
| XYZ | 41.28 | 37.16 | 85.12 | - |
| YUV | 165.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 156 | 237 | 0.33 | 0.34 | 0 | 0.07 | 241.48 | 0.69 | 0.77 |
| Hex | 9E | 9C | ED | 21 | 22 | 0 | 7 | F1 | 45 | 4D |
| Octal | 236 | 234 | 355 | 41 | 42 | 0 | 7 | 361 | 105 | 115 |
| Binary | 10011110 | 10011100 | 11101101 | 100001 | 100010 | 0 | 111 | 11110001 | 1000101 | 1001101 |
Color Harmonies of #9E9CED
Complementary color
Monochromatic Colors of #9E9CED
Black with #9E9CED
Text Example
Text Example
White with #9E9CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9CED; }
p { color: rgb(158,156,237); }
H1.HeaderClassName
{
color: #9E9CED;
}
.AnyTagClassName
{
color: #9E9CED;
}
</style>
background-color css
<style>
a { background-color: #9E9CED; }
a { background-color: rgb(158,156,237); }
div.DivClassName
{
background-color: #9E9CED;
}
.BgClassName
{
background-color: #9E9CED;
}
</style>
border-color css
<style>
span { border-color: #9E9CED; }
span { border-color: rgb(158,156,237); }
td.TdClassName
{
border-color: #9E9CED;
}
.TagClassName
{
border-color: #9E9CED;
}
</style>