Shades of Blue Bell #9CA0CD
Tints of Blue Bell #9CA0CD
RGB
CMYK
RGB Variations
Color information
#9CA0CD (or 0x9CA0CD) is known color: Blue Bell. HEX triplet: 9C, A0 and CD. RGB value is (156,160,205). Sum of RGB (Red+Green+Blue) = 156+160+205=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #9CA0CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA0CD is #635F32. Grayscale: #A3A3A3. Windows color (decimal): -6512435 or 13475996. OLE color: 13475996.
HSL color Cylindrical-coordinate representation of color #9CA0CD: hue angle of 235.1º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9CA0CD is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 160 | 205 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.20 |
| HSL | 235.1º | 0.33% | 0.71% | - |
| HSV(B) | 235.1º | 0.24% | 0.8% | - |
| XYZ | 37.3 | 36.62 | 62.86 | - |
| YUV | 163.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 205 | 0.24 | 0.22 | 0 | 0.20 | 235.1 | 0.33 | 0.71 |
| Hex | 9C | A0 | CD | 18 | 16 | 0 | 14 | EB | 21 | 47 |
| Octal | 234 | 240 | 315 | 30 | 26 | 0 | 24 | 353 | 41 | 107 |
| Binary | 10011100 | 10100000 | 11001101 | 11000 | 10110 | 0 | 10100 | 11101011 | 100001 | 1000111 |
Color Harmonies of #9CA0CD
Complementary color
Monochromatic Colors of #9CA0CD
Black with #9CA0CD
Text Example
Text Example
White with #9CA0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA0CD; }
p { color: rgb(156,160,205); }
H1.HeaderClassName
{
color: #9CA0CD;
}
.AnyTagClassName
{
color: #9CA0CD;
}
</style>
background-color css
<style>
a { background-color: #9CA0CD; }
a { background-color: rgb(156,160,205); }
div.DivClassName
{
background-color: #9CA0CD;
}
.BgClassName
{
background-color: #9CA0CD;
}
</style>
border-color css
<style>
span { border-color: #9CA0CD; }
span { border-color: rgb(156,160,205); }
td.TdClassName
{
border-color: #9CA0CD;
}
.TagClassName
{
border-color: #9CA0CD;
}
</style>