Shades of Wistful #9F9BEA
Tints of Wistful #9F9BEA
RGB
CMYK
RGB Variations
Color information
#9F9BEA (or 0x9F9BEA) is known color: Wistful. HEX triplet: 9F, 9B and EA. RGB value is (159,155,234). Sum of RGB (Red+Green+Blue) = 159+155+234=548 (72% of max value = 765). Red value is 159 (62.5% from 255 or 29.01% from 548); Green value is 155 (60.94% from 255 or 28.28% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F9BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9BEA is #606415. Grayscale: #A4A4A4. Windows color (decimal): -6317078 or 15375263. OLE color: 15375263.
HSL color Cylindrical-coordinate representation of color #9F9BEA: hue angle of 243.04º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F9BEA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 155 | 234 | - |
| CMYK | 0.32 | 0.34 | 0 | 0.08 |
| HSL | 243.04º | 0.65% | 0.76% | - |
| HSV(B) | 243.04º | 0.34% | 0.92% | - |
| XYZ | 40.87 | 36.75 | 82.78 | - |
| YUV | 165.2 | 166.83 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 234 | 0.32 | 0.34 | 0 | 0.08 | 243.04 | 0.65 | 0.76 |
| Hex | 9F | 9B | EA | 20 | 22 | 0 | 8 | F3 | 41 | 4C |
| Octal | 237 | 233 | 352 | 40 | 42 | 0 | 10 | 363 | 101 | 114 |
| Binary | 10011111 | 10011011 | 11101010 | 100000 | 100010 | 0 | 1000 | 11110011 | 1000001 | 1001100 |
Color Harmonies of #9F9BEA
Complementary color
Monochromatic Colors of #9F9BEA
Black with #9F9BEA
Text Example
Text Example
White with #9F9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BEA; }
p { color: rgb(159,155,234); }
H1.HeaderClassName
{
color: #9F9BEA;
}
.AnyTagClassName
{
color: #9F9BEA;
}
</style>
background-color css
<style>
a { background-color: #9F9BEA; }
a { background-color: rgb(159,155,234); }
div.DivClassName
{
background-color: #9F9BEA;
}
.BgClassName
{
background-color: #9F9BEA;
}
</style>
border-color css
<style>
span { border-color: #9F9BEA; }
span { border-color: rgb(159,155,234); }
td.TdClassName
{
border-color: #9F9BEA;
}
.TagClassName
{
border-color: #9F9BEA;
}
</style>