Shades of Wistful #9B8CDA
Tints of Wistful #9B8CDA
RGB
CMYK
RGB Variations
Color information
#9B8CDA (or 0x9B8CDA) is known color: Wistful. HEX triplet: 9B, 8C and DA. RGB value is (155,140,218). Sum of RGB (Red+Green+Blue) = 155+140+218=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B8CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CDA is #647325. Grayscale: #999999. Windows color (decimal): -6583078 or 14322843. OLE color: 14322843.
HSL color Cylindrical-coordinate representation of color #9B8CDA: hue angle of 251.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B8CDA is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 140 | 218 | - |
| CMYK | 0.29 | 0.36 | 0 | 0.15 |
| HSL | 251.54º | 0.51% | 0.7% | - |
| HSV(B) | 251.54º | 0.36% | 0.85% | - |
| XYZ | 35.55 | 30.79 | 70.4 | - |
| YUV | 153.38 | 164.47 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 218 | 0.29 | 0.36 | 0 | 0.15 | 251.54 | 0.51 | 0.7 |
| Hex | 9B | 8C | DA | 1D | 24 | 0 | F | FC | 33 | 46 |
| Octal | 233 | 214 | 332 | 35 | 44 | 0 | 17 | 374 | 63 | 106 |
| Binary | 10011011 | 10001100 | 11011010 | 11101 | 100100 | 0 | 1111 | 11111100 | 110011 | 1000110 |
Color Harmonies of #9B8CDA
Complementary color
Monochromatic Colors of #9B8CDA
Black with #9B8CDA
Text Example
Text Example
White with #9B8CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8CDA; }
p { color: rgb(155,140,218); }
H1.HeaderClassName
{
color: #9B8CDA;
}
.AnyTagClassName
{
color: #9B8CDA;
}
</style>
background-color css
<style>
a { background-color: #9B8CDA; }
a { background-color: rgb(155,140,218); }
div.DivClassName
{
background-color: #9B8CDA;
}
.BgClassName
{
background-color: #9B8CDA;
}
</style>
border-color css
<style>
span { border-color: #9B8CDA; }
span { border-color: rgb(155,140,218); }
td.TdClassName
{
border-color: #9B8CDA;
}
.TagClassName
{
border-color: #9B8CDA;
}
</style>