Shades of Wistful #9C8EEB
Tints of Wistful #9C8EEB
RGB
CMYK
RGB Variations
Color information
#9C8EEB (or 0x9C8EEB) is known color: Wistful. HEX triplet: 9C, 8E and EB. RGB value is (156,142,235). Sum of RGB (Red+Green+Blue) = 156+142+235=533 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.27% from 533); Green value is 142 (55.86% from 255 or 26.64% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C8EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8EEB is #637114. Grayscale: #9C9C9C. Windows color (decimal): -6517013 or 15437468. OLE color: 15437468.
HSL color Cylindrical-coordinate representation of color #9C8EEB: hue angle of 249.03º 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 #9C8EEB is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 142 | 235 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.08 |
| HSL | 249.03º | 0.7% | 0.74% | - |
| HSV(B) | 249.03º | 0.4% | 0.92% | - |
| XYZ | 38.38 | 32.41 | 82.83 | - |
| YUV | 156.79 | 172.14 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 142 | 235 | 0.34 | 0.40 | 0 | 0.08 | 249.03 | 0.7 | 0.74 |
| Hex | 9C | 8E | EB | 22 | 28 | 0 | 8 | F9 | 46 | 4A |
| Octal | 234 | 216 | 353 | 42 | 50 | 0 | 10 | 371 | 106 | 112 |
| Binary | 10011100 | 10001110 | 11101011 | 100010 | 101000 | 0 | 1000 | 11111001 | 1000110 | 1001010 |
Color Harmonies of #9C8EEB
Complementary color
Monochromatic Colors of #9C8EEB
Black with #9C8EEB
Text Example
Text Example
White with #9C8EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8EEB; }
p { color: rgb(156,142,235); }
H1.HeaderClassName
{
color: #9C8EEB;
}
.AnyTagClassName
{
color: #9C8EEB;
}
</style>
background-color css
<style>
a { background-color: #9C8EEB; }
a { background-color: rgb(156,142,235); }
div.DivClassName
{
background-color: #9C8EEB;
}
.BgClassName
{
background-color: #9C8EEB;
}
</style>
border-color css
<style>
span { border-color: #9C8EEB; }
span { border-color: rgb(156,142,235); }
td.TdClassName
{
border-color: #9C8EEB;
}
.TagClassName
{
border-color: #9C8EEB;
}
</style>