Shades of Wistful #9C8EDC
Tints of Wistful #9C8EDC
RGB
CMYK
RGB Variations
Color information
#9C8EDC (or 0x9C8EDC) is known color: Wistful. HEX triplet: 9C, 8E and DC. RGB value is (156,142,220). Sum of RGB (Red+Green+Blue) = 156+142+220=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C8EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8EDC is #637123. Grayscale: #9A9A9A. Windows color (decimal): -6517028 or 14454428. OLE color: 14454428.
HSL color Cylindrical-coordinate representation of color #9C8EDC: hue angle of 250.77º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C8EDC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 142 | 220 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.14 |
| HSL | 250.77º | 0.53% | 0.71% | - |
| HSV(B) | 250.77º | 0.35% | 0.86% | - |
| XYZ | 36.3 | 31.58 | 71.89 | - |
| YUV | 155.08 | 164.64 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 220 | 0.29 | 0.35 | 0 | 0.14 | 250.77 | 0.53 | 0.71 |
| Hex | 9C | 8E | DC | 1D | 23 | 0 | E | FB | 35 | 47 |
| Octal | 234 | 216 | 334 | 35 | 43 | 0 | 16 | 373 | 65 | 107 |
| Binary | 10011100 | 10001110 | 11011100 | 11101 | 100011 | 0 | 1110 | 11111011 | 110101 | 1000111 |
Color Harmonies of #9C8EDC
Complementary color
Monochromatic Colors of #9C8EDC
Black with #9C8EDC
Text Example
Text Example
White with #9C8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8EDC; }
p { color: rgb(156,142,220); }
H1.HeaderClassName
{
color: #9C8EDC;
}
.AnyTagClassName
{
color: #9C8EDC;
}
</style>
background-color css
<style>
a { background-color: #9C8EDC; }
a { background-color: rgb(156,142,220); }
div.DivClassName
{
background-color: #9C8EDC;
}
.BgClassName
{
background-color: #9C8EDC;
}
</style>
border-color css
<style>
span { border-color: #9C8EDC; }
span { border-color: rgb(156,142,220); }
td.TdClassName
{
border-color: #9C8EDC;
}
.TagClassName
{
border-color: #9C8EDC;
}
</style>