Shades of Wistful #9C8EE8
Tints of Wistful #9C8EE8
RGB
CMYK
RGB Variations
Color information
#9C8EE8 (or 0x9C8EE8) is known color: Wistful. HEX triplet: 9C, 8E and E8. RGB value is (156,142,232). Sum of RGB (Red+Green+Blue) = 156+142+232=530 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.43% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 232 (91.02% from 255 or 43.77% from 530); Max value from RGB is 232 - color contains mainly: blue. Hex color #9C8EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8EE8 is #637117. Grayscale: #9C9C9C. Windows color (decimal): -6517016 or 15240860. OLE color: 15240860.
HSL color Cylindrical-coordinate representation of color #9C8EE8: hue angle of 249.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C8EE8 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 156 | 142 | 232 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.09 |
| HSL | 249.33º | 0.66% | 0.73% | - |
| HSV(B) | 249.33º | 0.39% | 0.91% | - |
| XYZ | 37.95 | 32.24 | 80.57 | - |
| YUV | 156.45 | 170.64 | 127.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 232 | 0.33 | 0.39 | 0 | 0.09 | 249.33 | 0.66 | 0.73 |
| Hex | 9C | 8E | E8 | 21 | 27 | 0 | 9 | F9 | 42 | 49 |
| Octal | 234 | 216 | 350 | 41 | 47 | 0 | 11 | 371 | 102 | 111 |
| Binary | 10011100 | 10001110 | 11101000 | 100001 | 100111 | 0 | 1001 | 11111001 | 1000010 | 1001001 |
Color Harmonies of #9C8EE8
Complementary color
Monochromatic Colors of #9C8EE8
Black with #9C8EE8
Text Example
Text Example
White with #9C8EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8EE8; }
p { color: rgb(156,142,232); }
H1.HeaderClassName
{
color: #9C8EE8;
}
.AnyTagClassName
{
color: #9C8EE8;
}
</style>
background-color css
<style>
a { background-color: #9C8EE8; }
a { background-color: rgb(156,142,232); }
div.DivClassName
{
background-color: #9C8EE8;
}
.BgClassName
{
background-color: #9C8EE8;
}
</style>
border-color css
<style>
span { border-color: #9C8EE8; }
span { border-color: rgb(156,142,232); }
td.TdClassName
{
border-color: #9C8EE8;
}
.TagClassName
{
border-color: #9C8EE8;
}
</style>