Shades of Wistful #9E9BDF
Tints of Wistful #9E9BDF
RGB
CMYK
RGB Variations
Color information
#9E9BDF (or 0x9E9BDF) is known color: Wistful. HEX triplet: 9E, 9B and DF. RGB value is (158,155,223). Sum of RGB (Red+Green+Blue) = 158+155+223=536 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.48% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #9E9BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9BDF is #616420. Grayscale: #A3A3A3. Windows color (decimal): -6382625 or 14654366. OLE color: 14654366.
HSL color Cylindrical-coordinate representation of color #9E9BDF: hue angle of 242.65º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9E9BDF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 155 | 223 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.13 |
| HSL | 242.65º | 0.52% | 0.74% | - |
| HSV(B) | 242.65º | 0.3% | 0.87% | - |
| XYZ | 39.14 | 36.04 | 74.71 | - |
| YUV | 163.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 223 | 0.29 | 0.30 | 0 | 0.13 | 242.65 | 0.52 | 0.74 |
| Hex | 9E | 9B | DF | 1D | 1E | 0 | D | F3 | 34 | 4A |
| Octal | 236 | 233 | 337 | 35 | 36 | 0 | 15 | 363 | 64 | 112 |
| Binary | 10011110 | 10011011 | 11011111 | 11101 | 11110 | 0 | 1101 | 11110011 | 110100 | 1001010 |
Color Harmonies of #9E9BDF
Complementary color
Monochromatic Colors of #9E9BDF
Black with #9E9BDF
Text Example
Text Example
White with #9E9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BDF; }
p { color: rgb(158,155,223); }
H1.HeaderClassName
{
color: #9E9BDF;
}
.AnyTagClassName
{
color: #9E9BDF;
}
</style>
background-color css
<style>
a { background-color: #9E9BDF; }
a { background-color: rgb(158,155,223); }
div.DivClassName
{
background-color: #9E9BDF;
}
.BgClassName
{
background-color: #9E9BDF;
}
</style>
border-color css
<style>
span { border-color: #9E9BDF; }
span { border-color: rgb(158,155,223); }
td.TdClassName
{
border-color: #9E9BDF;
}
.TagClassName
{
border-color: #9E9BDF;
}
</style>