Shades of Wistful #9D8FDC
Tints of Wistful #9D8FDC
RGB
CMYK
RGB Variations
Color information
#9D8FDC (or 0x9D8FDC) is known color: Wistful. HEX triplet: 9D, 8F and DC. RGB value is (157,143,220). Sum of RGB (Red+Green+Blue) = 157+143+220=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D8FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FDC is #627023. Grayscale: #9B9B9B. Windows color (decimal): -6451236 or 14454685. OLE color: 14454685.
HSL color Cylindrical-coordinate representation of color #9D8FDC: hue angle of 250.91º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D8FDC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 143 | 220 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.14 |
| HSL | 250.91º | 0.52% | 0.71% | - |
| HSV(B) | 250.91º | 0.35% | 0.86% | - |
| XYZ | 36.65 | 31.98 | 71.95 | - |
| YUV | 155.96 | 164.14 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 220 | 0.29 | 0.35 | 0 | 0.14 | 250.91 | 0.52 | 0.71 |
| Hex | 9D | 8F | DC | 1D | 23 | 0 | E | FB | 34 | 47 |
| Octal | 235 | 217 | 334 | 35 | 43 | 0 | 16 | 373 | 64 | 107 |
| Binary | 10011101 | 10001111 | 11011100 | 11101 | 100011 | 0 | 1110 | 11111011 | 110100 | 1000111 |
Color Harmonies of #9D8FDC
Complementary color
Monochromatic Colors of #9D8FDC
Black with #9D8FDC
Text Example
Text Example
White with #9D8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8FDC; }
p { color: rgb(157,143,220); }
H1.HeaderClassName
{
color: #9D8FDC;
}
.AnyTagClassName
{
color: #9D8FDC;
}
</style>
background-color css
<style>
a { background-color: #9D8FDC; }
a { background-color: rgb(157,143,220); }
div.DivClassName
{
background-color: #9D8FDC;
}
.BgClassName
{
background-color: #9D8FDC;
}
</style>
border-color css
<style>
span { border-color: #9D8FDC; }
span { border-color: rgb(157,143,220); }
td.TdClassName
{
border-color: #9D8FDC;
}
.TagClassName
{
border-color: #9D8FDC;
}
</style>