Shades of Wistful #9F9ECB
Tints of Wistful #9F9ECB
RGB
CMYK
RGB Variations
Color information
#9F9ECB (or 0x9F9ECB) is known color: Wistful. HEX triplet: 9F, 9E and CB. RGB value is (159,158,203). Sum of RGB (Red+Green+Blue) = 159+158+203=520 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.58% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F9ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9ECB is #606134. Grayscale: #A3A3A3. Windows color (decimal): -6316341 or 13344415. OLE color: 13344415.
HSL color Cylindrical-coordinate representation of color #9F9ECB: hue angle of 241.33º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F9ECB is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 158 | 203 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.20 |
| HSL | 241.33º | 0.3% | 0.71% | - |
| HSV(B) | 241.33º | 0.22% | 0.8% | - |
| XYZ | 37.3 | 36.14 | 61.51 | - |
| YUV | 163.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 203 | 0.22 | 0.22 | 0 | 0.20 | 241.33 | 0.3 | 0.71 |
| Hex | 9F | 9E | CB | 16 | 16 | 0 | 14 | F1 | 1E | 47 |
| Octal | 237 | 236 | 313 | 26 | 26 | 0 | 24 | 361 | 36 | 107 |
| Binary | 10011111 | 10011110 | 11001011 | 10110 | 10110 | 0 | 10100 | 11110001 | 11110 | 1000111 |
Color Harmonies of #9F9ECB
Complementary color
Monochromatic Colors of #9F9ECB
Black with #9F9ECB
Text Example
Text Example
White with #9F9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9ECB; }
p { color: rgb(159,158,203); }
H1.HeaderClassName
{
color: #9F9ECB;
}
.AnyTagClassName
{
color: #9F9ECB;
}
</style>
background-color css
<style>
a { background-color: #9F9ECB; }
a { background-color: rgb(159,158,203); }
div.DivClassName
{
background-color: #9F9ECB;
}
.BgClassName
{
background-color: #9F9ECB;
}
</style>
border-color css
<style>
span { border-color: #9F9ECB; }
span { border-color: rgb(159,158,203); }
td.TdClassName
{
border-color: #9F9ECB;
}
.TagClassName
{
border-color: #9F9ECB;
}
</style>