Shades of Wistful #9C8FCE
Tints of Wistful #9C8FCE
RGB
CMYK
RGB Variations
Color information
#9C8FCE (or 0x9C8FCE) is known color: Wistful. HEX triplet: 9C, 8F and CE. RGB value is (156,143,206). Sum of RGB (Red+Green+Blue) = 156+143+206=505 (66% of max value = 765). Red value is 156 (61.33% from 255 or 30.89% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C8FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8FCE is #637031. Grayscale: #999999. Windows color (decimal): -6516786 or 13537180. OLE color: 13537180.
HSL color Cylindrical-coordinate representation of color #9C8FCE: hue angle of 252.38º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C8FCE is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 143 | 206 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.19 |
| HSL | 252.38º | 0.39% | 0.68% | - |
| HSV(B) | 252.38º | 0.31% | 0.81% | - |
| XYZ | 34.67 | 31.17 | 62.58 | - |
| YUV | 154.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 206 | 0.24 | 0.31 | 0 | 0.19 | 252.38 | 0.39 | 0.68 |
| Hex | 9C | 8F | CE | 18 | 1F | 0 | 13 | FC | 27 | 44 |
| Octal | 234 | 217 | 316 | 30 | 37 | 0 | 23 | 374 | 47 | 104 |
| Binary | 10011100 | 10001111 | 11001110 | 11000 | 11111 | 0 | 10011 | 11111100 | 100111 | 1000100 |
Color Harmonies of #9C8FCE
Complementary color
Monochromatic Colors of #9C8FCE
Black with #9C8FCE
Text Example
Text Example
White with #9C8FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FCE; }
p { color: rgb(156,143,206); }
H1.HeaderClassName
{
color: #9C8FCE;
}
.AnyTagClassName
{
color: #9C8FCE;
}
</style>
background-color css
<style>
a { background-color: #9C8FCE; }
a { background-color: rgb(156,143,206); }
div.DivClassName
{
background-color: #9C8FCE;
}
.BgClassName
{
background-color: #9C8FCE;
}
</style>
border-color css
<style>
span { border-color: #9C8FCE; }
span { border-color: rgb(156,143,206); }
td.TdClassName
{
border-color: #9C8FCE;
}
.TagClassName
{
border-color: #9C8FCE;
}
</style>