Shades of Wistful #9B8CDE
Tints of Wistful #9B8CDE
RGB
CMYK
RGB Variations
Color information
#9B8CDE (or 0x9B8CDE) is known color: Wistful. HEX triplet: 9B, 8C and DE. RGB value is (155,140,222). Sum of RGB (Red+Green+Blue) = 155+140+222=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #9B8CDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CDE is #647321. Grayscale: #999999. Windows color (decimal): -6583074 or 14584987. OLE color: 14584987.
HSL color Cylindrical-coordinate representation of color #9B8CDE: hue angle of 250.98º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B8CDE is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 140 | 222 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.13 |
| HSL | 250.98º | 0.55% | 0.71% | - |
| HSV(B) | 250.98º | 0.37% | 0.87% | - |
| XYZ | 36.08 | 31 | 73.19 | - |
| YUV | 153.83 | 166.47 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 222 | 0.30 | 0.37 | 0 | 0.13 | 250.98 | 0.55 | 0.71 |
| Hex | 9B | 8C | DE | 1E | 25 | 0 | D | FB | 37 | 47 |
| Octal | 233 | 214 | 336 | 36 | 45 | 0 | 15 | 373 | 67 | 107 |
| Binary | 10011011 | 10001100 | 11011110 | 11110 | 100101 | 0 | 1101 | 11111011 | 110111 | 1000111 |
Color Harmonies of #9B8CDE
Complementary color
Monochromatic Colors of #9B8CDE
Black with #9B8CDE
Text Example
Text Example
White with #9B8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8CDE; }
p { color: rgb(155,140,222); }
H1.HeaderClassName
{
color: #9B8CDE;
}
.AnyTagClassName
{
color: #9B8CDE;
}
</style>
background-color css
<style>
a { background-color: #9B8CDE; }
a { background-color: rgb(155,140,222); }
div.DivClassName
{
background-color: #9B8CDE;
}
.BgClassName
{
background-color: #9B8CDE;
}
</style>
border-color css
<style>
span { border-color: #9B8CDE; }
span { border-color: rgb(155,140,222); }
td.TdClassName
{
border-color: #9B8CDE;
}
.TagClassName
{
border-color: #9B8CDE;
}
</style>