Shades of Wistful #9C8EDA
Tints of Wistful #9C8EDA
RGB
CMYK
RGB Variations
Color information
#9C8EDA (or 0x9C8EDA) is known color: Wistful. HEX triplet: 9C, 8E and DA. RGB value is (156,142,218). Sum of RGB (Red+Green+Blue) = 156+142+218=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C8EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8EDA is #637125. Grayscale: #9A9A9A. Windows color (decimal): -6517030 or 14323356. OLE color: 14323356.
HSL color Cylindrical-coordinate representation of color #9C8EDA: hue angle of 251.05º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C8EDA is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 142 | 218 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.15 |
| HSL | 251.05º | 0.51% | 0.71% | - |
| HSV(B) | 251.05º | 0.35% | 0.85% | - |
| XYZ | 36.04 | 31.48 | 70.51 | - |
| YUV | 154.85 | 163.64 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 218 | 0.28 | 0.35 | 0 | 0.15 | 251.05 | 0.51 | 0.71 |
| Hex | 9C | 8E | DA | 1C | 23 | 0 | F | FB | 33 | 47 |
| Octal | 234 | 216 | 332 | 34 | 43 | 0 | 17 | 373 | 63 | 107 |
| Binary | 10011100 | 10001110 | 11011010 | 11100 | 100011 | 0 | 1111 | 11111011 | 110011 | 1000111 |
Color Harmonies of #9C8EDA
Complementary color
Monochromatic Colors of #9C8EDA
Black with #9C8EDA
Text Example
Text Example
White with #9C8EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8EDA; }
p { color: rgb(156,142,218); }
H1.HeaderClassName
{
color: #9C8EDA;
}
.AnyTagClassName
{
color: #9C8EDA;
}
</style>
background-color css
<style>
a { background-color: #9C8EDA; }
a { background-color: rgb(156,142,218); }
div.DivClassName
{
background-color: #9C8EDA;
}
.BgClassName
{
background-color: #9C8EDA;
}
</style>
border-color css
<style>
span { border-color: #9C8EDA; }
span { border-color: rgb(156,142,218); }
td.TdClassName
{
border-color: #9C8EDA;
}
.TagClassName
{
border-color: #9C8EDA;
}
</style>