Shades of Blue Bell #9C9CCD
Tints of Blue Bell #9C9CCD
RGB
CMYK
RGB Variations
Color information
#9C9CCD (or 0x9C9CCD) is known color: Blue Bell. HEX triplet: 9C, 9C and CD. RGB value is (156,156,205). Sum of RGB (Red+Green+Blue) = 156+156+205=517 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.17% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C9CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CCD is #636332. Grayscale: #A1A1A1. Windows color (decimal): -6513459 or 13474972. OLE color: 13474972.
HSL color Cylindrical-coordinate representation of color #9C9CCD: hue angle of 240º degrees, saturation: 0.33, 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 #9C9CCD is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 156 | 205 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.20 |
| HSL | 240º | 0.33% | 0.71% | - |
| HSV(B) | 240º | 0.24% | 0.8% | - |
| XYZ | 36.62 | 35.25 | 62.63 | - |
| YUV | 161.59 | 152.5 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 156 | 205 | 0.24 | 0.24 | 0 | 0.20 | 240 | 0.33 | 0.71 |
| Hex | 9C | 9C | CD | 18 | 18 | 0 | 14 | F0 | 21 | 47 |
| Octal | 234 | 234 | 315 | 30 | 30 | 0 | 24 | 360 | 41 | 107 |
| Binary | 10011100 | 10011100 | 11001101 | 11000 | 11000 | 0 | 10100 | 11110000 | 100001 | 1000111 |
Color Harmonies of #9C9CCD
Complementary color
Monochromatic Colors of #9C9CCD
Black with #9C9CCD
Text Example
Text Example
White with #9C9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9CCD; }
p { color: rgb(156,156,205); }
H1.HeaderClassName
{
color: #9C9CCD;
}
.AnyTagClassName
{
color: #9C9CCD;
}
</style>
background-color css
<style>
a { background-color: #9C9CCD; }
a { background-color: rgb(156,156,205); }
div.DivClassName
{
background-color: #9C9CCD;
}
.BgClassName
{
background-color: #9C9CCD;
}
</style>
border-color css
<style>
span { border-color: #9C9CCD; }
span { border-color: rgb(156,156,205); }
td.TdClassName
{
border-color: #9C9CCD;
}
.TagClassName
{
border-color: #9C9CCD;
}
</style>