Shades of Wistful #9B8FDB
Tints of Wistful #9B8FDB
RGB
CMYK
RGB Variations
Color information
#9B8FDB (or 0x9B8FDB) is known color: Wistful. HEX triplet: 9B, 8F and DB. RGB value is (155,143,219). Sum of RGB (Red+Green+Blue) = 155+143+219=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B8FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FDB is #647024. Grayscale: #9A9A9A. Windows color (decimal): -6582309 or 14389147. OLE color: 14389147.
HSL color Cylindrical-coordinate representation of color #9B8FDB: hue angle of 249.47º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8FDB is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 143 | 219 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.14 |
| HSL | 249.47º | 0.51% | 0.71% | - |
| HSV(B) | 249.47º | 0.35% | 0.86% | - |
| XYZ | 36.13 | 31.73 | 71.24 | - |
| YUV | 155.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 219 | 0.29 | 0.35 | 0 | 0.14 | 249.47 | 0.51 | 0.71 |
| Hex | 9B | 8F | DB | 1D | 23 | 0 | E | F9 | 33 | 47 |
| Octal | 233 | 217 | 333 | 35 | 43 | 0 | 16 | 371 | 63 | 107 |
| Binary | 10011011 | 10001111 | 11011011 | 11101 | 100011 | 0 | 1110 | 11111001 | 110011 | 1000111 |
Color Harmonies of #9B8FDB
Complementary color
Monochromatic Colors of #9B8FDB
Black with #9B8FDB
Text Example
Text Example
White with #9B8FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8FDB; }
p { color: rgb(155,143,219); }
H1.HeaderClassName
{
color: #9B8FDB;
}
.AnyTagClassName
{
color: #9B8FDB;
}
</style>
background-color css
<style>
a { background-color: #9B8FDB; }
a { background-color: rgb(155,143,219); }
div.DivClassName
{
background-color: #9B8FDB;
}
.BgClassName
{
background-color: #9B8FDB;
}
</style>
border-color css
<style>
span { border-color: #9B8FDB; }
span { border-color: rgb(155,143,219); }
td.TdClassName
{
border-color: #9B8FDB;
}
.TagClassName
{
border-color: #9B8FDB;
}
</style>