Shades of Blue Bell #9C99DB
Tints of Blue Bell #9C99DB
RGB
CMYK
RGB Variations
Color information
#9C99DB (or 0x9C99DB) is known color: Blue Bell. HEX triplet: 9C, 99 and DB. RGB value is (156,153,219). Sum of RGB (Red+Green+Blue) = 156+153+219=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C99DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C99DB is #636624. Grayscale: #A1A1A1. Windows color (decimal): -6514213 or 14391708. OLE color: 14391708.
HSL color Cylindrical-coordinate representation of color #9C99DB: hue angle of 242.73º degrees, saturation: 0.48, 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 #9C99DB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 153 | 219 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.14 |
| HSL | 242.73º | 0.48% | 0.73% | - |
| HSV(B) | 242.73º | 0.3% | 0.86% | - |
| XYZ | 37.89 | 34.96 | 71.77 | - |
| YUV | 161.42 | 160.49 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 153 | 219 | 0.29 | 0.30 | 0 | 0.14 | 242.73 | 0.48 | 0.73 |
| Hex | 9C | 99 | DB | 1D | 1E | 0 | E | F3 | 30 | 49 |
| Octal | 234 | 231 | 333 | 35 | 36 | 0 | 16 | 363 | 60 | 111 |
| Binary | 10011100 | 10011001 | 11011011 | 11101 | 11110 | 0 | 1110 | 11110011 | 110000 | 1001001 |
Color Harmonies of #9C99DB
Complementary color
Monochromatic Colors of #9C99DB
Black with #9C99DB
Text Example
Text Example
White with #9C99DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C99DB; }
p { color: rgb(156,153,219); }
H1.HeaderClassName
{
color: #9C99DB;
}
.AnyTagClassName
{
color: #9C99DB;
}
</style>
background-color css
<style>
a { background-color: #9C99DB; }
a { background-color: rgb(156,153,219); }
div.DivClassName
{
background-color: #9C99DB;
}
.BgClassName
{
background-color: #9C99DB;
}
</style>
border-color css
<style>
span { border-color: #9C99DB; }
span { border-color: rgb(156,153,219); }
td.TdClassName
{
border-color: #9C99DB;
}
.TagClassName
{
border-color: #9C99DB;
}
</style>