Shades of Rock Blue #9CA5BB
Tints of Rock Blue #9CA5BB
RGB
CMYK
RGB Variations
Color information
#9CA5BB (or 0x9CA5BB) is known color: Rock Blue. HEX triplet: 9C, A5 and BB. RGB value is (156,165,187). Sum of RGB (Red+Green+Blue) = 156+165+187=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 165 (64.84% from 255 or 32.48% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CA5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA5BB is #635A44. Grayscale: #A4A4A4. Windows color (decimal): -6511173 or 12297628. OLE color: 12297628.
HSL color Cylindrical-coordinate representation of color #9CA5BB: hue angle of 222.58º 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 #9CA5BB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 165 | 187 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.27 |
| HSL | 222.58º | 0.19% | 0.67% | - |
| HSV(B) | 222.58º | 0.17% | 0.73% | - |
| XYZ | 36.14 | 37.57 | 52.36 | - |
| YUV | 164.82 | 140.52 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 165 | 187 | 0.17 | 0.12 | 0 | 0.27 | 222.58 | 0.19 | 0.67 |
| Hex | 9C | A5 | BB | 11 | C | 0 | 1B | DF | 13 | 43 |
| Octal | 234 | 245 | 273 | 21 | 14 | 0 | 33 | 337 | 23 | 103 |
| Binary | 10011100 | 10100101 | 10111011 | 10001 | 1100 | 0 | 11011 | 11011111 | 10011 | 1000011 |
Color Harmonies of #9CA5BB
Complementary color
Monochromatic Colors of #9CA5BB
Black with #9CA5BB
Text Example
Text Example
White with #9CA5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA5BB; }
p { color: rgb(156,165,187); }
H1.HeaderClassName
{
color: #9CA5BB;
}
.AnyTagClassName
{
color: #9CA5BB;
}
</style>
background-color css
<style>
a { background-color: #9CA5BB; }
a { background-color: rgb(156,165,187); }
div.DivClassName
{
background-color: #9CA5BB;
}
.BgClassName
{
background-color: #9CA5BB;
}
</style>
border-color css
<style>
span { border-color: #9CA5BB; }
span { border-color: rgb(156,165,187); }
td.TdClassName
{
border-color: #9CA5BB;
}
.TagClassName
{
border-color: #9CA5BB;
}
</style>