Shades of Blue Bell #9C9BCC
Tints of Blue Bell #9C9BCC
RGB
CMYK
RGB Variations
Color information
#9C9BCC (or 0x9C9BCC) is known color: Blue Bell. HEX triplet: 9C, 9B and CC. RGB value is (156,155,204). Sum of RGB (Red+Green+Blue) = 156+155+204=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C9BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9BCC is #636433. Grayscale: #A0A0A0. Windows color (decimal): -6513716 or 13409180. OLE color: 13409180.
HSL color Cylindrical-coordinate representation of color #9C9BCC: hue angle of 241.22º 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 #9C9BCC is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 156 | 155 | 204 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.2 |
| HSL | 241.22º | 0.32% | 0.7% | - |
| HSV(B) | 241.22º | 0.24% | 0.8% | - |
| XYZ | 36.33 | 34.87 | 61.94 | - |
| YUV | 160.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 204 | 0.24 | 0.24 | 0 | 0.2 | 241.22 | 0.32 | 0.7 |
| Hex | 9C | 9B | CC | 18 | 18 | 0 | 14 | F1 | 20 | 46 |
| Octal | 234 | 233 | 314 | 30 | 30 | 0 | 24 | 361 | 40 | 106 |
| Binary | 10011100 | 10011011 | 11001100 | 11000 | 11000 | 0 | 10100 | 11110001 | 100000 | 1000110 |
Color Harmonies of #9C9BCC
Complementary color
Monochromatic Colors of #9C9BCC
Black with #9C9BCC
Text Example
Text Example
White with #9C9BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9BCC; }
p { color: rgb(156,155,204); }
H1.HeaderClassName
{
color: #9C9BCC;
}
.AnyTagClassName
{
color: #9C9BCC;
}
</style>
background-color css
<style>
a { background-color: #9C9BCC; }
a { background-color: rgb(156,155,204); }
div.DivClassName
{
background-color: #9C9BCC;
}
.BgClassName
{
background-color: #9C9BCC;
}
</style>
border-color css
<style>
span { border-color: #9C9BCC; }
span { border-color: rgb(156,155,204); }
td.TdClassName
{
border-color: #9C9BCC;
}
.TagClassName
{
border-color: #9C9BCC;
}
</style>