Shades of Wistful #9B8CD6
Tints of Wistful #9B8CD6
RGB
CMYK
RGB Variations
Color information
#9B8CD6 (or 0x9B8CD6) is known color: Wistful. HEX triplet: 9B, 8C and D6. RGB value is (155,140,214). Sum of RGB (Red+Green+Blue) = 155+140+214=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B8CD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CD6 is #647329. Grayscale: #989898. Windows color (decimal): -6583082 or 14060699. OLE color: 14060699.
HSL color Cylindrical-coordinate representation of color #9B8CD6: hue angle of 252.16º degrees, saturation: 0.47, 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 #9B8CD6 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 140 | 214 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.16 |
| HSL | 252.16º | 0.47% | 0.69% | - |
| HSV(B) | 252.16º | 0.35% | 0.84% | - |
| XYZ | 35.03 | 30.58 | 67.67 | - |
| YUV | 152.92 | 162.47 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 214 | 0.28 | 0.35 | 0 | 0.16 | 252.16 | 0.47 | 0.69 |
| Hex | 9B | 8C | D6 | 1C | 23 | 0 | 10 | FC | 2F | 45 |
| Octal | 233 | 214 | 326 | 34 | 43 | 0 | 20 | 374 | 57 | 105 |
| Binary | 10011011 | 10001100 | 11010110 | 11100 | 100011 | 0 | 10000 | 11111100 | 101111 | 1000101 |
Color Harmonies of #9B8CD6
Complementary color
Monochromatic Colors of #9B8CD6
Black with #9B8CD6
Text Example
Text Example
White with #9B8CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8CD6; }
p { color: rgb(155,140,214); }
H1.HeaderClassName
{
color: #9B8CD6;
}
.AnyTagClassName
{
color: #9B8CD6;
}
</style>
background-color css
<style>
a { background-color: #9B8CD6; }
a { background-color: rgb(155,140,214); }
div.DivClassName
{
background-color: #9B8CD6;
}
.BgClassName
{
background-color: #9B8CD6;
}
</style>
border-color css
<style>
span { border-color: #9B8CD6; }
span { border-color: rgb(155,140,214); }
td.TdClassName
{
border-color: #9B8CD6;
}
.TagClassName
{
border-color: #9B8CD6;
}
</style>