Shades of Wistful #9C8DDC
Tints of Wistful #9C8DDC
RGB
CMYK
RGB Variations
Color information
#9C8DDC (or 0x9C8DDC) is known color: Wistful. HEX triplet: 9C, 8D and DC. RGB value is (156,141,220). Sum of RGB (Red+Green+Blue) = 156+141+220=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C8DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8DDC is #637223. Grayscale: #9A9A9A. Windows color (decimal): -6517284 or 14454172. OLE color: 14454172.
HSL color Cylindrical-coordinate representation of color #9C8DDC: hue angle of 251.39º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C8DDC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 141 | 220 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.14 |
| HSL | 251.39º | 0.53% | 0.71% | - |
| HSV(B) | 251.39º | 0.36% | 0.86% | - |
| XYZ | 36.15 | 31.28 | 71.84 | - |
| YUV | 154.49 | 164.97 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 220 | 0.29 | 0.36 | 0 | 0.14 | 251.39 | 0.53 | 0.71 |
| Hex | 9C | 8D | DC | 1D | 24 | 0 | E | FB | 35 | 47 |
| Octal | 234 | 215 | 334 | 35 | 44 | 0 | 16 | 373 | 65 | 107 |
| Binary | 10011100 | 10001101 | 11011100 | 11101 | 100100 | 0 | 1110 | 11111011 | 110101 | 1000111 |
Color Harmonies of #9C8DDC
Complementary color
Monochromatic Colors of #9C8DDC
Black with #9C8DDC
Text Example
Text Example
White with #9C8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8DDC; }
p { color: rgb(156,141,220); }
H1.HeaderClassName
{
color: #9C8DDC;
}
.AnyTagClassName
{
color: #9C8DDC;
}
</style>
background-color css
<style>
a { background-color: #9C8DDC; }
a { background-color: rgb(156,141,220); }
div.DivClassName
{
background-color: #9C8DDC;
}
.BgClassName
{
background-color: #9C8DDC;
}
</style>
border-color css
<style>
span { border-color: #9C8DDC; }
span { border-color: rgb(156,141,220); }
td.TdClassName
{
border-color: #9C8DDC;
}
.TagClassName
{
border-color: #9C8DDC;
}
</style>