Shades of Rock Blue #9CA7BB
Tints of Rock Blue #9CA7BB
RGB
CMYK
RGB Variations
Color information
#9CA7BB (or 0x9CA7BB) is known color: Rock Blue. HEX triplet: 9C, A7 and BB. RGB value is (156,167,187). Sum of RGB (Red+Green+Blue) = 156+167+187=510 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.59% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CA7BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA7BB is #635844. Grayscale: #A5A5A5. Windows color (decimal): -6510661 or 12298140. OLE color: 12298140.
HSL color Cylindrical-coordinate representation of color #9CA7BB: hue angle of 218.71º 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 #9CA7BB is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 167 | 187 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.27 |
| HSL | 218.71º | 0.19% | 0.67% | - |
| HSV(B) | 218.71º | 0.17% | 0.73% | - |
| XYZ | 36.5 | 38.29 | 52.48 | - |
| YUV | 165.99 | 139.86 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 187 | 0.17 | 0.11 | 0 | 0.27 | 218.71 | 0.19 | 0.67 |
| Hex | 9C | A7 | BB | 11 | B | 0 | 1B | DB | 13 | 43 |
| Octal | 234 | 247 | 273 | 21 | 13 | 0 | 33 | 333 | 23 | 103 |
| Binary | 10011100 | 10100111 | 10111011 | 10001 | 1011 | 0 | 11011 | 11011011 | 10011 | 1000011 |
Color Harmonies of #9CA7BB
Complementary color
Monochromatic Colors of #9CA7BB
Black with #9CA7BB
Text Example
Text Example
White with #9CA7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA7BB; }
p { color: rgb(156,167,187); }
H1.HeaderClassName
{
color: #9CA7BB;
}
.AnyTagClassName
{
color: #9CA7BB;
}
</style>
background-color css
<style>
a { background-color: #9CA7BB; }
a { background-color: rgb(156,167,187); }
div.DivClassName
{
background-color: #9CA7BB;
}
.BgClassName
{
background-color: #9CA7BB;
}
</style>
border-color css
<style>
span { border-color: #9CA7BB; }
span { border-color: rgb(156,167,187); }
td.TdClassName
{
border-color: #9CA7BB;
}
.TagClassName
{
border-color: #9CA7BB;
}
</style>