Shades of Blue Bell #9CA0CB
Tints of Blue Bell #9CA0CB
RGB
CMYK
RGB Variations
Color information
#9CA0CB (or 0x9CA0CB) is known color: Blue Bell. HEX triplet: 9C, A0 and CB. RGB value is (156,160,203). Sum of RGB (Red+Green+Blue) = 156+160+203=519 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.06% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA0CB is #635F34. Grayscale: #A3A3A3. Windows color (decimal): -6512437 or 13344924. OLE color: 13344924.
HSL color Cylindrical-coordinate representation of color #9CA0CB: hue angle of 234.89º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA0CB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 160 | 203 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.20 |
| HSL | 234.89º | 0.31% | 0.7% | - |
| HSV(B) | 234.89º | 0.23% | 0.8% | - |
| XYZ | 37.06 | 36.52 | 61.6 | - |
| YUV | 163.71 | 150.17 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 160 | 203 | 0.23 | 0.21 | 0 | 0.20 | 234.89 | 0.31 | 0.7 |
| Hex | 9C | A0 | CB | 17 | 15 | 0 | 14 | EB | 1F | 46 |
| Octal | 234 | 240 | 313 | 27 | 25 | 0 | 24 | 353 | 37 | 106 |
| Binary | 10011100 | 10100000 | 11001011 | 10111 | 10101 | 0 | 10100 | 11101011 | 11111 | 1000110 |
Color Harmonies of #9CA0CB
Complementary color
Monochromatic Colors of #9CA0CB
Black with #9CA0CB
Text Example
Text Example
White with #9CA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA0CB; }
p { color: rgb(156,160,203); }
H1.HeaderClassName
{
color: #9CA0CB;
}
.AnyTagClassName
{
color: #9CA0CB;
}
</style>
background-color css
<style>
a { background-color: #9CA0CB; }
a { background-color: rgb(156,160,203); }
div.DivClassName
{
background-color: #9CA0CB;
}
.BgClassName
{
background-color: #9CA0CB;
}
</style>
border-color css
<style>
span { border-color: #9CA0CB; }
span { border-color: rgb(156,160,203); }
td.TdClassName
{
border-color: #9CA0CB;
}
.TagClassName
{
border-color: #9CA0CB;
}
</style>