Shades of Blue Bell #9C9CDB
Tints of Blue Bell #9C9CDB
RGB
CMYK
RGB Variations
Color information
#9C9CDB (or 0x9C9CDB) is known color: Blue Bell. HEX triplet: 9C, 9C and DB. RGB value is (156,156,219). Sum of RGB (Red+Green+Blue) = 156+156+219=531 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.38% from 531); Green value is 156 (61.33% from 255 or 29.38% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C9CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9CDB is #636324. Grayscale: #A2A2A2. Windows color (decimal): -6513445 or 14392476. OLE color: 14392476.
HSL color Cylindrical-coordinate representation of color #9C9CDB: hue angle of 240º degrees, saturation: 0.47, 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 #9C9CDB is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 156 | 219 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.14 |
| HSL | 240º | 0.47% | 0.74% | - |
| HSV(B) | 240º | 0.29% | 0.86% | - |
| XYZ | 38.38 | 35.96 | 71.94 | - |
| YUV | 163.18 | 159.5 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 156 | 219 | 0.29 | 0.29 | 0 | 0.14 | 240 | 0.47 | 0.74 |
| Hex | 9C | 9C | DB | 1D | 1D | 0 | E | F0 | 2F | 4A |
| Octal | 234 | 234 | 333 | 35 | 35 | 0 | 16 | 360 | 57 | 112 |
| Binary | 10011100 | 10011100 | 11011011 | 11101 | 11101 | 0 | 1110 | 11110000 | 101111 | 1001010 |
Color Harmonies of #9C9CDB
Complementary color
Monochromatic Colors of #9C9CDB
Black with #9C9CDB
Text Example
Text Example
White with #9C9CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9CDB; }
p { color: rgb(156,156,219); }
H1.HeaderClassName
{
color: #9C9CDB;
}
.AnyTagClassName
{
color: #9C9CDB;
}
</style>
background-color css
<style>
a { background-color: #9C9CDB; }
a { background-color: rgb(156,156,219); }
div.DivClassName
{
background-color: #9C9CDB;
}
.BgClassName
{
background-color: #9C9CDB;
}
</style>
border-color css
<style>
span { border-color: #9C9CDB; }
span { border-color: rgb(156,156,219); }
td.TdClassName
{
border-color: #9C9CDB;
}
.TagClassName
{
border-color: #9C9CDB;
}
</style>