Shades of Rock Blue #9CA9BB
Tints of Rock Blue #9CA9BB
RGB
CMYK
RGB Variations
Color information
#9CA9BB (or 0x9CA9BB) is known color: Rock Blue. HEX triplet: 9C, A9 and BB. RGB value is (156,169,187). Sum of RGB (Red+Green+Blue) = 156+169+187=512 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.47% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CA9BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA9BB is #635644. Grayscale: #A7A7A7. Windows color (decimal): -6510149 or 12298652. OLE color: 12298652.
HSL color Cylindrical-coordinate representation of color #9CA9BB: hue angle of 214.84º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CA9BB is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 169 | 187 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.27 |
| HSL | 214.84º | 0.19% | 0.67% | - |
| HSV(B) | 214.84º | 0.17% | 0.73% | - |
| XYZ | 36.87 | 39.03 | 52.6 | - |
| YUV | 167.17 | 139.19 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 169 | 187 | 0.17 | 0.10 | 0 | 0.27 | 214.84 | 0.19 | 0.67 |
| Hex | 9C | A9 | BB | 11 | A | 0 | 1B | D7 | 13 | 43 |
| Octal | 234 | 251 | 273 | 21 | 12 | 0 | 33 | 327 | 23 | 103 |
| Binary | 10011100 | 10101001 | 10111011 | 10001 | 1010 | 0 | 11011 | 11010111 | 10011 | 1000011 |
Color Harmonies of #9CA9BB
Complementary color
Monochromatic Colors of #9CA9BB
Black with #9CA9BB
Text Example
Text Example
White with #9CA9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA9BB; }
p { color: rgb(156,169,187); }
H1.HeaderClassName
{
color: #9CA9BB;
}
.AnyTagClassName
{
color: #9CA9BB;
}
</style>
background-color css
<style>
a { background-color: #9CA9BB; }
a { background-color: rgb(156,169,187); }
div.DivClassName
{
background-color: #9CA9BB;
}
.BgClassName
{
background-color: #9CA9BB;
}
</style>
border-color css
<style>
span { border-color: #9CA9BB; }
span { border-color: rgb(156,169,187); }
td.TdClassName
{
border-color: #9CA9BB;
}
.TagClassName
{
border-color: #9CA9BB;
}
</style>