Shades of Wistful #9B8DF0
Tints of Wistful #9B8DF0
RGB
CMYK
RGB Variations
Color information
#9B8DF0 (or 0x9B8DF0) is known color: Wistful. HEX triplet: 9B, 8D and F0. RGB value is (155,141,240). Sum of RGB (Red+Green+Blue) = 155+141+240=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 240 (94.14% from 255 or 44.78% from 536); Max value from RGB is 240 - color contains mainly: blue. Hex color #9B8DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9B8DF0 is #64720F. Grayscale: #9C9C9C. Windows color (decimal): -6582800 or 15764891. OLE color: 15764891.
HSL color Cylindrical-coordinate representation of color #9B8DF0: hue angle of 248.48º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B8DF0 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 141 | 240 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.06 |
| HSL | 248.48º | 0.77% | 0.75% | - |
| HSV(B) | 248.48º | 0.41% | 0.94% | - |
| XYZ | 38.77 | 32.31 | 86.63 | - |
| YUV | 156.47 | 175.14 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 141 | 240 | 0.35 | 0.41 | 0 | 0.06 | 248.48 | 0.77 | 0.75 |
| Hex | 9B | 8D | F0 | 23 | 29 | 0 | 6 | F8 | 4D | 4B |
| Octal | 233 | 215 | 360 | 43 | 51 | 0 | 6 | 370 | 115 | 113 |
| Binary | 10011011 | 10001101 | 11110000 | 100011 | 101001 | 0 | 110 | 11111000 | 1001101 | 1001011 |
Color Harmonies of #9B8DF0
Complementary color
Monochromatic Colors of #9B8DF0
Black with #9B8DF0
Text Example
Text Example
White with #9B8DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8DF0; }
p { color: rgb(155,141,240); }
H1.HeaderClassName
{
color: #9B8DF0;
}
.AnyTagClassName
{
color: #9B8DF0;
}
</style>
background-color css
<style>
a { background-color: #9B8DF0; }
a { background-color: rgb(155,141,240); }
div.DivClassName
{
background-color: #9B8DF0;
}
.BgClassName
{
background-color: #9B8DF0;
}
</style>
border-color css
<style>
span { border-color: #9B8DF0; }
span { border-color: rgb(155,141,240); }
td.TdClassName
{
border-color: #9B8DF0;
}
.TagClassName
{
border-color: #9B8DF0;
}
</style>