Shades of Blue Bell #9CA2DB
Tints of Blue Bell #9CA2DB
RGB
CMYK
RGB Variations
Color information
#9CA2DB (or 0x9CA2DB) is known color: Blue Bell. HEX triplet: 9C, A2 and DB. RGB value is (156,162,219). Sum of RGB (Red+Green+Blue) = 156+162+219=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CA2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2DB is #635D24. Grayscale: #A6A6A6. Windows color (decimal): -6511909 or 14394012. OLE color: 14394012.
HSL color Cylindrical-coordinate representation of color #9CA2DB: hue angle of 234.29º 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 #9CA2DB is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 162 | 219 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.14 |
| HSL | 234.29º | 0.47% | 0.74% | - |
| HSV(B) | 234.29º | 0.29% | 0.86% | - |
| XYZ | 39.42 | 38.02 | 72.28 | - |
| YUV | 166.7 | 157.51 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 219 | 0.29 | 0.26 | 0 | 0.14 | 234.29 | 0.47 | 0.74 |
| Hex | 9C | A2 | DB | 1D | 1A | 0 | E | EA | 2F | 4A |
| Octal | 234 | 242 | 333 | 35 | 32 | 0 | 16 | 352 | 57 | 112 |
| Binary | 10011100 | 10100010 | 11011011 | 11101 | 11010 | 0 | 1110 | 11101010 | 101111 | 1001010 |
Color Harmonies of #9CA2DB
Complementary color
Monochromatic Colors of #9CA2DB
Black with #9CA2DB
Text Example
Text Example
White with #9CA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA2DB; }
p { color: rgb(156,162,219); }
H1.HeaderClassName
{
color: #9CA2DB;
}
.AnyTagClassName
{
color: #9CA2DB;
}
</style>
background-color css
<style>
a { background-color: #9CA2DB; }
a { background-color: rgb(156,162,219); }
div.DivClassName
{
background-color: #9CA2DB;
}
.BgClassName
{
background-color: #9CA2DB;
}
</style>
border-color css
<style>
span { border-color: #9CA2DB; }
span { border-color: rgb(156,162,219); }
td.TdClassName
{
border-color: #9CA2DB;
}
.TagClassName
{
border-color: #9CA2DB;
}
</style>