Shades of Wistful #9F99C4
Tints of Wistful #9F99C4
RGB
CMYK
RGB Variations
Color information
#9F99C4 (or 0x9F99C4) is known color: Wistful. HEX triplet: 9F, 99 and C4. RGB value is (159,153,196). Sum of RGB (Red+Green+Blue) = 159+153+196=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 196 - color contains mainly: blue. Hex color #9F99C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99C4 is #60663B. Grayscale: #9F9F9F. Windows color (decimal): -6317628 or 12884383. OLE color: 12884383.
HSL color Cylindrical-coordinate representation of color #9F99C4: hue angle of 248.37º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9F99C4 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 153 | 196 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.23 |
| HSL | 248.37º | 0.27% | 0.68% | - |
| HSV(B) | 248.37º | 0.22% | 0.77% | - |
| XYZ | 35.65 | 34.14 | 56.93 | - |
| YUV | 159.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 196 | 0.19 | 0.22 | 0 | 0.23 | 248.37 | 0.27 | 0.68 |
| Hex | 9F | 99 | C4 | 13 | 16 | 0 | 17 | F8 | 1B | 44 |
| Octal | 237 | 231 | 304 | 23 | 26 | 0 | 27 | 370 | 33 | 104 |
| Binary | 10011111 | 10011001 | 11000100 | 10011 | 10110 | 0 | 10111 | 11111000 | 11011 | 1000100 |
Color Harmonies of #9F99C4
Complementary color
Monochromatic Colors of #9F99C4
Black with #9F99C4
Text Example
Text Example
White with #9F99C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99C4; }
p { color: rgb(159,153,196); }
H1.HeaderClassName
{
color: #9F99C4;
}
.AnyTagClassName
{
color: #9F99C4;
}
</style>
background-color css
<style>
a { background-color: #9F99C4; }
a { background-color: rgb(159,153,196); }
div.DivClassName
{
background-color: #9F99C4;
}
.BgClassName
{
background-color: #9F99C4;
}
</style>
border-color css
<style>
span { border-color: #9F99C4; }
span { border-color: rgb(159,153,196); }
td.TdClassName
{
border-color: #9F99C4;
}
.TagClassName
{
border-color: #9F99C4;
}
</style>