Shades of Wistful #9B8ECE
Tints of Wistful #9B8ECE
RGB
CMYK
RGB Variations
Color information
#9B8ECE (or 0x9B8ECE) is known color: Wistful. HEX triplet: 9B, 8E and CE. RGB value is (155,142,206). Sum of RGB (Red+Green+Blue) = 155+142+206=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #9B8ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B8ECE is #647131. Grayscale: #989898. Windows color (decimal): -6582578 or 13536923. OLE color: 13536923.
HSL color Cylindrical-coordinate representation of color #9B8ECE: hue angle of 252.19º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B8ECE is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 142 | 206 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.19 |
| HSL | 252.19º | 0.4% | 0.68% | - |
| HSV(B) | 252.19º | 0.31% | 0.81% | - |
| XYZ | 34.33 | 30.77 | 62.52 | - |
| YUV | 153.18 | 157.81 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 206 | 0.25 | 0.31 | 0 | 0.19 | 252.19 | 0.4 | 0.68 |
| Hex | 9B | 8E | CE | 19 | 1F | 0 | 13 | FC | 28 | 44 |
| Octal | 233 | 216 | 316 | 31 | 37 | 0 | 23 | 374 | 50 | 104 |
| Binary | 10011011 | 10001110 | 11001110 | 11001 | 11111 | 0 | 10011 | 11111100 | 101000 | 1000100 |
Color Harmonies of #9B8ECE
Complementary color
Monochromatic Colors of #9B8ECE
Black with #9B8ECE
Text Example
Text Example
White with #9B8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8ECE; }
p { color: rgb(155,142,206); }
H1.HeaderClassName
{
color: #9B8ECE;
}
.AnyTagClassName
{
color: #9B8ECE;
}
</style>
background-color css
<style>
a { background-color: #9B8ECE; }
a { background-color: rgb(155,142,206); }
div.DivClassName
{
background-color: #9B8ECE;
}
.BgClassName
{
background-color: #9B8ECE;
}
</style>
border-color css
<style>
span { border-color: #9B8ECE; }
span { border-color: rgb(155,142,206); }
td.TdClassName
{
border-color: #9B8ECE;
}
.TagClassName
{
border-color: #9B8ECE;
}
</style>