Shades of Rock Blue #8FA4BA
Tints of Rock Blue #8FA4BA
RGB
CMYK
RGB Variations
Color information
#8FA4BA (or 0x8FA4BA) is known color: Rock Blue. HEX triplet: 8F, A4 and BA. RGB value is (143,164,186). Sum of RGB (Red+Green+Blue) = 143+164+186=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 164 (64.45% from 255 or 33.27% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #8FA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA4BA is #705B45. Grayscale: #A0A0A0. Windows color (decimal): -7363398 or 12231823. OLE color: 12231823.
HSL color Cylindrical-coordinate representation of color #8FA4BA: hue angle of 210.7º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8FA4BA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 164 | 186 | - |
| CMYK | 0.23 | 0.12 | 0 | 0.27 |
| HSL | 210.7º | 0.24% | 0.65% | - |
| HSV(B) | 210.7º | 0.23% | 0.73% | - |
| XYZ | 33.47 | 35.94 | 51.63 | - |
| YUV | 160.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 186 | 0.23 | 0.12 | 0 | 0.27 | 210.7 | 0.24 | 0.65 |
| Hex | 8F | A4 | BA | 17 | C | 0 | 1B | D3 | 18 | 41 |
| Octal | 217 | 244 | 272 | 27 | 14 | 0 | 33 | 323 | 30 | 101 |
| Binary | 10001111 | 10100100 | 10111010 | 10111 | 1100 | 0 | 11011 | 11010011 | 11000 | 1000001 |
Color Harmonies of #8FA4BA
Complementary color
Monochromatic Colors of #8FA4BA
Black with #8FA4BA
Text Example
Text Example
White with #8FA4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA4BA; }
p { color: rgb(143,164,186); }
H1.HeaderClassName
{
color: #8FA4BA;
}
.AnyTagClassName
{
color: #8FA4BA;
}
</style>
background-color css
<style>
a { background-color: #8FA4BA; }
a { background-color: rgb(143,164,186); }
div.DivClassName
{
background-color: #8FA4BA;
}
.BgClassName
{
background-color: #8FA4BA;
}
</style>
border-color css
<style>
span { border-color: #8FA4BA; }
span { border-color: rgb(143,164,186); }
td.TdClassName
{
border-color: #8FA4BA;
}
.TagClassName
{
border-color: #8FA4BA;
}
</style>