Shades of Wistful #9D9BDF
Tints of Wistful #9D9BDF
RGB
CMYK
RGB Variations
Color information
#9D9BDF (or 0x9D9BDF) is known color: Wistful. HEX triplet: 9D, 9B and DF. RGB value is (157,155,223). Sum of RGB (Red+Green+Blue) = 157+155+223=535 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.35% from 535); Green value is 155 (60.94% from 255 or 28.97% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D9BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9BDF is #626420. Grayscale: #A3A3A3. Windows color (decimal): -6448161 or 14654365. OLE color: 14654365.
HSL color Cylindrical-coordinate representation of color #9D9BDF: hue angle of 241.76º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9D9BDF is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 155 | 223 | - |
| CMYK | 0.30 | 0.30 | 0 | 0.13 |
| HSL | 241.76º | 0.52% | 0.74% | - |
| HSV(B) | 241.76º | 0.3% | 0.87% | - |
| XYZ | 38.95 | 35.94 | 74.7 | - |
| YUV | 163.35 | 161.66 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 155 | 223 | 0.30 | 0.30 | 0 | 0.13 | 241.76 | 0.52 | 0.74 |
| Hex | 9D | 9B | DF | 1E | 1E | 0 | D | F2 | 34 | 4A |
| Octal | 235 | 233 | 337 | 36 | 36 | 0 | 15 | 362 | 64 | 112 |
| Binary | 10011101 | 10011011 | 11011111 | 11110 | 11110 | 0 | 1101 | 11110010 | 110100 | 1001010 |
Color Harmonies of #9D9BDF
Complementary color
Monochromatic Colors of #9D9BDF
Black with #9D9BDF
Text Example
Text Example
White with #9D9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9BDF; }
p { color: rgb(157,155,223); }
H1.HeaderClassName
{
color: #9D9BDF;
}
.AnyTagClassName
{
color: #9D9BDF;
}
</style>
background-color css
<style>
a { background-color: #9D9BDF; }
a { background-color: rgb(157,155,223); }
div.DivClassName
{
background-color: #9D9BDF;
}
.BgClassName
{
background-color: #9D9BDF;
}
</style>
border-color css
<style>
span { border-color: #9D9BDF; }
span { border-color: rgb(157,155,223); }
td.TdClassName
{
border-color: #9D9BDF;
}
.TagClassName
{
border-color: #9D9BDF;
}
</style>