Shades of Wistful #9C8FDC
Tints of Wistful #9C8FDC
RGB
CMYK
RGB Variations
Color information
#9C8FDC (or 0x9C8FDC) is known color: Wistful. HEX triplet: 9C, 8F and DC. RGB value is (156,143,220). Sum of RGB (Red+Green+Blue) = 156+143+220=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FDC is #637023. Grayscale: #9B9B9B. Windows color (decimal): -6516772 or 14454684. OLE color: 14454684.
HSL color Cylindrical-coordinate representation of color #9C8FDC: hue angle of 250.13º degrees, saturation: 0.52, 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 #9C8FDC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 143 | 220 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.14 |
| HSL | 250.13º | 0.52% | 0.71% | - |
| HSV(B) | 250.13º | 0.35% | 0.86% | - |
| XYZ | 36.45 | 31.88 | 71.94 | - |
| YUV | 155.67 | 164.31 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 220 | 0.29 | 0.35 | 0 | 0.14 | 250.13 | 0.52 | 0.71 |
| Hex | 9C | 8F | DC | 1D | 23 | 0 | E | FA | 34 | 47 |
| Octal | 234 | 217 | 334 | 35 | 43 | 0 | 16 | 372 | 64 | 107 |
| Binary | 10011100 | 10001111 | 11011100 | 11101 | 100011 | 0 | 1110 | 11111010 | 110100 | 1000111 |
Color Harmonies of #9C8FDC
Complementary color
Monochromatic Colors of #9C8FDC
Black with #9C8FDC
Text Example
Text Example
White with #9C8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FDC; }
p { color: rgb(156,143,220); }
H1.HeaderClassName
{
color: #9C8FDC;
}
.AnyTagClassName
{
color: #9C8FDC;
}
</style>
background-color css
<style>
a { background-color: #9C8FDC; }
a { background-color: rgb(156,143,220); }
div.DivClassName
{
background-color: #9C8FDC;
}
.BgClassName
{
background-color: #9C8FDC;
}
</style>
border-color css
<style>
span { border-color: #9C8FDC; }
span { border-color: rgb(156,143,220); }
td.TdClassName
{
border-color: #9C8FDC;
}
.TagClassName
{
border-color: #9C8FDC;
}
</style>