Shades of Wistful #9D8CDC
Tints of Wistful #9D8CDC
RGB
CMYK
RGB Variations
Color information
#9D8CDC (or 0x9D8CDC) is known color: Wistful. HEX triplet: 9D, 8C and DC. RGB value is (157,140,220). Sum of RGB (Red+Green+Blue) = 157+140+220=517 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.37% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D8CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8CDC is #627323. Grayscale: #999999. Windows color (decimal): -6452004 or 14453917. OLE color: 14453917.
HSL color Cylindrical-coordinate representation of color #9D8CDC: hue angle of 252.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D8CDC is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 140 | 220 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.14 |
| HSL | 252.75º | 0.53% | 0.71% | - |
| HSV(B) | 252.75º | 0.36% | 0.86% | - |
| XYZ | 36.2 | 31.09 | 71.8 | - |
| YUV | 154.2 | 165.13 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 140 | 220 | 0.29 | 0.36 | 0 | 0.14 | 252.75 | 0.53 | 0.71 |
| Hex | 9D | 8C | DC | 1D | 24 | 0 | E | FD | 35 | 47 |
| Octal | 235 | 214 | 334 | 35 | 44 | 0 | 16 | 375 | 65 | 107 |
| Binary | 10011101 | 10001100 | 11011100 | 11101 | 100100 | 0 | 1110 | 11111101 | 110101 | 1000111 |
Color Harmonies of #9D8CDC
Complementary color
Monochromatic Colors of #9D8CDC
Black with #9D8CDC
Text Example
Text Example
White with #9D8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8CDC; }
p { color: rgb(157,140,220); }
H1.HeaderClassName
{
color: #9D8CDC;
}
.AnyTagClassName
{
color: #9D8CDC;
}
</style>
background-color css
<style>
a { background-color: #9D8CDC; }
a { background-color: rgb(157,140,220); }
div.DivClassName
{
background-color: #9D8CDC;
}
.BgClassName
{
background-color: #9D8CDC;
}
</style>
border-color css
<style>
span { border-color: #9D8CDC; }
span { border-color: rgb(157,140,220); }
td.TdClassName
{
border-color: #9D8CDC;
}
.TagClassName
{
border-color: #9D8CDC;
}
</style>