Shades of Blue Bell #9C9DDB
Tints of Blue Bell #9C9DDB
RGB
CMYK
RGB Variations
Color information
#9C9DDB (or 0x9C9DDB) is known color: Blue Bell. HEX triplet: 9C, 9D and DB. RGB value is (156,157,219). Sum of RGB (Red+Green+Blue) = 156+157+219=532 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.32% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9DDB is #636224. Grayscale: #A3A3A3. Windows color (decimal): -6513189 or 14392732. OLE color: 14392732.
HSL color Cylindrical-coordinate representation of color #9C9DDB: hue angle of 239.05º 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 #9C9DDB is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 157 | 219 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.14 |
| HSL | 239.05º | 0.47% | 0.74% | - |
| HSV(B) | 239.05º | 0.29% | 0.86% | - |
| XYZ | 38.55 | 36.3 | 71.99 | - |
| YUV | 163.77 | 159.17 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 157 | 219 | 0.29 | 0.28 | 0 | 0.14 | 239.05 | 0.47 | 0.74 |
| Hex | 9C | 9D | DB | 1D | 1C | 0 | E | EF | 2F | 4A |
| Octal | 234 | 235 | 333 | 35 | 34 | 0 | 16 | 357 | 57 | 112 |
| Binary | 10011100 | 10011101 | 11011011 | 11101 | 11100 | 0 | 1110 | 11101111 | 101111 | 1001010 |
Color Harmonies of #9C9DDB
Complementary color
Monochromatic Colors of #9C9DDB
Black with #9C9DDB
Text Example
Text Example
White with #9C9DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9DDB; }
p { color: rgb(156,157,219); }
H1.HeaderClassName
{
color: #9C9DDB;
}
.AnyTagClassName
{
color: #9C9DDB;
}
</style>
background-color css
<style>
a { background-color: #9C9DDB; }
a { background-color: rgb(156,157,219); }
div.DivClassName
{
background-color: #9C9DDB;
}
.BgClassName
{
background-color: #9C9DDB;
}
</style>
border-color css
<style>
span { border-color: #9C9DDB; }
span { border-color: rgb(156,157,219); }
td.TdClassName
{
border-color: #9C9DDB;
}
.TagClassName
{
border-color: #9C9DDB;
}
</style>