Shades of Wistful #9B8BD6
Tints of Wistful #9B8BD6
RGB
CMYK
RGB Variations
Color information
#9B8BD6 (or 0x9B8BD6) is known color: Wistful. HEX triplet: 9B, 8B and D6. RGB value is (155,139,214). Sum of RGB (Red+Green+Blue) = 155+139+214=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 139 (54.69% from 255 or 27.36% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B8BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BD6 is #647429. Grayscale: #989898. Windows color (decimal): -6583338 or 14060443. OLE color: 14060443.
HSL color Cylindrical-coordinate representation of color #9B8BD6: hue angle of 252.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B8BD6 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 139 | 214 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.16 |
| HSL | 252.8º | 0.48% | 0.69% | - |
| HSV(B) | 252.8º | 0.35% | 0.84% | - |
| XYZ | 34.89 | 30.29 | 67.63 | - |
| YUV | 152.33 | 162.8 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 214 | 0.28 | 0.35 | 0 | 0.16 | 252.8 | 0.48 | 0.69 |
| Hex | 9B | 8B | D6 | 1C | 23 | 0 | 10 | FD | 30 | 45 |
| Octal | 233 | 213 | 326 | 34 | 43 | 0 | 20 | 375 | 60 | 105 |
| Binary | 10011011 | 10001011 | 11010110 | 11100 | 100011 | 0 | 10000 | 11111101 | 110000 | 1000101 |
Color Harmonies of #9B8BD6
Complementary color
Monochromatic Colors of #9B8BD6
Black with #9B8BD6
Text Example
Text Example
White with #9B8BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8BD6; }
p { color: rgb(155,139,214); }
H1.HeaderClassName
{
color: #9B8BD6;
}
.AnyTagClassName
{
color: #9B8BD6;
}
</style>
background-color css
<style>
a { background-color: #9B8BD6; }
a { background-color: rgb(155,139,214); }
div.DivClassName
{
background-color: #9B8BD6;
}
.BgClassName
{
background-color: #9B8BD6;
}
</style>
border-color css
<style>
span { border-color: #9B8BD6; }
span { border-color: rgb(155,139,214); }
td.TdClassName
{
border-color: #9B8BD6;
}
.TagClassName
{
border-color: #9B8BD6;
}
</style>