Shades of Rock Blue #8CA3BB
Tints of Rock Blue #8CA3BB
RGB
CMYK
RGB Variations
Color information
#8CA3BB (or 0x8CA3BB) is known color: Rock Blue. HEX triplet: 8C, A3 and BB. RGB value is (140,163,187). Sum of RGB (Red+Green+Blue) = 140+163+187=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 187 (73.44% from 255 or 38.16% from 490); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CA3BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA3BB is #735C44. Grayscale: #9E9E9E. Windows color (decimal): -7560261 or 12297100. OLE color: 12297100.
HSL color Cylindrical-coordinate representation of color #8CA3BB: hue angle of 210.64º 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 #8CA3BB is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 163 | 187 | - |
| CMYK | 0.25 | 0.13 | 0 | 0.27 |
| HSL | 210.64º | 0.26% | 0.64% | - |
| HSV(B) | 210.64º | 0.25% | 0.73% | - |
| XYZ | 32.88 | 35.36 | 52.11 | - |
| YUV | 158.86 | 143.88 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 187 | 0.25 | 0.13 | 0 | 0.27 | 210.64 | 0.26 | 0.64 |
| Hex | 8C | A3 | BB | 19 | D | 0 | 1B | D3 | 1A | 40 |
| Octal | 214 | 243 | 273 | 31 | 15 | 0 | 33 | 323 | 32 | 100 |
| Binary | 10001100 | 10100011 | 10111011 | 11001 | 1101 | 0 | 11011 | 11010011 | 11010 | 1000000 |
Color Harmonies of #8CA3BB
Complementary color
Monochromatic Colors of #8CA3BB
Black with #8CA3BB
Text Example
Text Example
White with #8CA3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA3BB; }
p { color: rgb(140,163,187); }
H1.HeaderClassName
{
color: #8CA3BB;
}
.AnyTagClassName
{
color: #8CA3BB;
}
</style>
background-color css
<style>
a { background-color: #8CA3BB; }
a { background-color: rgb(140,163,187); }
div.DivClassName
{
background-color: #8CA3BB;
}
.BgClassName
{
background-color: #8CA3BB;
}
</style>
border-color css
<style>
span { border-color: #8CA3BB; }
span { border-color: rgb(140,163,187); }
td.TdClassName
{
border-color: #8CA3BB;
}
.TagClassName
{
border-color: #8CA3BB;
}
</style>