Shades of Wistful #9F9BCE
Tints of Wistful #9F9BCE
RGB
CMYK
RGB Variations
Color information
#9F9BCE (or 0x9F9BCE) is known color: Wistful. HEX triplet: 9F, 9B and CE. RGB value is (159,155,206). Sum of RGB (Red+Green+Blue) = 159+155+206=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F9BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BCE is #606431. Grayscale: #A1A1A1. Windows color (decimal): -6317106 or 13540255. OLE color: 13540255.
HSL color Cylindrical-coordinate representation of color #9F9BCE: hue angle of 244.71º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F9BCE is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 155 | 206 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.19 |
| HSL | 244.71º | 0.34% | 0.71% | - |
| HSV(B) | 244.71º | 0.25% | 0.81% | - |
| XYZ | 37.16 | 35.27 | 63.24 | - |
| YUV | 162.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 206 | 0.23 | 0.25 | 0 | 0.19 | 244.71 | 0.34 | 0.71 |
| Hex | 9F | 9B | CE | 17 | 19 | 0 | 13 | F5 | 22 | 47 |
| Octal | 237 | 233 | 316 | 27 | 31 | 0 | 23 | 365 | 42 | 107 |
| Binary | 10011111 | 10011011 | 11001110 | 10111 | 11001 | 0 | 10011 | 11110101 | 100010 | 1000111 |
Color Harmonies of #9F9BCE
Complementary color
Monochromatic Colors of #9F9BCE
Black with #9F9BCE
Text Example
Text Example
White with #9F9BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BCE; }
p { color: rgb(159,155,206); }
H1.HeaderClassName
{
color: #9F9BCE;
}
.AnyTagClassName
{
color: #9F9BCE;
}
</style>
background-color css
<style>
a { background-color: #9F9BCE; }
a { background-color: rgb(159,155,206); }
div.DivClassName
{
background-color: #9F9BCE;
}
.BgClassName
{
background-color: #9F9BCE;
}
</style>
border-color css
<style>
span { border-color: #9F9BCE; }
span { border-color: rgb(159,155,206); }
td.TdClassName
{
border-color: #9F9BCE;
}
.TagClassName
{
border-color: #9F9BCE;
}
</style>