Shades of Blue Bell #9CA2CA
Tints of Blue Bell #9CA2CA
RGB
CMYK
RGB Variations
Color information
#9CA2CA (or 0x9CA2CA) is known color: Blue Bell. HEX triplet: 9C, A2 and CA. RGB value is (156,162,202). Sum of RGB (Red+Green+Blue) = 156+162+202=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 202 - color contains mainly: blue. Hex color #9CA2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA2CA is #635D35. Grayscale: #A4A4A4. Windows color (decimal): -6511926 or 13279900. OLE color: 13279900.
HSL color Cylindrical-coordinate representation of color #9CA2CA: hue angle of 232.17º 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 #9CA2CA is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 162 | 202 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.21 |
| HSL | 232.17º | 0.3% | 0.7% | - |
| HSV(B) | 232.17º | 0.23% | 0.79% | - |
| XYZ | 37.29 | 37.17 | 61.09 | - |
| YUV | 164.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 162 | 202 | 0.23 | 0.20 | 0 | 0.21 | 232.17 | 0.3 | 0.7 |
| Hex | 9C | A2 | CA | 17 | 14 | 0 | 15 | E8 | 1E | 46 |
| Octal | 234 | 242 | 312 | 27 | 24 | 0 | 25 | 350 | 36 | 106 |
| Binary | 10011100 | 10100010 | 11001010 | 10111 | 10100 | 0 | 10101 | 11101000 | 11110 | 1000110 |
Color Harmonies of #9CA2CA
Complementary color
Monochromatic Colors of #9CA2CA
Black with #9CA2CA
Text Example
Text Example
White with #9CA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA2CA; }
p { color: rgb(156,162,202); }
H1.HeaderClassName
{
color: #9CA2CA;
}
.AnyTagClassName
{
color: #9CA2CA;
}
</style>
background-color css
<style>
a { background-color: #9CA2CA; }
a { background-color: rgb(156,162,202); }
div.DivClassName
{
background-color: #9CA2CA;
}
.BgClassName
{
background-color: #9CA2CA;
}
</style>
border-color css
<style>
span { border-color: #9CA2CA; }
span { border-color: rgb(156,162,202); }
td.TdClassName
{
border-color: #9CA2CA;
}
.TagClassName
{
border-color: #9CA2CA;
}
</style>