Shades of Wistful #9E9BCB
Tints of Wistful #9E9BCB
RGB
CMYK
RGB Variations
Color information
#9E9BCB (or 0x9E9BCB) is known color: Wistful. HEX triplet: 9E, 9B and CB. RGB value is (158,155,203). Sum of RGB (Red+Green+Blue) = 158+155+203=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 155 (60.94% from 255 or 30.04% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E9BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9BCB is #616434. Grayscale: #A1A1A1. Windows color (decimal): -6382645 or 13343646. OLE color: 13343646.
HSL color Cylindrical-coordinate representation of color #9E9BCB: hue angle of 243.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E9BCB is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 155 | 203 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.20 |
| HSL | 243.75º | 0.32% | 0.7% | - |
| HSV(B) | 243.75º | 0.24% | 0.8% | - |
| XYZ | 36.6 | 35.02 | 61.33 | - |
| YUV | 161.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 203 | 0.22 | 0.24 | 0 | 0.20 | 243.75 | 0.32 | 0.7 |
| Hex | 9E | 9B | CB | 16 | 18 | 0 | 14 | F4 | 20 | 46 |
| Octal | 236 | 233 | 313 | 26 | 30 | 0 | 24 | 364 | 40 | 106 |
| Binary | 10011110 | 10011011 | 11001011 | 10110 | 11000 | 0 | 10100 | 11110100 | 100000 | 1000110 |
Color Harmonies of #9E9BCB
Complementary color
Monochromatic Colors of #9E9BCB
Black with #9E9BCB
Text Example
Text Example
White with #9E9BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9BCB; }
p { color: rgb(158,155,203); }
H1.HeaderClassName
{
color: #9E9BCB;
}
.AnyTagClassName
{
color: #9E9BCB;
}
</style>
background-color css
<style>
a { background-color: #9E9BCB; }
a { background-color: rgb(158,155,203); }
div.DivClassName
{
background-color: #9E9BCB;
}
.BgClassName
{
background-color: #9E9BCB;
}
</style>
border-color css
<style>
span { border-color: #9E9BCB; }
span { border-color: rgb(158,155,203); }
td.TdClassName
{
border-color: #9E9BCB;
}
.TagClassName
{
border-color: #9E9BCB;
}
</style>