Shades of Wistful #9C8CDF
Tints of Wistful #9C8CDF
RGB
CMYK
RGB Variations
Color information
#9C8CDF (or 0x9C8CDF) is known color: Wistful. HEX triplet: 9C, 8C and DF. RGB value is (156,140,223). Sum of RGB (Red+Green+Blue) = 156+140+223=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 140 (55.08% from 255 or 26.97% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C8CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8CDF is #637320. Grayscale: #999999. Windows color (decimal): -6517537 or 14650524. OLE color: 14650524.
HSL color Cylindrical-coordinate representation of color #9C8CDF: hue angle of 251.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C8CDF is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 140 | 223 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.13 |
| HSL | 251.57º | 0.56% | 0.71% | - |
| HSV(B) | 251.57º | 0.37% | 0.87% | - |
| XYZ | 36.41 | 31.15 | 73.91 | - |
| YUV | 154.25 | 166.8 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 223 | 0.30 | 0.37 | 0 | 0.13 | 251.57 | 0.56 | 0.71 |
| Hex | 9C | 8C | DF | 1E | 25 | 0 | D | FC | 38 | 47 |
| Octal | 234 | 214 | 337 | 36 | 45 | 0 | 15 | 374 | 70 | 107 |
| Binary | 10011100 | 10001100 | 11011111 | 11110 | 100101 | 0 | 1101 | 11111100 | 111000 | 1000111 |
Color Harmonies of #9C8CDF
Complementary color
Monochromatic Colors of #9C8CDF
Black with #9C8CDF
Text Example
Text Example
White with #9C8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8CDF; }
p { color: rgb(156,140,223); }
H1.HeaderClassName
{
color: #9C8CDF;
}
.AnyTagClassName
{
color: #9C8CDF;
}
</style>
background-color css
<style>
a { background-color: #9C8CDF; }
a { background-color: rgb(156,140,223); }
div.DivClassName
{
background-color: #9C8CDF;
}
.BgClassName
{
background-color: #9C8CDF;
}
</style>
border-color css
<style>
span { border-color: #9C8CDF; }
span { border-color: rgb(156,140,223); }
td.TdClassName
{
border-color: #9C8CDF;
}
.TagClassName
{
border-color: #9C8CDF;
}
</style>