Shades of Rock Blue #8CA1BB
Tints of Rock Blue #8CA1BB
RGB
CMYK
RGB Variations
Color information
#8CA1BB (or 0x8CA1BB) is known color: Rock Blue. HEX triplet: 8C, A1 and BB. RGB value is (140,161,187). Sum of RGB (Red+Green+Blue) = 140+161+187=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CA1BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA1BB is #735E44. Grayscale: #9D9D9D. Windows color (decimal): -7560773 or 12296588. OLE color: 12296588.
HSL color Cylindrical-coordinate representation of color #8CA1BB: hue angle of 213.19º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CA1BB is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 161 | 187 | - |
| CMYK | 0.25 | 0.14 | 0 | 0.27 |
| HSL | 213.19º | 0.26% | 0.64% | - |
| HSV(B) | 213.19º | 0.25% | 0.73% | - |
| XYZ | 32.53 | 34.65 | 51.99 | - |
| YUV | 157.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 187 | 0.25 | 0.14 | 0 | 0.27 | 213.19 | 0.26 | 0.64 |
| Hex | 8C | A1 | BB | 19 | E | 0 | 1B | D5 | 1A | 40 |
| Octal | 214 | 241 | 273 | 31 | 16 | 0 | 33 | 325 | 32 | 100 |
| Binary | 10001100 | 10100001 | 10111011 | 11001 | 1110 | 0 | 11011 | 11010101 | 11010 | 1000000 |
Color Harmonies of #8CA1BB
Complementary color
Monochromatic Colors of #8CA1BB
Black with #8CA1BB
Text Example
Text Example
White with #8CA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA1BB; }
p { color: rgb(140,161,187); }
H1.HeaderClassName
{
color: #8CA1BB;
}
.AnyTagClassName
{
color: #8CA1BB;
}
</style>
background-color css
<style>
a { background-color: #8CA1BB; }
a { background-color: rgb(140,161,187); }
div.DivClassName
{
background-color: #8CA1BB;
}
.BgClassName
{
background-color: #8CA1BB;
}
</style>
border-color css
<style>
span { border-color: #8CA1BB; }
span { border-color: rgb(140,161,187); }
td.TdClassName
{
border-color: #8CA1BB;
}
.TagClassName
{
border-color: #8CA1BB;
}
</style>