Shades of Rock Blue #9CA7BC
Tints of Rock Blue #9CA7BC
RGB
CMYK
RGB Variations
Color information
#9CA7BC (or 0x9CA7BC) is known color: Rock Blue. HEX triplet: 9C, A7 and BC. RGB value is (156,167,188). Sum of RGB (Red+Green+Blue) = 156+167+188=511 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.53% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA7BC is #635843. Grayscale: #A6A6A6. Windows color (decimal): -6510660 or 12363676. OLE color: 12363676.
HSL color Cylindrical-coordinate representation of color #9CA7BC: hue angle of 219.38º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CA7BC is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 167 | 188 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.26 |
| HSL | 219.38º | 0.19% | 0.67% | - |
| HSV(B) | 219.38º | 0.17% | 0.74% | - |
| XYZ | 36.61 | 38.34 | 53.05 | - |
| YUV | 166.11 | 140.36 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 188 | 0.17 | 0.11 | 0 | 0.26 | 219.38 | 0.19 | 0.67 |
| Hex | 9C | A7 | BC | 11 | B | 0 | 1A | DB | 13 | 43 |
| Octal | 234 | 247 | 274 | 21 | 13 | 0 | 32 | 333 | 23 | 103 |
| Binary | 10011100 | 10100111 | 10111100 | 10001 | 1011 | 0 | 11010 | 11011011 | 10011 | 1000011 |
Color Harmonies of #9CA7BC
Complementary color
Monochromatic Colors of #9CA7BC
Black with #9CA7BC
Text Example
Text Example
White with #9CA7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA7BC; }
p { color: rgb(156,167,188); }
H1.HeaderClassName
{
color: #9CA7BC;
}
.AnyTagClassName
{
color: #9CA7BC;
}
</style>
background-color css
<style>
a { background-color: #9CA7BC; }
a { background-color: rgb(156,167,188); }
div.DivClassName
{
background-color: #9CA7BC;
}
.BgClassName
{
background-color: #9CA7BC;
}
</style>
border-color css
<style>
span { border-color: #9CA7BC; }
span { border-color: rgb(156,167,188); }
td.TdClassName
{
border-color: #9CA7BC;
}
.TagClassName
{
border-color: #9CA7BC;
}
</style>