Shades of Wistful #9C8EE9
Tints of Wistful #9C8EE9
RGB
CMYK
RGB Variations
Color information
#9C8EE9 (or 0x9C8EE9) is known color: Wistful. HEX triplet: 9C, 8E and E9. RGB value is (156,142,233). Sum of RGB (Red+Green+Blue) = 156+142+233=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #9C8EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8EE9 is #637116. Grayscale: #9C9C9C. Windows color (decimal): -6517015 or 15306396. OLE color: 15306396.
HSL color Cylindrical-coordinate representation of color #9C8EE9: hue angle of 249.23º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C8EE9 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 142 | 233 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.09 |
| HSL | 249.23º | 0.67% | 0.74% | - |
| HSV(B) | 249.23º | 0.39% | 0.91% | - |
| XYZ | 38.09 | 32.3 | 81.32 | - |
| YUV | 156.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 233 | 0.33 | 0.39 | 0 | 0.09 | 249.23 | 0.67 | 0.74 |
| Hex | 9C | 8E | E9 | 21 | 27 | 0 | 9 | F9 | 43 | 4A |
| Octal | 234 | 216 | 351 | 41 | 47 | 0 | 11 | 371 | 103 | 112 |
| Binary | 10011100 | 10001110 | 11101001 | 100001 | 100111 | 0 | 1001 | 11111001 | 1000011 | 1001010 |
Color Harmonies of #9C8EE9
Complementary color
Monochromatic Colors of #9C8EE9
Black with #9C8EE9
Text Example
Text Example
White with #9C8EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8EE9; }
p { color: rgb(156,142,233); }
H1.HeaderClassName
{
color: #9C8EE9;
}
.AnyTagClassName
{
color: #9C8EE9;
}
</style>
background-color css
<style>
a { background-color: #9C8EE9; }
a { background-color: rgb(156,142,233); }
div.DivClassName
{
background-color: #9C8EE9;
}
.BgClassName
{
background-color: #9C8EE9;
}
</style>
border-color css
<style>
span { border-color: #9C8EE9; }
span { border-color: rgb(156,142,233); }
td.TdClassName
{
border-color: #9C8EE9;
}
.TagClassName
{
border-color: #9C8EE9;
}
</style>