Shades of Wistful #9D8FDF
Tints of Wistful #9D8FDF
RGB
CMYK
RGB Variations
Color information
#9D8FDF (or 0x9D8FDF) is known color: Wistful. HEX triplet: 9D, 8F and DF. RGB value is (157,143,223). Sum of RGB (Red+Green+Blue) = 157+143+223=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D8FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D8FDF is #627020. Grayscale: #9C9C9C. Windows color (decimal): -6451233 or 14651293. OLE color: 14651293.
HSL color Cylindrical-coordinate representation of color #9D8FDF: hue angle of 250.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D8FDF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 143 | 223 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.13 |
| HSL | 250.5º | 0.56% | 0.72% | - |
| HSV(B) | 250.5º | 0.36% | 0.87% | - |
| XYZ | 37.05 | 32.14 | 74.06 | - |
| YUV | 156.31 | 165.64 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 223 | 0.30 | 0.36 | 0 | 0.13 | 250.5 | 0.56 | 0.72 |
| Hex | 9D | 8F | DF | 1E | 24 | 0 | D | FB | 38 | 48 |
| Octal | 235 | 217 | 337 | 36 | 44 | 0 | 15 | 373 | 70 | 110 |
| Binary | 10011101 | 10001111 | 11011111 | 11110 | 100100 | 0 | 1101 | 11111011 | 111000 | 1001000 |
Color Harmonies of #9D8FDF
Complementary color
Monochromatic Colors of #9D8FDF
Black with #9D8FDF
Text Example
Text Example
White with #9D8FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8FDF; }
p { color: rgb(157,143,223); }
H1.HeaderClassName
{
color: #9D8FDF;
}
.AnyTagClassName
{
color: #9D8FDF;
}
</style>
background-color css
<style>
a { background-color: #9D8FDF; }
a { background-color: rgb(157,143,223); }
div.DivClassName
{
background-color: #9D8FDF;
}
.BgClassName
{
background-color: #9D8FDF;
}
</style>
border-color css
<style>
span { border-color: #9D8FDF; }
span { border-color: rgb(157,143,223); }
td.TdClassName
{
border-color: #9D8FDF;
}
.TagClassName
{
border-color: #9D8FDF;
}
</style>