Shades of Wistful #9C8EDD
Tints of Wistful #9C8EDD
RGB
CMYK
RGB Variations
Color information
#9C8EDD (or 0x9C8EDD) is known color: Wistful. HEX triplet: 9C, 8E and DD. RGB value is (156,142,221). Sum of RGB (Red+Green+Blue) = 156+142+221=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 142 (55.86% from 255 or 27.36% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C8EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8EDD is #637122. Grayscale: #9A9A9A. Windows color (decimal): -6517027 or 14519964. OLE color: 14519964.
HSL color Cylindrical-coordinate representation of color #9C8EDD: hue angle of 250.63º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C8EDD is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 142 | 221 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.13 |
| HSL | 250.63º | 0.54% | 0.71% | - |
| HSV(B) | 250.63º | 0.36% | 0.87% | - |
| XYZ | 36.43 | 31.63 | 72.59 | - |
| YUV | 155.19 | 165.14 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 221 | 0.29 | 0.36 | 0 | 0.13 | 250.63 | 0.54 | 0.71 |
| Hex | 9C | 8E | DD | 1D | 24 | 0 | D | FB | 36 | 47 |
| Octal | 234 | 216 | 335 | 35 | 44 | 0 | 15 | 373 | 66 | 107 |
| Binary | 10011100 | 10001110 | 11011101 | 11101 | 100100 | 0 | 1101 | 11111011 | 110110 | 1000111 |
Color Harmonies of #9C8EDD
Complementary color
Monochromatic Colors of #9C8EDD
Black with #9C8EDD
Text Example
Text Example
White with #9C8EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8EDD; }
p { color: rgb(156,142,221); }
H1.HeaderClassName
{
color: #9C8EDD;
}
.AnyTagClassName
{
color: #9C8EDD;
}
</style>
background-color css
<style>
a { background-color: #9C8EDD; }
a { background-color: rgb(156,142,221); }
div.DivClassName
{
background-color: #9C8EDD;
}
.BgClassName
{
background-color: #9C8EDD;
}
</style>
border-color css
<style>
span { border-color: #9C8EDD; }
span { border-color: rgb(156,142,221); }
td.TdClassName
{
border-color: #9C8EDD;
}
.TagClassName
{
border-color: #9C8EDD;
}
</style>