Shades of Wistful #9B8CDC
Tints of Wistful #9B8CDC
RGB
CMYK
RGB Variations
Color information
#9B8CDC (or 0x9B8CDC) is known color: Wistful. HEX triplet: 9B, 8C and DC. RGB value is (155,140,220). Sum of RGB (Red+Green+Blue) = 155+140+220=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B8CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8CDC is #647323. Grayscale: #999999. Windows color (decimal): -6583076 or 14453915. OLE color: 14453915.
HSL color Cylindrical-coordinate representation of color #9B8CDC: hue angle of 251.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B8CDC is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 140 | 220 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.14 |
| HSL | 251.25º | 0.53% | 0.71% | - |
| HSV(B) | 251.25º | 0.36% | 0.86% | - |
| XYZ | 35.81 | 30.89 | 71.79 | - |
| YUV | 153.61 | 165.47 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 220 | 0.30 | 0.36 | 0 | 0.14 | 251.25 | 0.53 | 0.71 |
| Hex | 9B | 8C | DC | 1E | 24 | 0 | E | FB | 35 | 47 |
| Octal | 233 | 214 | 334 | 36 | 44 | 0 | 16 | 373 | 65 | 107 |
| Binary | 10011011 | 10001100 | 11011100 | 11110 | 100100 | 0 | 1110 | 11111011 | 110101 | 1000111 |
Color Harmonies of #9B8CDC
Complementary color
Monochromatic Colors of #9B8CDC
Black with #9B8CDC
Text Example
Text Example
White with #9B8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8CDC; }
p { color: rgb(155,140,220); }
H1.HeaderClassName
{
color: #9B8CDC;
}
.AnyTagClassName
{
color: #9B8CDC;
}
</style>
background-color css
<style>
a { background-color: #9B8CDC; }
a { background-color: rgb(155,140,220); }
div.DivClassName
{
background-color: #9B8CDC;
}
.BgClassName
{
background-color: #9B8CDC;
}
</style>
border-color css
<style>
span { border-color: #9B8CDC; }
span { border-color: rgb(155,140,220); }
td.TdClassName
{
border-color: #9B8CDC;
}
.TagClassName
{
border-color: #9B8CDC;
}
</style>