Shades of Blue Bell #9E9DCB
Tints of Blue Bell #9E9DCB
RGB
CMYK
RGB Variations
Color information
#9E9DCB (or 0x9E9DCB) is known color: Blue Bell. HEX triplet: 9E, 9D and CB. RGB value is (158,157,203). Sum of RGB (Red+Green+Blue) = 158+157+203=518 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.50% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #9E9DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DCB is #616234. Grayscale: #A2A2A2. Windows color (decimal): -6382133 or 13344158. OLE color: 13344158.
HSL color Cylindrical-coordinate representation of color #9E9DCB: hue angle of 241.3º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9E9DCB is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 157 | 203 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.20 |
| HSL | 241.3º | 0.31% | 0.71% | - |
| HSV(B) | 241.3º | 0.23% | 0.8% | - |
| XYZ | 36.94 | 35.69 | 61.44 | - |
| YUV | 162.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 203 | 0.22 | 0.23 | 0 | 0.20 | 241.3 | 0.31 | 0.71 |
| Hex | 9E | 9D | CB | 16 | 17 | 0 | 14 | F1 | 1F | 47 |
| Octal | 236 | 235 | 313 | 26 | 27 | 0 | 24 | 361 | 37 | 107 |
| Binary | 10011110 | 10011101 | 11001011 | 10110 | 10111 | 0 | 10100 | 11110001 | 11111 | 1000111 |
Color Harmonies of #9E9DCB
Complementary color
Monochromatic Colors of #9E9DCB
Black with #9E9DCB
Text Example
Text Example
White with #9E9DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DCB; }
p { color: rgb(158,157,203); }
H1.HeaderClassName
{
color: #9E9DCB;
}
.AnyTagClassName
{
color: #9E9DCB;
}
</style>
background-color css
<style>
a { background-color: #9E9DCB; }
a { background-color: rgb(158,157,203); }
div.DivClassName
{
background-color: #9E9DCB;
}
.BgClassName
{
background-color: #9E9DCB;
}
</style>
border-color css
<style>
span { border-color: #9E9DCB; }
span { border-color: rgb(158,157,203); }
td.TdClassName
{
border-color: #9E9DCB;
}
.TagClassName
{
border-color: #9E9DCB;
}
</style>