Shades of Wistful #9C8EDE
Tints of Wistful #9C8EDE
RGB
CMYK
RGB Variations
Color information
#9C8EDE (or 0x9C8EDE) is known color: Wistful. HEX triplet: 9C, 8E and DE. RGB value is (156,142,222). Sum of RGB (Red+Green+Blue) = 156+142+222=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C8EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8EDE is #637121. Grayscale: #9B9B9B. Windows color (decimal): -6517026 or 14585500. OLE color: 14585500.
HSL color Cylindrical-coordinate representation of color #9C8EDE: hue angle of 250.5º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C8EDE is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 142 | 222 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.13 |
| HSL | 250.5º | 0.55% | 0.71% | - |
| HSV(B) | 250.5º | 0.36% | 0.87% | - |
| XYZ | 36.57 | 31.69 | 73.3 | - |
| YUV | 155.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 222 | 0.30 | 0.36 | 0 | 0.13 | 250.5 | 0.55 | 0.71 |
| Hex | 9C | 8E | DE | 1E | 24 | 0 | D | FB | 37 | 47 |
| Octal | 234 | 216 | 336 | 36 | 44 | 0 | 15 | 373 | 67 | 107 |
| Binary | 10011100 | 10001110 | 11011110 | 11110 | 100100 | 0 | 1101 | 11111011 | 110111 | 1000111 |
Color Harmonies of #9C8EDE
Complementary color
Monochromatic Colors of #9C8EDE
Black with #9C8EDE
Text Example
Text Example
White with #9C8EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8EDE; }
p { color: rgb(156,142,222); }
H1.HeaderClassName
{
color: #9C8EDE;
}
.AnyTagClassName
{
color: #9C8EDE;
}
</style>
background-color css
<style>
a { background-color: #9C8EDE; }
a { background-color: rgb(156,142,222); }
div.DivClassName
{
background-color: #9C8EDE;
}
.BgClassName
{
background-color: #9C8EDE;
}
</style>
border-color css
<style>
span { border-color: #9C8EDE; }
span { border-color: rgb(156,142,222); }
td.TdClassName
{
border-color: #9C8EDE;
}
.TagClassName
{
border-color: #9C8EDE;
}
</style>