Shades of Rock Blue #8CA0BC
Tints of Rock Blue #8CA0BC
RGB
CMYK
RGB Variations
Color information
#8CA0BC (or 0x8CA0BC) is known color: Rock Blue. HEX triplet: 8C, A0 and BC. RGB value is (140,160,188). Sum of RGB (Red+Green+Blue) = 140+160+188=488 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.69% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CA0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA0BC is #735F43. Grayscale: #9D9D9D. Windows color (decimal): -7561028 or 12361868. OLE color: 12361868.
HSL color Cylindrical-coordinate representation of color #8CA0BC: hue angle of 215º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA0BC is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 160 | 188 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.26 |
| HSL | 215º | 0.26% | 0.64% | - |
| HSV(B) | 215º | 0.26% | 0.74% | - |
| XYZ | 32.46 | 34.35 | 52.5 | - |
| YUV | 157.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 160 | 188 | 0.26 | 0.15 | 0 | 0.26 | 215 | 0.26 | 0.64 |
| Hex | 8C | A0 | BC | 1A | F | 0 | 1A | D7 | 1A | 40 |
| Octal | 214 | 240 | 274 | 32 | 17 | 0 | 32 | 327 | 32 | 100 |
| Binary | 10001100 | 10100000 | 10111100 | 11010 | 1111 | 0 | 11010 | 11010111 | 11010 | 1000000 |
Color Harmonies of #8CA0BC
Complementary color
Monochromatic Colors of #8CA0BC
Black with #8CA0BC
Text Example
Text Example
White with #8CA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA0BC; }
p { color: rgb(140,160,188); }
H1.HeaderClassName
{
color: #8CA0BC;
}
.AnyTagClassName
{
color: #8CA0BC;
}
</style>
background-color css
<style>
a { background-color: #8CA0BC; }
a { background-color: rgb(140,160,188); }
div.DivClassName
{
background-color: #8CA0BC;
}
.BgClassName
{
background-color: #8CA0BC;
}
</style>
border-color css
<style>
span { border-color: #8CA0BC; }
span { border-color: rgb(140,160,188); }
td.TdClassName
{
border-color: #8CA0BC;
}
.TagClassName
{
border-color: #8CA0BC;
}
</style>