Shades of Rock Blue #8CA1BC
Tints of Rock Blue #8CA1BC
RGB
CMYK
RGB Variations
Color information
#8CA1BC (or 0x8CA1BC) is known color: Rock Blue. HEX triplet: 8C, A1 and BC. RGB value is (140,161,188). Sum of RGB (Red+Green+Blue) = 140+161+188=489 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.63% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 188 (73.83% from 255 or 38.45% from 489); Max value from RGB is 188 - color contains mainly: blue. Hex color #8CA1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA1BC is #735E43. Grayscale: #9D9D9D. Windows color (decimal): -7560772 or 12362124. OLE color: 12362124.
HSL color Cylindrical-coordinate representation of color #8CA1BC: hue angle of 213.75º 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 #8CA1BC is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 161 | 188 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.26 |
| HSL | 213.75º | 0.26% | 0.64% | - |
| HSV(B) | 213.75º | 0.26% | 0.74% | - |
| XYZ | 32.64 | 34.7 | 52.55 | - |
| YUV | 157.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 188 | 0.26 | 0.14 | 0 | 0.26 | 213.75 | 0.26 | 0.64 |
| Hex | 8C | A1 | BC | 1A | E | 0 | 1A | D6 | 1A | 40 |
| Octal | 214 | 241 | 274 | 32 | 16 | 0 | 32 | 326 | 32 | 100 |
| Binary | 10001100 | 10100001 | 10111100 | 11010 | 1110 | 0 | 11010 | 11010110 | 11010 | 1000000 |
Color Harmonies of #8CA1BC
Complementary color
Monochromatic Colors of #8CA1BC
Black with #8CA1BC
Text Example
Text Example
White with #8CA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA1BC; }
p { color: rgb(140,161,188); }
H1.HeaderClassName
{
color: #8CA1BC;
}
.AnyTagClassName
{
color: #8CA1BC;
}
</style>
background-color css
<style>
a { background-color: #8CA1BC; }
a { background-color: rgb(140,161,188); }
div.DivClassName
{
background-color: #8CA1BC;
}
.BgClassName
{
background-color: #8CA1BC;
}
</style>
border-color css
<style>
span { border-color: #8CA1BC; }
span { border-color: rgb(140,161,188); }
td.TdClassName
{
border-color: #8CA1BC;
}
.TagClassName
{
border-color: #8CA1BC;
}
</style>