Shades of Blue Bell #9CA1CB
Tints of Blue Bell #9CA1CB
RGB
CMYK
RGB Variations
Color information
#9CA1CB (or 0x9CA1CB) is known color: Blue Bell. HEX triplet: 9C, A1 and CB. RGB value is (156,161,203). Sum of RGB (Red+Green+Blue) = 156+161+203=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #9CA1CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA1CB is #635E34. Grayscale: #A4A4A4. Windows color (decimal): -6512181 or 13345180. OLE color: 13345180.
HSL color Cylindrical-coordinate representation of color #9CA1CB: hue angle of 233.62º 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 #9CA1CB is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 161 | 203 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.20 |
| HSL | 233.62º | 0.31% | 0.7% | - |
| HSV(B) | 233.62º | 0.23% | 0.8% | - |
| XYZ | 37.23 | 36.87 | 61.65 | - |
| YUV | 164.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 161 | 203 | 0.23 | 0.21 | 0 | 0.20 | 233.62 | 0.31 | 0.7 |
| Hex | 9C | A1 | CB | 17 | 15 | 0 | 14 | EA | 1F | 46 |
| Octal | 234 | 241 | 313 | 27 | 25 | 0 | 24 | 352 | 37 | 106 |
| Binary | 10011100 | 10100001 | 11001011 | 10111 | 10101 | 0 | 10100 | 11101010 | 11111 | 1000110 |
Color Harmonies of #9CA1CB
Complementary color
Monochromatic Colors of #9CA1CB
Black with #9CA1CB
Text Example
Text Example
White with #9CA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA1CB; }
p { color: rgb(156,161,203); }
H1.HeaderClassName
{
color: #9CA1CB;
}
.AnyTagClassName
{
color: #9CA1CB;
}
</style>
background-color css
<style>
a { background-color: #9CA1CB; }
a { background-color: rgb(156,161,203); }
div.DivClassName
{
background-color: #9CA1CB;
}
.BgClassName
{
background-color: #9CA1CB;
}
</style>
border-color css
<style>
span { border-color: #9CA1CB; }
span { border-color: rgb(156,161,203); }
td.TdClassName
{
border-color: #9CA1CB;
}
.TagClassName
{
border-color: #9CA1CB;
}
</style>