Shades of Wistful #9F9BEC
Tints of Wistful #9F9BEC
RGB
CMYK
RGB Variations
Color information
#9F9BEC (or 0x9F9BEC) is known color: Wistful. HEX triplet: 9F, 9B and EC. RGB value is (159,155,236). Sum of RGB (Red+Green+Blue) = 159+155+236=550 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.91% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #9F9BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9BEC is #606413. Grayscale: #A5A5A5. Windows color (decimal): -6317076 or 15506335. OLE color: 15506335.
HSL color Cylindrical-coordinate representation of color #9F9BEC: hue angle of 242.96º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F9BEC is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 155 | 236 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.07 |
| HSL | 242.96º | 0.68% | 0.77% | - |
| HSV(B) | 242.96º | 0.34% | 0.93% | - |
| XYZ | 41.16 | 36.87 | 84.3 | - |
| YUV | 165.43 | 167.83 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 236 | 0.33 | 0.34 | 0 | 0.07 | 242.96 | 0.68 | 0.77 |
| Hex | 9F | 9B | EC | 21 | 22 | 0 | 7 | F3 | 44 | 4D |
| Octal | 237 | 233 | 354 | 41 | 42 | 0 | 7 | 363 | 104 | 115 |
| Binary | 10011111 | 10011011 | 11101100 | 100001 | 100010 | 0 | 111 | 11110011 | 1000100 | 1001101 |
Color Harmonies of #9F9BEC
Complementary color
Monochromatic Colors of #9F9BEC
Black with #9F9BEC
Text Example
Text Example
White with #9F9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BEC; }
p { color: rgb(159,155,236); }
H1.HeaderClassName
{
color: #9F9BEC;
}
.AnyTagClassName
{
color: #9F9BEC;
}
</style>
background-color css
<style>
a { background-color: #9F9BEC; }
a { background-color: rgb(159,155,236); }
div.DivClassName
{
background-color: #9F9BEC;
}
.BgClassName
{
background-color: #9F9BEC;
}
</style>
border-color css
<style>
span { border-color: #9F9BEC; }
span { border-color: rgb(159,155,236); }
td.TdClassName
{
border-color: #9F9BEC;
}
.TagClassName
{
border-color: #9F9BEC;
}
</style>