Shades of Wistful #9D9ADE
Tints of Wistful #9D9ADE
RGB
CMYK
RGB Variations
Color information
#9D9ADE (or 0x9D9ADE) is known color: Wistful. HEX triplet: 9D, 9A and DE. RGB value is (157,154,222). Sum of RGB (Red+Green+Blue) = 157+154+222=533 (70% of max value = 765). Red value is 157 (61.72% from 255 or 29.46% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D9ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D9ADE is #626521. Grayscale: #A2A2A2. Windows color (decimal): -6448418 or 14588573. OLE color: 14588573.
HSL color Cylindrical-coordinate representation of color #9D9ADE: hue angle of 242.65º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9D9ADE is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 154 | 222 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.13 |
| HSL | 242.65º | 0.51% | 0.74% | - |
| HSV(B) | 242.65º | 0.31% | 0.87% | - |
| XYZ | 38.65 | 35.55 | 73.93 | - |
| YUV | 162.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 154 | 222 | 0.29 | 0.31 | 0 | 0.13 | 242.65 | 0.51 | 0.74 |
| Hex | 9D | 9A | DE | 1D | 1F | 0 | D | F3 | 33 | 4A |
| Octal | 235 | 232 | 336 | 35 | 37 | 0 | 15 | 363 | 63 | 112 |
| Binary | 10011101 | 10011010 | 11011110 | 11101 | 11111 | 0 | 1101 | 11110011 | 110011 | 1001010 |
Color Harmonies of #9D9ADE
Complementary color
Monochromatic Colors of #9D9ADE
Black with #9D9ADE
Text Example
Text Example
White with #9D9ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9ADE; }
p { color: rgb(157,154,222); }
H1.HeaderClassName
{
color: #9D9ADE;
}
.AnyTagClassName
{
color: #9D9ADE;
}
</style>
background-color css
<style>
a { background-color: #9D9ADE; }
a { background-color: rgb(157,154,222); }
div.DivClassName
{
background-color: #9D9ADE;
}
.BgClassName
{
background-color: #9D9ADE;
}
</style>
border-color css
<style>
span { border-color: #9D9ADE; }
span { border-color: rgb(157,154,222); }
td.TdClassName
{
border-color: #9D9ADE;
}
.TagClassName
{
border-color: #9D9ADE;
}
</style>