Shades of Wistful #9C8EDF
Tints of Wistful #9C8EDF
RGB
CMYK
RGB Variations
Color information
#9C8EDF (or 0x9C8EDF) is known color: Wistful. HEX triplet: 9C, 8E and DF. RGB value is (156,142,223). Sum of RGB (Red+Green+Blue) = 156+142+223=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C8EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C8EDF is #637120. Grayscale: #9B9B9B. Windows color (decimal): -6517025 or 14651036. OLE color: 14651036.
HSL color Cylindrical-coordinate representation of color #9C8EDF: hue angle of 250.37º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C8EDF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 142 | 223 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.13 |
| HSL | 250.37º | 0.56% | 0.72% | - |
| HSV(B) | 250.37º | 0.36% | 0.87% | - |
| XYZ | 36.7 | 31.74 | 74 | - |
| YUV | 155.42 | 166.14 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 223 | 0.30 | 0.36 | 0 | 0.13 | 250.37 | 0.56 | 0.72 |
| Hex | 9C | 8E | DF | 1E | 24 | 0 | D | FA | 38 | 48 |
| Octal | 234 | 216 | 337 | 36 | 44 | 0 | 15 | 372 | 70 | 110 |
| Binary | 10011100 | 10001110 | 11011111 | 11110 | 100100 | 0 | 1101 | 11111010 | 111000 | 1001000 |
Color Harmonies of #9C8EDF
Complementary color
Monochromatic Colors of #9C8EDF
Black with #9C8EDF
Text Example
Text Example
White with #9C8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8EDF; }
p { color: rgb(156,142,223); }
H1.HeaderClassName
{
color: #9C8EDF;
}
.AnyTagClassName
{
color: #9C8EDF;
}
</style>
background-color css
<style>
a { background-color: #9C8EDF; }
a { background-color: rgb(156,142,223); }
div.DivClassName
{
background-color: #9C8EDF;
}
.BgClassName
{
background-color: #9C8EDF;
}
</style>
border-color css
<style>
span { border-color: #9C8EDF; }
span { border-color: rgb(156,142,223); }
td.TdClassName
{
border-color: #9C8EDF;
}
.TagClassName
{
border-color: #9C8EDF;
}
</style>