Shades of Wistful #9F99CC
Tints of Wistful #9F99CC
RGB
CMYK
RGB Variations
Color information
#9F99CC (or 0x9F99CC) is known color: Wistful. HEX triplet: 9F, 99 and CC. RGB value is (159,153,204). Sum of RGB (Red+Green+Blue) = 159+153+204=516 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.81% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F99CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F99CC is #606633. Grayscale: #A0A0A0. Windows color (decimal): -6317620 or 13408671. OLE color: 13408671.
HSL color Cylindrical-coordinate representation of color #9F99CC: hue angle of 247.06º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9F99CC is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 153 | 204 | - |
| CMYK | 0.22 | 0.25 | 0 | 0.2 |
| HSL | 247.06º | 0.33% | 0.7% | - |
| HSV(B) | 247.06º | 0.25% | 0.8% | - |
| XYZ | 36.59 | 34.51 | 61.86 | - |
| YUV | 160.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 204 | 0.22 | 0.25 | 0 | 0.2 | 247.06 | 0.33 | 0.7 |
| Hex | 9F | 99 | CC | 16 | 19 | 0 | 14 | F7 | 21 | 46 |
| Octal | 237 | 231 | 314 | 26 | 31 | 0 | 24 | 367 | 41 | 106 |
| Binary | 10011111 | 10011001 | 11001100 | 10110 | 11001 | 0 | 10100 | 11110111 | 100001 | 1000110 |
Color Harmonies of #9F99CC
Complementary color
Monochromatic Colors of #9F99CC
Black with #9F99CC
Text Example
Text Example
White with #9F99CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F99CC; }
p { color: rgb(159,153,204); }
H1.HeaderClassName
{
color: #9F99CC;
}
.AnyTagClassName
{
color: #9F99CC;
}
</style>
background-color css
<style>
a { background-color: #9F99CC; }
a { background-color: rgb(159,153,204); }
div.DivClassName
{
background-color: #9F99CC;
}
.BgClassName
{
background-color: #9F99CC;
}
</style>
border-color css
<style>
span { border-color: #9F99CC; }
span { border-color: rgb(159,153,204); }
td.TdClassName
{
border-color: #9F99CC;
}
.TagClassName
{
border-color: #9F99CC;
}
</style>