Shades of Blue Bell #9CA0DB
Tints of Blue Bell #9CA0DB
RGB
CMYK
RGB Variations
Color information
#9CA0DB (or 0x9CA0DB) is known color: Blue Bell. HEX triplet: 9C, A0 and DB. RGB value is (156,160,219). Sum of RGB (Red+Green+Blue) = 156+160+219=535 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.16% from 535); Green value is 160 (62.89% from 255 or 29.91% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CA0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA0DB is #635F24. Grayscale: #A5A5A5. Windows color (decimal): -6512421 or 14393500. OLE color: 14393500.
HSL color Cylindrical-coordinate representation of color #9CA0DB: hue angle of 236.19º 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 #9CA0DB is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 160 | 219 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.14 |
| HSL | 236.19º | 0.47% | 0.74% | - |
| HSV(B) | 236.19º | 0.29% | 0.86% | - |
| XYZ | 39.07 | 37.32 | 72.16 | - |
| YUV | 165.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 219 | 0.29 | 0.27 | 0 | 0.14 | 236.19 | 0.47 | 0.74 |
| Hex | 9C | A0 | DB | 1D | 1B | 0 | E | EC | 2F | 4A |
| Octal | 234 | 240 | 333 | 35 | 33 | 0 | 16 | 354 | 57 | 112 |
| Binary | 10011100 | 10100000 | 11011011 | 11101 | 11011 | 0 | 1110 | 11101100 | 101111 | 1001010 |
Color Harmonies of #9CA0DB
Complementary color
Monochromatic Colors of #9CA0DB
Black with #9CA0DB
Text Example
Text Example
White with #9CA0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA0DB; }
p { color: rgb(156,160,219); }
H1.HeaderClassName
{
color: #9CA0DB;
}
.AnyTagClassName
{
color: #9CA0DB;
}
</style>
background-color css
<style>
a { background-color: #9CA0DB; }
a { background-color: rgb(156,160,219); }
div.DivClassName
{
background-color: #9CA0DB;
}
.BgClassName
{
background-color: #9CA0DB;
}
</style>
border-color css
<style>
span { border-color: #9CA0DB; }
span { border-color: rgb(156,160,219); }
td.TdClassName
{
border-color: #9CA0DB;
}
.TagClassName
{
border-color: #9CA0DB;
}
</style>