Shades of Blue Bell #9C9ADB
Tints of Blue Bell #9C9ADB
RGB
CMYK
RGB Variations
Color information
#9C9ADB (or 0x9C9ADB) is known color: Blue Bell. HEX triplet: 9C, 9A and DB. RGB value is (156,154,219). Sum of RGB (Red+Green+Blue) = 156+154+219=529 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.49% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C9ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C9ADB is #636524. Grayscale: #A1A1A1. Windows color (decimal): -6513957 or 14391964. OLE color: 14391964.
HSL color Cylindrical-coordinate representation of color #9C9ADB: hue angle of 241.85º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C9ADB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 154 | 219 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.14 |
| HSL | 241.85º | 0.47% | 0.73% | - |
| HSV(B) | 241.85º | 0.3% | 0.86% | - |
| XYZ | 38.05 | 35.29 | 71.82 | - |
| YUV | 162.01 | 160.16 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 219 | 0.29 | 0.30 | 0 | 0.14 | 241.85 | 0.47 | 0.73 |
| Hex | 9C | 9A | DB | 1D | 1E | 0 | E | F2 | 2F | 49 |
| Octal | 234 | 232 | 333 | 35 | 36 | 0 | 16 | 362 | 57 | 111 |
| Binary | 10011100 | 10011010 | 11011011 | 11101 | 11110 | 0 | 1110 | 11110010 | 101111 | 1001001 |
Color Harmonies of #9C9ADB
Complementary color
Monochromatic Colors of #9C9ADB
Black with #9C9ADB
Text Example
Text Example
White with #9C9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9ADB; }
p { color: rgb(156,154,219); }
H1.HeaderClassName
{
color: #9C9ADB;
}
.AnyTagClassName
{
color: #9C9ADB;
}
</style>
background-color css
<style>
a { background-color: #9C9ADB; }
a { background-color: rgb(156,154,219); }
div.DivClassName
{
background-color: #9C9ADB;
}
.BgClassName
{
background-color: #9C9ADB;
}
</style>
border-color css
<style>
span { border-color: #9C9ADB; }
span { border-color: rgb(156,154,219); }
td.TdClassName
{
border-color: #9C9ADB;
}
.TagClassName
{
border-color: #9C9ADB;
}
</style>