Shades of Wistful #9B8FDA
Tints of Wistful #9B8FDA
RGB
CMYK
RGB Variations
Color information
#9B8FDA (or 0x9B8FDA) is known color: Wistful. HEX triplet: 9B, 8F and DA. RGB value is (155,143,218). Sum of RGB (Red+Green+Blue) = 155+143+218=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B8FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FDA is #647025. Grayscale: #9A9A9A. Windows color (decimal): -6582310 or 14323611. OLE color: 14323611.
HSL color Cylindrical-coordinate representation of color #9B8FDA: hue angle of 249.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B8FDA is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 143 | 218 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.15 |
| HSL | 249.6º | 0.5% | 0.71% | - |
| HSV(B) | 249.6º | 0.34% | 0.85% | - |
| XYZ | 35.99 | 31.68 | 70.55 | - |
| YUV | 155.14 | 163.48 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 218 | 0.29 | 0.34 | 0 | 0.15 | 249.6 | 0.5 | 0.71 |
| Hex | 9B | 8F | DA | 1D | 22 | 0 | F | FA | 32 | 47 |
| Octal | 233 | 217 | 332 | 35 | 42 | 0 | 17 | 372 | 62 | 107 |
| Binary | 10011011 | 10001111 | 11011010 | 11101 | 100010 | 0 | 1111 | 11111010 | 110010 | 1000111 |
Color Harmonies of #9B8FDA
Complementary color
Monochromatic Colors of #9B8FDA
Black with #9B8FDA
Text Example
Text Example
White with #9B8FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8FDA; }
p { color: rgb(155,143,218); }
H1.HeaderClassName
{
color: #9B8FDA;
}
.AnyTagClassName
{
color: #9B8FDA;
}
</style>
background-color css
<style>
a { background-color: #9B8FDA; }
a { background-color: rgb(155,143,218); }
div.DivClassName
{
background-color: #9B8FDA;
}
.BgClassName
{
background-color: #9B8FDA;
}
</style>
border-color css
<style>
span { border-color: #9B8FDA; }
span { border-color: rgb(155,143,218); }
td.TdClassName
{
border-color: #9B8FDA;
}
.TagClassName
{
border-color: #9B8FDA;
}
</style>