Shades of Rock Blue #9CA7BE
Tints of Rock Blue #9CA7BE
RGB
CMYK
RGB Variations
Color information
#9CA7BE (or 0x9CA7BE) is known color: Rock Blue. HEX triplet: 9C, A7 and BE. RGB value is (156,167,190). Sum of RGB (Red+Green+Blue) = 156+167+190=513 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.41% from 513); Green value is 167 (65.62% from 255 or 32.55% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #9CA7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA7BE is #635841. Grayscale: #A6A6A6. Windows color (decimal): -6510658 or 12494748. OLE color: 12494748.
HSL color Cylindrical-coordinate representation of color #9CA7BE: hue angle of 220.59º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CA7BE is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 156 | 167 | 190 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.25 |
| HSL | 220.59º | 0.21% | 0.68% | - |
| HSV(B) | 220.59º | 0.18% | 0.75% | - |
| XYZ | 36.82 | 38.42 | 54.19 | - |
| YUV | 166.33 | 141.36 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 167 | 190 | 0.18 | 0.12 | 0 | 0.25 | 220.59 | 0.21 | 0.68 |
| Hex | 9C | A7 | BE | 12 | C | 0 | 19 | DD | 15 | 44 |
| Octal | 234 | 247 | 276 | 22 | 14 | 0 | 31 | 335 | 25 | 104 |
| Binary | 10011100 | 10100111 | 10111110 | 10010 | 1100 | 0 | 11001 | 11011101 | 10101 | 1000100 |
Color Harmonies of #9CA7BE
Complementary color
Monochromatic Colors of #9CA7BE
Black with #9CA7BE
Text Example
Text Example
White with #9CA7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA7BE; }
p { color: rgb(156,167,190); }
H1.HeaderClassName
{
color: #9CA7BE;
}
.AnyTagClassName
{
color: #9CA7BE;
}
</style>
background-color css
<style>
a { background-color: #9CA7BE; }
a { background-color: rgb(156,167,190); }
div.DivClassName
{
background-color: #9CA7BE;
}
.BgClassName
{
background-color: #9CA7BE;
}
</style>
border-color css
<style>
span { border-color: #9CA7BE; }
span { border-color: rgb(156,167,190); }
td.TdClassName
{
border-color: #9CA7BE;
}
.TagClassName
{
border-color: #9CA7BE;
}
</style>