Shades of Blue Bell #9C9ECC
Tints of Blue Bell #9C9ECC
RGB
CMYK
RGB Variations
Color information
#9C9ECC (or 0x9C9ECC) is known color: Blue Bell. HEX triplet: 9C, 9E and CC. RGB value is (156,158,204). Sum of RGB (Red+Green+Blue) = 156+158+204=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ECC is #636133. Grayscale: #A2A2A2. Windows color (decimal): -6512948 or 13409948. OLE color: 13409948.
HSL color Cylindrical-coordinate representation of color #9C9ECC: hue angle of 237.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C9ECC is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 158 | 204 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.2 |
| HSL | 237.5º | 0.32% | 0.71% | - |
| HSV(B) | 237.5º | 0.24% | 0.8% | - |
| XYZ | 36.84 | 35.88 | 62.11 | - |
| YUV | 162.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 158 | 204 | 0.24 | 0.23 | 0 | 0.2 | 237.5 | 0.32 | 0.71 |
| Hex | 9C | 9E | CC | 18 | 17 | 0 | 14 | EE | 20 | 47 |
| Octal | 234 | 236 | 314 | 30 | 27 | 0 | 24 | 356 | 40 | 107 |
| Binary | 10011100 | 10011110 | 11001100 | 11000 | 10111 | 0 | 10100 | 11101110 | 100000 | 1000111 |
Color Harmonies of #9C9ECC
Complementary color
Monochromatic Colors of #9C9ECC
Black with #9C9ECC
Text Example
Text Example
White with #9C9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9ECC; }
p { color: rgb(156,158,204); }
H1.HeaderClassName
{
color: #9C9ECC;
}
.AnyTagClassName
{
color: #9C9ECC;
}
</style>
background-color css
<style>
a { background-color: #9C9ECC; }
a { background-color: rgb(156,158,204); }
div.DivClassName
{
background-color: #9C9ECC;
}
.BgClassName
{
background-color: #9C9ECC;
}
</style>
border-color css
<style>
span { border-color: #9C9ECC; }
span { border-color: rgb(156,158,204); }
td.TdClassName
{
border-color: #9C9ECC;
}
.TagClassName
{
border-color: #9C9ECC;
}
</style>