Shades of Wistful #9F9BC1
Tints of Wistful #9F9BC1
RGB
CMYK
RGB Variations
Color information
#9F9BC1 (or 0x9F9BC1) is known color: Wistful. HEX triplet: 9F, 9B and C1. RGB value is (159,155,193). Sum of RGB (Red+Green+Blue) = 159+155+193=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 155 (60.94% from 255 or 30.57% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #9F9BC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BC1 is #60643E. Grayscale: #A0A0A0. Windows color (decimal): -6317119 or 12688287. OLE color: 12688287.
HSL color Cylindrical-coordinate representation of color #9F9BC1: hue angle of 246.32º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9F9BC1 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 155 | 193 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.24 |
| HSL | 246.32º | 0.23% | 0.68% | - |
| HSV(B) | 246.32º | 0.2% | 0.76% | - |
| XYZ | 35.65 | 34.66 | 55.26 | - |
| YUV | 160.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 193 | 0.18 | 0.20 | 0 | 0.24 | 246.32 | 0.23 | 0.68 |
| Hex | 9F | 9B | C1 | 12 | 14 | 0 | 18 | F6 | 17 | 44 |
| Octal | 237 | 233 | 301 | 22 | 24 | 0 | 30 | 366 | 27 | 104 |
| Binary | 10011111 | 10011011 | 11000001 | 10010 | 10100 | 0 | 11000 | 11110110 | 10111 | 1000100 |
Color Harmonies of #9F9BC1
Complementary color
Monochromatic Colors of #9F9BC1
Black with #9F9BC1
Text Example
Text Example
White with #9F9BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BC1; }
p { color: rgb(159,155,193); }
H1.HeaderClassName
{
color: #9F9BC1;
}
.AnyTagClassName
{
color: #9F9BC1;
}
</style>
background-color css
<style>
a { background-color: #9F9BC1; }
a { background-color: rgb(159,155,193); }
div.DivClassName
{
background-color: #9F9BC1;
}
.BgClassName
{
background-color: #9F9BC1;
}
</style>
border-color css
<style>
span { border-color: #9F9BC1; }
span { border-color: rgb(159,155,193); }
td.TdClassName
{
border-color: #9F9BC1;
}
.TagClassName
{
border-color: #9F9BC1;
}
</style>