Shades of Wistful #9F9FEA
Tints of Wistful #9F9FEA
RGB
CMYK
RGB Variations
Color information
#9F9FEA (or 0x9F9FEA) is known color: Wistful. HEX triplet: 9F, 9F and EA. RGB value is (159,159,234). Sum of RGB (Red+Green+Blue) = 159+159+234=552 (73% of max value = 765). Red value is 159 (62.5% from 255 or 28.80% from 552); Green value is 159 (62.5% from 255 or 28.80% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #9F9FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F9FEA is #606015. Grayscale: #A7A7A7. Windows color (decimal): -6316054 or 15376287. OLE color: 15376287.
HSL color Cylindrical-coordinate representation of color #9F9FEA: hue angle of 240º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F9FEA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 159 | 234 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.08 |
| HSL | 240º | 0.64% | 0.77% | - |
| HSV(B) | 240º | 0.32% | 0.92% | - |
| XYZ | 41.55 | 38.11 | 83.01 | - |
| YUV | 167.55 | 165.5 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 159 | 234 | 0.32 | 0.32 | 0 | 0.08 | 240 | 0.64 | 0.77 |
| Hex | 9F | 9F | EA | 20 | 20 | 0 | 8 | F0 | 40 | 4D |
| Octal | 237 | 237 | 352 | 40 | 40 | 0 | 10 | 360 | 100 | 115 |
| Binary | 10011111 | 10011111 | 11101010 | 100000 | 100000 | 0 | 1000 | 11110000 | 1000000 | 1001101 |
Color Harmonies of #9F9FEA
Complementary color
Monochromatic Colors of #9F9FEA
Black with #9F9FEA
Text Example
Text Example
White with #9F9FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9FEA; }
p { color: rgb(159,159,234); }
H1.HeaderClassName
{
color: #9F9FEA;
}
.AnyTagClassName
{
color: #9F9FEA;
}
</style>
background-color css
<style>
a { background-color: #9F9FEA; }
a { background-color: rgb(159,159,234); }
div.DivClassName
{
background-color: #9F9FEA;
}
.BgClassName
{
background-color: #9F9FEA;
}
</style>
border-color css
<style>
span { border-color: #9F9FEA; }
span { border-color: rgb(159,159,234); }
td.TdClassName
{
border-color: #9F9FEA;
}
.TagClassName
{
border-color: #9F9FEA;
}
</style>