Shades of Wistful #9F9BDC
Tints of Wistful #9F9BDC
RGB
CMYK
RGB Variations
Color information
#9F9BDC (or 0x9F9BDC) is known color: Wistful. HEX triplet: 9F, 9B and DC. RGB value is (159,155,220). Sum of RGB (Red+Green+Blue) = 159+155+220=534 (70% of max value = 765). Red value is 159 (62.5% from 255 or 29.78% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F9BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9F9BDC is #606423. Grayscale: #A3A3A3. Windows color (decimal): -6317092 or 14457759. OLE color: 14457759.
HSL color Cylindrical-coordinate representation of color #9F9BDC: hue angle of 243.69º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F9BDC is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 155 | 220 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.14 |
| HSL | 243.69º | 0.48% | 0.74% | - |
| HSV(B) | 243.69º | 0.3% | 0.86% | - |
| XYZ | 38.94 | 35.98 | 72.6 | - |
| YUV | 163.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 155 | 220 | 0.28 | 0.30 | 0 | 0.14 | 243.69 | 0.48 | 0.74 |
| Hex | 9F | 9B | DC | 1C | 1E | 0 | E | F4 | 30 | 4A |
| Octal | 237 | 233 | 334 | 34 | 36 | 0 | 16 | 364 | 60 | 112 |
| Binary | 10011111 | 10011011 | 11011100 | 11100 | 11110 | 0 | 1110 | 11110100 | 110000 | 1001010 |
Color Harmonies of #9F9BDC
Complementary color
Monochromatic Colors of #9F9BDC
Black with #9F9BDC
Text Example
Text Example
White with #9F9BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9BDC; }
p { color: rgb(159,155,220); }
H1.HeaderClassName
{
color: #9F9BDC;
}
.AnyTagClassName
{
color: #9F9BDC;
}
</style>
background-color css
<style>
a { background-color: #9F9BDC; }
a { background-color: rgb(159,155,220); }
div.DivClassName
{
background-color: #9F9BDC;
}
.BgClassName
{
background-color: #9F9BDC;
}
</style>
border-color css
<style>
span { border-color: #9F9BDC; }
span { border-color: rgb(159,155,220); }
td.TdClassName
{
border-color: #9F9BDC;
}
.TagClassName
{
border-color: #9F9BDC;
}
</style>