Shades of Rock Blue #8CA3BD
Tints of Rock Blue #8CA3BD
RGB
CMYK
RGB Variations
Color information
#8CA3BD (or 0x8CA3BD) is known color: Rock Blue. HEX triplet: 8C, A3 and BD. RGB value is (140,163,189). Sum of RGB (Red+Green+Blue) = 140+163+189=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 189 (74.22% from 255 or 38.41% from 492); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CA3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA3BD is #735C42. Grayscale: #9E9E9E. Windows color (decimal): -7560259 or 12428172. OLE color: 12428172.
HSL color Cylindrical-coordinate representation of color #8CA3BD: hue angle of 211.84º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA3BD is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 163 | 189 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.26 |
| HSL | 211.84º | 0.27% | 0.65% | - |
| HSV(B) | 211.84º | 0.26% | 0.74% | - |
| XYZ | 33.1 | 35.44 | 53.24 | - |
| YUV | 159.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 189 | 0.26 | 0.14 | 0 | 0.26 | 211.84 | 0.27 | 0.65 |
| Hex | 8C | A3 | BD | 1A | E | 0 | 1A | D4 | 1B | 41 |
| Octal | 214 | 243 | 275 | 32 | 16 | 0 | 32 | 324 | 33 | 101 |
| Binary | 10001100 | 10100011 | 10111101 | 11010 | 1110 | 0 | 11010 | 11010100 | 11011 | 1000001 |
Color Harmonies of #8CA3BD
Complementary color
Monochromatic Colors of #8CA3BD
Black with #8CA3BD
Text Example
Text Example
White with #8CA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA3BD; }
p { color: rgb(140,163,189); }
H1.HeaderClassName
{
color: #8CA3BD;
}
.AnyTagClassName
{
color: #8CA3BD;
}
</style>
background-color css
<style>
a { background-color: #8CA3BD; }
a { background-color: rgb(140,163,189); }
div.DivClassName
{
background-color: #8CA3BD;
}
.BgClassName
{
background-color: #8CA3BD;
}
</style>
border-color css
<style>
span { border-color: #8CA3BD; }
span { border-color: rgb(140,163,189); }
td.TdClassName
{
border-color: #8CA3BD;
}
.TagClassName
{
border-color: #8CA3BD;
}
</style>