Shades of Rock Blue #9CA6BB
Tints of Rock Blue #9CA6BB
RGB
CMYK
RGB Variations
Color information
#9CA6BB (or 0x9CA6BB) is known color: Rock Blue. HEX triplet: 9C, A6 and BB. RGB value is (156,166,187). Sum of RGB (Red+Green+Blue) = 156+166+187=509 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.65% from 509); Green value is 166 (65.23% from 255 or 32.61% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CA6BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA6BB is #635944. Grayscale: #A5A5A5. Windows color (decimal): -6510917 or 12297884. OLE color: 12297884.
HSL color Cylindrical-coordinate representation of color #9CA6BB: hue angle of 220.65º 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 #9CA6BB is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 166 | 187 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.27 |
| HSL | 220.65º | 0.19% | 0.67% | - |
| HSV(B) | 220.65º | 0.17% | 0.73% | - |
| XYZ | 36.32 | 37.93 | 52.42 | - |
| YUV | 165.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 187 | 0.17 | 0.11 | 0 | 0.27 | 220.65 | 0.19 | 0.67 |
| Hex | 9C | A6 | BB | 11 | B | 0 | 1B | DD | 13 | 43 |
| Octal | 234 | 246 | 273 | 21 | 13 | 0 | 33 | 335 | 23 | 103 |
| Binary | 10011100 | 10100110 | 10111011 | 10001 | 1011 | 0 | 11011 | 11011101 | 10011 | 1000011 |
Color Harmonies of #9CA6BB
Complementary color
Monochromatic Colors of #9CA6BB
Black with #9CA6BB
Text Example
Text Example
White with #9CA6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA6BB; }
p { color: rgb(156,166,187); }
H1.HeaderClassName
{
color: #9CA6BB;
}
.AnyTagClassName
{
color: #9CA6BB;
}
</style>
background-color css
<style>
a { background-color: #9CA6BB; }
a { background-color: rgb(156,166,187); }
div.DivClassName
{
background-color: #9CA6BB;
}
.BgClassName
{
background-color: #9CA6BB;
}
</style>
border-color css
<style>
span { border-color: #9CA6BB; }
span { border-color: rgb(156,166,187); }
td.TdClassName
{
border-color: #9CA6BB;
}
.TagClassName
{
border-color: #9CA6BB;
}
</style>