Shades of Blue Bell #9E9DCE
Tints of Blue Bell #9E9DCE
RGB
CMYK
RGB Variations
Color information
#9E9DCE (or 0x9E9DCE) is known color: Blue Bell. HEX triplet: 9E, 9D and CE. RGB value is (158,157,206). Sum of RGB (Red+Green+Blue) = 158+157+206=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E9DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9DCE is #616231. Grayscale: #A2A2A2. Windows color (decimal): -6382130 or 13540766. OLE color: 13540766.
HSL color Cylindrical-coordinate representation of color #9E9DCE: hue angle of 241.22º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E9DCE is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 157 | 206 | - |
| CMYK | 0.23 | 0.24 | 0 | 0.19 |
| HSL | 241.22º | 0.33% | 0.71% | - |
| HSV(B) | 241.22º | 0.24% | 0.81% | - |
| XYZ | 37.3 | 35.84 | 63.34 | - |
| YUV | 162.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 157 | 206 | 0.23 | 0.24 | 0 | 0.19 | 241.22 | 0.33 | 0.71 |
| Hex | 9E | 9D | CE | 17 | 18 | 0 | 13 | F1 | 21 | 47 |
| Octal | 236 | 235 | 316 | 27 | 30 | 0 | 23 | 361 | 41 | 107 |
| Binary | 10011110 | 10011101 | 11001110 | 10111 | 11000 | 0 | 10011 | 11110001 | 100001 | 1000111 |
Color Harmonies of #9E9DCE
Complementary color
Monochromatic Colors of #9E9DCE
Black with #9E9DCE
Text Example
Text Example
White with #9E9DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9DCE; }
p { color: rgb(158,157,206); }
H1.HeaderClassName
{
color: #9E9DCE;
}
.AnyTagClassName
{
color: #9E9DCE;
}
</style>
background-color css
<style>
a { background-color: #9E9DCE; }
a { background-color: rgb(158,157,206); }
div.DivClassName
{
background-color: #9E9DCE;
}
.BgClassName
{
background-color: #9E9DCE;
}
</style>
border-color css
<style>
span { border-color: #9E9DCE; }
span { border-color: rgb(158,157,206); }
td.TdClassName
{
border-color: #9E9DCE;
}
.TagClassName
{
border-color: #9E9DCE;
}
</style>