Shades of Wistful #9C8FCD
Tints of Wistful #9C8FCD
RGB
CMYK
RGB Variations
Color information
#9C8FCD (or 0x9C8FCD) is known color: Wistful. HEX triplet: 9C, 8F and CD. RGB value is (156,143,205). Sum of RGB (Red+Green+Blue) = 156+143+205=504 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.95% from 504); Green value is 143 (56.25% from 255 or 28.37% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C8FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FCD is #637032. Grayscale: #999999. Windows color (decimal): -6516787 or 13471644. OLE color: 13471644.
HSL color Cylindrical-coordinate representation of color #9C8FCD: hue angle of 252.58º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C8FCD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 143 | 205 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.20 |
| HSL | 252.58º | 0.38% | 0.68% | - |
| HSV(B) | 252.58º | 0.3% | 0.8% | - |
| XYZ | 34.55 | 31.12 | 61.94 | - |
| YUV | 153.96 | 156.81 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 205 | 0.24 | 0.30 | 0 | 0.20 | 252.58 | 0.38 | 0.68 |
| Hex | 9C | 8F | CD | 18 | 1E | 0 | 14 | FD | 26 | 44 |
| Octal | 234 | 217 | 315 | 30 | 36 | 0 | 24 | 375 | 46 | 104 |
| Binary | 10011100 | 10001111 | 11001101 | 11000 | 11110 | 0 | 10100 | 11111101 | 100110 | 1000100 |
Color Harmonies of #9C8FCD
Complementary color
Monochromatic Colors of #9C8FCD
Black with #9C8FCD
Text Example
Text Example
White with #9C8FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FCD; }
p { color: rgb(156,143,205); }
H1.HeaderClassName
{
color: #9C8FCD;
}
.AnyTagClassName
{
color: #9C8FCD;
}
</style>
background-color css
<style>
a { background-color: #9C8FCD; }
a { background-color: rgb(156,143,205); }
div.DivClassName
{
background-color: #9C8FCD;
}
.BgClassName
{
background-color: #9C8FCD;
}
</style>
border-color css
<style>
span { border-color: #9C8FCD; }
span { border-color: rgb(156,143,205); }
td.TdClassName
{
border-color: #9C8FCD;
}
.TagClassName
{
border-color: #9C8FCD;
}
</style>