Shades of Wistful #9E9BEF
Tints of Wistful #9E9BEF
RGB
CMYK
RGB Variations
Color information
#9E9BEF (or 0x9E9BEF) is known color: Wistful. HEX triplet: 9E, 9B and EF. RGB value is (158,155,239). Sum of RGB (Red+Green+Blue) = 158+155+239=552 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.62% from 552); Green value is 155 (60.94% from 255 or 28.08% from 552); Blue value is 239 (93.75% from 255 or 43.30% from 552); Max value from RGB is 239 - color contains mainly: blue. Hex color #9E9BEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E9BEF is #616410. Grayscale: #A5A5A5. Windows color (decimal): -6382609 or 15702942. OLE color: 15702942.
HSL color Cylindrical-coordinate representation of color #9E9BEF: hue angle of 242.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E9BEF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 158 | 155 | 239 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.06 |
| HSL | 242.14º | 0.72% | 0.77% | - |
| HSV(B) | 242.14º | 0.35% | 0.94% | - |
| XYZ | 41.4 | 36.94 | 86.61 | - |
| YUV | 165.47 | 169.49 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 239 | 0.34 | 0.35 | 0 | 0.06 | 242.14 | 0.72 | 0.77 |
| Hex | 9E | 9B | EF | 22 | 23 | 0 | 6 | F2 | 48 | 4D |
| Octal | 236 | 233 | 357 | 42 | 43 | 0 | 6 | 362 | 110 | 115 |
| Binary | 10011110 | 10011011 | 11101111 | 100010 | 100011 | 0 | 110 | 11110010 | 1001000 | 1001101 |
Color Harmonies of #9E9BEF
Complementary color
Monochromatic Colors of #9E9BEF
Black with #9E9BEF
Text Example
Text Example
White with #9E9BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BEF; }
p { color: rgb(158,155,239); }
H1.HeaderClassName
{
color: #9E9BEF;
}
.AnyTagClassName
{
color: #9E9BEF;
}
</style>
background-color css
<style>
a { background-color: #9E9BEF; }
a { background-color: rgb(158,155,239); }
div.DivClassName
{
background-color: #9E9BEF;
}
.BgClassName
{
background-color: #9E9BEF;
}
</style>
border-color css
<style>
span { border-color: #9E9BEF; }
span { border-color: rgb(158,155,239); }
td.TdClassName
{
border-color: #9E9BEF;
}
.TagClassName
{
border-color: #9E9BEF;
}
</style>