Shades of Wistful #9D8FEE
Tints of Wistful #9D8FEE
RGB
CMYK
RGB Variations
Color information
#9D8FEE (or 0x9D8FEE) is known color: Wistful. HEX triplet: 9D, 8F and EE. RGB value is (157,143,238). Sum of RGB (Red+Green+Blue) = 157+143+238=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D8FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D8FEE is #627011. Grayscale: #9D9D9D. Windows color (decimal): -6451218 or 15634333. OLE color: 15634333.
HSL color Cylindrical-coordinate representation of color #9D8FEE: hue angle of 248.84º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D8FEE is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 143 | 238 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.07 |
| HSL | 248.84º | 0.74% | 0.75% | - |
| HSV(B) | 248.84º | 0.4% | 0.93% | - |
| XYZ | 39.16 | 32.99 | 85.19 | - |
| YUV | 158.02 | 173.14 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 143 | 238 | 0.34 | 0.40 | 0 | 0.07 | 248.84 | 0.74 | 0.75 |
| Hex | 9D | 8F | EE | 22 | 28 | 0 | 7 | F9 | 4A | 4B |
| Octal | 235 | 217 | 356 | 42 | 50 | 0 | 7 | 371 | 112 | 113 |
| Binary | 10011101 | 10001111 | 11101110 | 100010 | 101000 | 0 | 111 | 11111001 | 1001010 | 1001011 |
Color Harmonies of #9D8FEE
Complementary color
Monochromatic Colors of #9D8FEE
Black with #9D8FEE
Text Example
Text Example
White with #9D8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8FEE; }
p { color: rgb(157,143,238); }
H1.HeaderClassName
{
color: #9D8FEE;
}
.AnyTagClassName
{
color: #9D8FEE;
}
</style>
background-color css
<style>
a { background-color: #9D8FEE; }
a { background-color: rgb(157,143,238); }
div.DivClassName
{
background-color: #9D8FEE;
}
.BgClassName
{
background-color: #9D8FEE;
}
</style>
border-color css
<style>
span { border-color: #9D8FEE; }
span { border-color: rgb(157,143,238); }
td.TdClassName
{
border-color: #9D8FEE;
}
.TagClassName
{
border-color: #9D8FEE;
}
</style>