Shades of Wistful #9B8FCC
Tints of Wistful #9B8FCC
RGB
CMYK
RGB Variations
Color information
#9B8FCC (or 0x9B8FCC) is known color: Wistful. HEX triplet: 9B, 8F and CC. RGB value is (155,143,204). Sum of RGB (Red+Green+Blue) = 155+143+204=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 143 (56.25% from 255 or 28.49% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B8FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8FCC is #647033. Grayscale: #999999. Windows color (decimal): -6582324 or 13406107. OLE color: 13406107.
HSL color Cylindrical-coordinate representation of color #9B8FCC: hue angle of 251.8º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B8FCC is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 143 | 204 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.2 |
| HSL | 251.8º | 0.37% | 0.68% | - |
| HSV(B) | 251.8º | 0.3% | 0.8% | - |
| XYZ | 34.24 | 30.97 | 61.3 | - |
| YUV | 153.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 204 | 0.24 | 0.30 | 0 | 0.2 | 251.8 | 0.37 | 0.68 |
| Hex | 9B | 8F | CC | 18 | 1E | 0 | 14 | FC | 25 | 44 |
| Octal | 233 | 217 | 314 | 30 | 36 | 0 | 24 | 374 | 45 | 104 |
| Binary | 10011011 | 10001111 | 11001100 | 11000 | 11110 | 0 | 10100 | 11111100 | 100101 | 1000100 |
Color Harmonies of #9B8FCC
Complementary color
Monochromatic Colors of #9B8FCC
Black with #9B8FCC
Text Example
Text Example
White with #9B8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8FCC; }
p { color: rgb(155,143,204); }
H1.HeaderClassName
{
color: #9B8FCC;
}
.AnyTagClassName
{
color: #9B8FCC;
}
</style>
background-color css
<style>
a { background-color: #9B8FCC; }
a { background-color: rgb(155,143,204); }
div.DivClassName
{
background-color: #9B8FCC;
}
.BgClassName
{
background-color: #9B8FCC;
}
</style>
border-color css
<style>
span { border-color: #9B8FCC; }
span { border-color: rgb(155,143,204); }
td.TdClassName
{
border-color: #9B8FCC;
}
.TagClassName
{
border-color: #9B8FCC;
}
</style>