Shades of Rock Blue #8CA4BD
Tints of Rock Blue #8CA4BD
RGB
CMYK
RGB Variations
Color information
#8CA4BD (or 0x8CA4BD) is known color: Rock Blue. HEX triplet: 8C, A4 and BD. RGB value is (140,164,189). Sum of RGB (Red+Green+Blue) = 140+164+189=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 189 - color contains mainly: blue. Hex color #8CA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA4BD is #735B42. Grayscale: #9F9F9F. Windows color (decimal): -7560003 or 12428428. OLE color: 12428428.
HSL color Cylindrical-coordinate representation of color #8CA4BD: hue angle of 210.61º 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 #8CA4BD is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 164 | 189 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.26 |
| HSL | 210.61º | 0.27% | 0.65% | - |
| HSV(B) | 210.61º | 0.26% | 0.74% | - |
| XYZ | 33.28 | 35.8 | 53.3 | - |
| YUV | 159.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 164 | 189 | 0.26 | 0.13 | 0 | 0.26 | 210.61 | 0.27 | 0.65 |
| Hex | 8C | A4 | BD | 1A | D | 0 | 1A | D3 | 1B | 41 |
| Octal | 214 | 244 | 275 | 32 | 15 | 0 | 32 | 323 | 33 | 101 |
| Binary | 10001100 | 10100100 | 10111101 | 11010 | 1101 | 0 | 11010 | 11010011 | 11011 | 1000001 |
Color Harmonies of #8CA4BD
Complementary color
Monochromatic Colors of #8CA4BD
Black with #8CA4BD
Text Example
Text Example
White with #8CA4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA4BD; }
p { color: rgb(140,164,189); }
H1.HeaderClassName
{
color: #8CA4BD;
}
.AnyTagClassName
{
color: #8CA4BD;
}
</style>
background-color css
<style>
a { background-color: #8CA4BD; }
a { background-color: rgb(140,164,189); }
div.DivClassName
{
background-color: #8CA4BD;
}
.BgClassName
{
background-color: #8CA4BD;
}
</style>
border-color css
<style>
span { border-color: #8CA4BD; }
span { border-color: rgb(140,164,189); }
td.TdClassName
{
border-color: #8CA4BD;
}
.TagClassName
{
border-color: #8CA4BD;
}
</style>