Shades of Wistful #9C8DEB
Tints of Wistful #9C8DEB
RGB
CMYK
RGB Variations
Color information
#9C8DEB (or 0x9C8DEB) is known color: Wistful. HEX triplet: 9C, 8D and EB. RGB value is (156,141,235). Sum of RGB (Red+Green+Blue) = 156+141+235=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C8DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8DEB is #637214. Grayscale: #9B9B9B. Windows color (decimal): -6517269 or 15437212. OLE color: 15437212.
HSL color Cylindrical-coordinate representation of color #9C8DEB: hue angle of 249.57º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C8DEB is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 141 | 235 | - |
| CMYK | 0.34 | 0.4 | 0 | 0.08 |
| HSL | 249.57º | 0.7% | 0.74% | - |
| HSV(B) | 249.57º | 0.4% | 0.92% | - |
| XYZ | 38.23 | 32.12 | 82.78 | - |
| YUV | 156.2 | 172.47 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 141 | 235 | 0.34 | 0.4 | 0 | 0.08 | 249.57 | 0.7 | 0.74 |
| Hex | 9C | 8D | EB | 22 | 28 | 0 | 8 | FA | 46 | 4A |
| Octal | 234 | 215 | 353 | 42 | 50 | 0 | 10 | 372 | 106 | 112 |
| Binary | 10011100 | 10001101 | 11101011 | 100010 | 101000 | 0 | 1000 | 11111010 | 1000110 | 1001010 |
Color Harmonies of #9C8DEB
Complementary color
Monochromatic Colors of #9C8DEB
Black with #9C8DEB
Text Example
Text Example
White with #9C8DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8DEB; }
p { color: rgb(156,141,235); }
H1.HeaderClassName
{
color: #9C8DEB;
}
.AnyTagClassName
{
color: #9C8DEB;
}
</style>
background-color css
<style>
a { background-color: #9C8DEB; }
a { background-color: rgb(156,141,235); }
div.DivClassName
{
background-color: #9C8DEB;
}
.BgClassName
{
background-color: #9C8DEB;
}
</style>
border-color css
<style>
span { border-color: #9C8DEB; }
span { border-color: rgb(156,141,235); }
td.TdClassName
{
border-color: #9C8DEB;
}
.TagClassName
{
border-color: #9C8DEB;
}
</style>