Shades of Blue Bell #9E9ECC
Tints of Blue Bell #9E9ECC
RGB
CMYK
RGB Variations
Color information
#9E9ECC (or 0x9E9ECC) is known color: Blue Bell. HEX triplet: 9E, 9E and CC. RGB value is (158,158,204). Sum of RGB (Red+Green+Blue) = 158+158+204=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E9ECC is #616133. Grayscale: #A3A3A3. Windows color (decimal): -6381876 or 13409950. OLE color: 13409950.
HSL color Cylindrical-coordinate representation of color #9E9ECC: hue angle of 240º 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 #9E9ECC is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 158 | 204 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.2 |
| HSL | 240º | 0.31% | 0.71% | - |
| HSV(B) | 240º | 0.23% | 0.8% | - |
| XYZ | 37.23 | 36.08 | 62.13 | - |
| YUV | 163.24 | 151 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 158 | 204 | 0.23 | 0.23 | 0 | 0.2 | 240 | 0.31 | 0.71 |
| Hex | 9E | 9E | CC | 17 | 17 | 0 | 14 | F0 | 1F | 47 |
| Octal | 236 | 236 | 314 | 27 | 27 | 0 | 24 | 360 | 37 | 107 |
| Binary | 10011110 | 10011110 | 11001100 | 10111 | 10111 | 0 | 10100 | 11110000 | 11111 | 1000111 |
Color Harmonies of #9E9ECC
Complementary color
Monochromatic Colors of #9E9ECC
Black with #9E9ECC
Text Example
Text Example
White with #9E9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9ECC; }
p { color: rgb(158,158,204); }
H1.HeaderClassName
{
color: #9E9ECC;
}
.AnyTagClassName
{
color: #9E9ECC;
}
</style>
background-color css
<style>
a { background-color: #9E9ECC; }
a { background-color: rgb(158,158,204); }
div.DivClassName
{
background-color: #9E9ECC;
}
.BgClassName
{
background-color: #9E9ECC;
}
</style>
border-color css
<style>
span { border-color: #9E9ECC; }
span { border-color: rgb(158,158,204); }
td.TdClassName
{
border-color: #9E9ECC;
}
.TagClassName
{
border-color: #9E9ECC;
}
</style>