Shades of Wistful #9B8BDF
Tints of Wistful #9B8BDF
RGB
CMYK
RGB Variations
Color information
#9B8BDF (or 0x9B8BDF) is known color: Wistful. HEX triplet: 9B, 8B and DF. RGB value is (155,139,223). Sum of RGB (Red+Green+Blue) = 155+139+223=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8BDF is #647420. Grayscale: #999999. Windows color (decimal): -6583329 or 14650267. OLE color: 14650267.
HSL color Cylindrical-coordinate representation of color #9B8BDF: hue angle of 251.43º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B8BDF is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 139 | 223 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.13 |
| HSL | 251.43º | 0.57% | 0.71% | - |
| HSV(B) | 251.43º | 0.38% | 0.87% | - |
| XYZ | 36.07 | 30.76 | 73.85 | - |
| YUV | 153.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 139 | 223 | 0.30 | 0.38 | 0 | 0.13 | 251.43 | 0.57 | 0.71 |
| Hex | 9B | 8B | DF | 1E | 26 | 0 | D | FB | 39 | 47 |
| Octal | 233 | 213 | 337 | 36 | 46 | 0 | 15 | 373 | 71 | 107 |
| Binary | 10011011 | 10001011 | 11011111 | 11110 | 100110 | 0 | 1101 | 11111011 | 111001 | 1000111 |
Color Harmonies of #9B8BDF
Complementary color
Monochromatic Colors of #9B8BDF
Black with #9B8BDF
Text Example
Text Example
White with #9B8BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8BDF; }
p { color: rgb(155,139,223); }
H1.HeaderClassName
{
color: #9B8BDF;
}
.AnyTagClassName
{
color: #9B8BDF;
}
</style>
background-color css
<style>
a { background-color: #9B8BDF; }
a { background-color: rgb(155,139,223); }
div.DivClassName
{
background-color: #9B8BDF;
}
.BgClassName
{
background-color: #9B8BDF;
}
</style>
border-color css
<style>
span { border-color: #9B8BDF; }
span { border-color: rgb(155,139,223); }
td.TdClassName
{
border-color: #9B8BDF;
}
.TagClassName
{
border-color: #9B8BDF;
}
</style>