Shades of Blue Bell #9C9CDC
Tints of Blue Bell #9C9CDC
RGB
CMYK
RGB Variations
Color information
#9C9CDC (or 0x9C9CDC) is known color: Blue Bell. HEX triplet: 9C, 9C and DC. RGB value is (156,156,220). Sum of RGB (Red+Green+Blue) = 156+156+220=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 156 (61.33% from 255 or 29.32% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C9CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CDC is #636323. Grayscale: #A3A3A3. Windows color (decimal): -6513444 or 14458012. OLE color: 14458012.
HSL color Cylindrical-coordinate representation of color #9C9CDC: hue angle of 240º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C9CDC is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 156 | 220 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.14 |
| HSL | 240º | 0.48% | 0.74% | - |
| HSV(B) | 240º | 0.29% | 0.86% | - |
| XYZ | 38.52 | 36.01 | 72.63 | - |
| YUV | 163.3 | 160 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 156 | 220 | 0.29 | 0.29 | 0 | 0.14 | 240 | 0.48 | 0.74 |
| Hex | 9C | 9C | DC | 1D | 1D | 0 | E | F0 | 30 | 4A |
| Octal | 234 | 234 | 334 | 35 | 35 | 0 | 16 | 360 | 60 | 112 |
| Binary | 10011100 | 10011100 | 11011100 | 11101 | 11101 | 0 | 1110 | 11110000 | 110000 | 1001010 |
Color Harmonies of #9C9CDC
Complementary color
Monochromatic Colors of #9C9CDC
Black with #9C9CDC
Text Example
Text Example
White with #9C9CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9CDC; }
p { color: rgb(156,156,220); }
H1.HeaderClassName
{
color: #9C9CDC;
}
.AnyTagClassName
{
color: #9C9CDC;
}
</style>
background-color css
<style>
a { background-color: #9C9CDC; }
a { background-color: rgb(156,156,220); }
div.DivClassName
{
background-color: #9C9CDC;
}
.BgClassName
{
background-color: #9C9CDC;
}
</style>
border-color css
<style>
span { border-color: #9C9CDC; }
span { border-color: rgb(156,156,220); }
td.TdClassName
{
border-color: #9C9CDC;
}
.TagClassName
{
border-color: #9C9CDC;
}
</style>