Shades of Rock Blue #9CA4BB
Tints of Rock Blue #9CA4BB
RGB
CMYK
RGB Variations
Color information
#9CA4BB (or 0x9CA4BB) is known color: Rock Blue. HEX triplet: 9C, A4 and BB. RGB value is (156,164,187). Sum of RGB (Red+Green+Blue) = 156+164+187=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 187 - color contains mainly: blue. Hex color #9CA4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CA4BB is #635B44. Grayscale: #A4A4A4. Windows color (decimal): -6511429 or 12297372. OLE color: 12297372.
HSL color Cylindrical-coordinate representation of color #9CA4BB: hue angle of 224.52º 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 #9CA4BB is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 164 | 187 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.27 |
| HSL | 224.52º | 0.19% | 0.67% | - |
| HSV(B) | 224.52º | 0.17% | 0.73% | - |
| XYZ | 35.96 | 37.21 | 52.3 | - |
| YUV | 164.23 | 140.85 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 164 | 187 | 0.17 | 0.12 | 0 | 0.27 | 224.52 | 0.19 | 0.67 |
| Hex | 9C | A4 | BB | 11 | C | 0 | 1B | E1 | 13 | 43 |
| Octal | 234 | 244 | 273 | 21 | 14 | 0 | 33 | 341 | 23 | 103 |
| Binary | 10011100 | 10100100 | 10111011 | 10001 | 1100 | 0 | 11011 | 11100001 | 10011 | 1000011 |
Color Harmonies of #9CA4BB
Complementary color
Monochromatic Colors of #9CA4BB
Black with #9CA4BB
Text Example
Text Example
White with #9CA4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CA4BB; }
p { color: rgb(156,164,187); }
H1.HeaderClassName
{
color: #9CA4BB;
}
.AnyTagClassName
{
color: #9CA4BB;
}
</style>
background-color css
<style>
a { background-color: #9CA4BB; }
a { background-color: rgb(156,164,187); }
div.DivClassName
{
background-color: #9CA4BB;
}
.BgClassName
{
background-color: #9CA4BB;
}
</style>
border-color css
<style>
span { border-color: #9CA4BB; }
span { border-color: rgb(156,164,187); }
td.TdClassName
{
border-color: #9CA4BB;
}
.TagClassName
{
border-color: #9CA4BB;
}
</style>