Shades of Wistful #9C8FEB
Tints of Wistful #9C8FEB
RGB
CMYK
RGB Variations
Color information
#9C8FEB (or 0x9C8FEB) is known color: Wistful. HEX triplet: 9C, 8F and EB. RGB value is (156,143,235). Sum of RGB (Red+Green+Blue) = 156+143+235=534 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.21% from 534); Green value is 143 (56.25% from 255 or 26.78% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C8FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8FEB is #637014. Grayscale: #9D9D9D. Windows color (decimal): -6516757 or 15437724. OLE color: 15437724.
HSL color Cylindrical-coordinate representation of color #9C8FEB: hue angle of 248.48º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C8FEB is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 143 | 235 | - |
| CMYK | 0.34 | 0.39 | 0 | 0.08 |
| HSL | 248.48º | 0.7% | 0.74% | - |
| HSV(B) | 248.48º | 0.39% | 0.92% | - |
| XYZ | 38.53 | 32.71 | 82.88 | - |
| YUV | 157.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 235 | 0.34 | 0.39 | 0 | 0.08 | 248.48 | 0.7 | 0.74 |
| Hex | 9C | 8F | EB | 22 | 27 | 0 | 8 | F8 | 46 | 4A |
| Octal | 234 | 217 | 353 | 42 | 47 | 0 | 10 | 370 | 106 | 112 |
| Binary | 10011100 | 10001111 | 11101011 | 100010 | 100111 | 0 | 1000 | 11111000 | 1000110 | 1001010 |
Color Harmonies of #9C8FEB
Complementary color
Monochromatic Colors of #9C8FEB
Black with #9C8FEB
Text Example
Text Example
White with #9C8FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FEB; }
p { color: rgb(156,143,235); }
H1.HeaderClassName
{
color: #9C8FEB;
}
.AnyTagClassName
{
color: #9C8FEB;
}
</style>
background-color css
<style>
a { background-color: #9C8FEB; }
a { background-color: rgb(156,143,235); }
div.DivClassName
{
background-color: #9C8FEB;
}
.BgClassName
{
background-color: #9C8FEB;
}
</style>
border-color css
<style>
span { border-color: #9C8FEB; }
span { border-color: rgb(156,143,235); }
td.TdClassName
{
border-color: #9C8FEB;
}
.TagClassName
{
border-color: #9C8FEB;
}
</style>