Shades of Wistful #9C92EA
Tints of Wistful #9C92EA
RGB
CMYK
RGB Variations
Color information
#9C92EA (or 0x9C92EA) is known color: Wistful. HEX triplet: 9C, 92 and EA. RGB value is (156,146,234). Sum of RGB (Red+Green+Blue) = 156+146+234=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 146 (57.42% from 255 or 27.24% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #9C92EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C92EA is #636D15. Grayscale: #9E9E9E. Windows color (decimal): -6515990 or 15372956. OLE color: 15372956.
HSL color Cylindrical-coordinate representation of color #9C92EA: hue angle of 246.82º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C92EA is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 146 | 234 | - |
| CMYK | 0.33 | 0.38 | 0 | 0.08 |
| HSL | 246.82º | 0.68% | 0.75% | - |
| HSV(B) | 246.82º | 0.38% | 0.92% | - |
| XYZ | 38.84 | 33.57 | 82.27 | - |
| YUV | 159.02 | 170.31 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 146 | 234 | 0.33 | 0.38 | 0 | 0.08 | 246.82 | 0.68 | 0.75 |
| Hex | 9C | 92 | EA | 21 | 26 | 0 | 8 | F7 | 44 | 4B |
| Octal | 234 | 222 | 352 | 41 | 46 | 0 | 10 | 367 | 104 | 113 |
| Binary | 10011100 | 10010010 | 11101010 | 100001 | 100110 | 0 | 1000 | 11110111 | 1000100 | 1001011 |
Color Harmonies of #9C92EA
Complementary color
Monochromatic Colors of #9C92EA
Black with #9C92EA
Text Example
Text Example
White with #9C92EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C92EA; }
p { color: rgb(156,146,234); }
H1.HeaderClassName
{
color: #9C92EA;
}
.AnyTagClassName
{
color: #9C92EA;
}
</style>
background-color css
<style>
a { background-color: #9C92EA; }
a { background-color: rgb(156,146,234); }
div.DivClassName
{
background-color: #9C92EA;
}
.BgClassName
{
background-color: #9C92EA;
}
</style>
border-color css
<style>
span { border-color: #9C92EA; }
span { border-color: rgb(156,146,234); }
td.TdClassName
{
border-color: #9C92EA;
}
.TagClassName
{
border-color: #9C92EA;
}
</style>