Shades of Blue Bell #9CA3CA
Tints of Blue Bell #9CA3CA
RGB
CMYK
RGB Variations
Color information
#9CA3CA (or 0x9CA3CA) is known color: Blue Bell. HEX triplet: 9C, A3 and CA. RGB value is (156,163,202). Sum of RGB (Red+Green+Blue) = 156+163+202=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 163 (64.06% from 255 or 31.29% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CA3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA3CA is #635C35. Grayscale: #A5A5A5. Windows color (decimal): -6511670 or 13280156. OLE color: 13280156.
HSL color Cylindrical-coordinate representation of color #9CA3CA: hue angle of 230.87º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9CA3CA is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 163 | 202 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.21 |
| HSL | 230.87º | 0.3% | 0.7% | - |
| HSV(B) | 230.87º | 0.23% | 0.79% | - |
| XYZ | 37.47 | 37.53 | 61.15 | - |
| YUV | 165.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 163 | 202 | 0.23 | 0.19 | 0 | 0.21 | 230.87 | 0.3 | 0.7 |
| Hex | 9C | A3 | CA | 17 | 13 | 0 | 15 | E7 | 1E | 46 |
| Octal | 234 | 243 | 312 | 27 | 23 | 0 | 25 | 347 | 36 | 106 |
| Binary | 10011100 | 10100011 | 11001010 | 10111 | 10011 | 0 | 10101 | 11100111 | 11110 | 1000110 |
Color Harmonies of #9CA3CA
Complementary color
Monochromatic Colors of #9CA3CA
Black with #9CA3CA
Text Example
Text Example
White with #9CA3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA3CA; }
p { color: rgb(156,163,202); }
H1.HeaderClassName
{
color: #9CA3CA;
}
.AnyTagClassName
{
color: #9CA3CA;
}
</style>
background-color css
<style>
a { background-color: #9CA3CA; }
a { background-color: rgb(156,163,202); }
div.DivClassName
{
background-color: #9CA3CA;
}
.BgClassName
{
background-color: #9CA3CA;
}
</style>
border-color css
<style>
span { border-color: #9CA3CA; }
span { border-color: rgb(156,163,202); }
td.TdClassName
{
border-color: #9CA3CA;
}
.TagClassName
{
border-color: #9CA3CA;
}
</style>