Shades of Rock Blue #9CA6C1
Tints of Rock Blue #9CA6C1
RGB
CMYK
RGB Variations
Color information
#9CA6C1 (or 0x9CA6C1) is known color: Rock Blue. HEX triplet: 9C, A6 and C1. RGB value is (156,166,193). Sum of RGB (Red+Green+Blue) = 156+166+193=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 193 - color contains mainly: blue. Hex color #9CA6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA6C1 is #63593E. Grayscale: #A5A5A5. Windows color (decimal): -6510911 or 12691100. OLE color: 12691100.
HSL color Cylindrical-coordinate representation of color #9CA6C1: hue angle of 223.78º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CA6C1 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 156 | 166 | 193 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.24 |
| HSL | 223.78º | 0.23% | 0.68% | - |
| HSV(B) | 223.78º | 0.19% | 0.76% | - |
| XYZ | 36.97 | 38.19 | 55.87 | - |
| YUV | 166.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 166 | 193 | 0.19 | 0.14 | 0 | 0.24 | 223.78 | 0.23 | 0.68 |
| Hex | 9C | A6 | C1 | 13 | E | 0 | 18 | E0 | 17 | 44 |
| Octal | 234 | 246 | 301 | 23 | 16 | 0 | 30 | 340 | 27 | 104 |
| Binary | 10011100 | 10100110 | 11000001 | 10011 | 1110 | 0 | 11000 | 11100000 | 10111 | 1000100 |
Color Harmonies of #9CA6C1
Complementary color
Monochromatic Colors of #9CA6C1
Black with #9CA6C1
Text Example
Text Example
White with #9CA6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA6C1; }
p { color: rgb(156,166,193); }
H1.HeaderClassName
{
color: #9CA6C1;
}
.AnyTagClassName
{
color: #9CA6C1;
}
</style>
background-color css
<style>
a { background-color: #9CA6C1; }
a { background-color: rgb(156,166,193); }
div.DivClassName
{
background-color: #9CA6C1;
}
.BgClassName
{
background-color: #9CA6C1;
}
</style>
border-color css
<style>
span { border-color: #9CA6C1; }
span { border-color: rgb(156,166,193); }
td.TdClassName
{
border-color: #9CA6C1;
}
.TagClassName
{
border-color: #9CA6C1;
}
</style>