Shades of Rock Blue #8FA7C0
Tints of Rock Blue #8FA7C0
RGB
CMYK
RGB Variations
Color information
#8FA7C0 (or 0x8FA7C0) is known color: Rock Blue. HEX triplet: 8F, A7 and C0. RGB value is (143,167,192). Sum of RGB (Red+Green+Blue) = 143+167+192=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 192 - color contains mainly: blue. Hex color #8FA7C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7C0 is #70583F. Grayscale: #A2A2A2. Windows color (decimal): -7362624 or 12625807. OLE color: 12625807.
HSL color Cylindrical-coordinate representation of color #8FA7C0: hue angle of 210.61º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FA7C0 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 167 | 192 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.25 |
| HSL | 210.61º | 0.28% | 0.66% | - |
| HSV(B) | 210.61º | 0.26% | 0.75% | - |
| XYZ | 34.66 | 37.28 | 55.24 | - |
| YUV | 162.67 | 144.55 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 192 | 0.26 | 0.13 | 0 | 0.25 | 210.61 | 0.28 | 0.66 |
| Hex | 8F | A7 | C0 | 1A | D | 0 | 19 | D3 | 1C | 42 |
| Octal | 217 | 247 | 300 | 32 | 15 | 0 | 31 | 323 | 34 | 102 |
| Binary | 10001111 | 10100111 | 11000000 | 11010 | 1101 | 0 | 11001 | 11010011 | 11100 | 1000010 |
Color Harmonies of #8FA7C0
Complementary color
Monochromatic Colors of #8FA7C0
Black with #8FA7C0
Text Example
Text Example
White with #8FA7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA7C0; }
p { color: rgb(143,167,192); }
H1.HeaderClassName
{
color: #8FA7C0;
}
.AnyTagClassName
{
color: #8FA7C0;
}
</style>
background-color css
<style>
a { background-color: #8FA7C0; }
a { background-color: rgb(143,167,192); }
div.DivClassName
{
background-color: #8FA7C0;
}
.BgClassName
{
background-color: #8FA7C0;
}
</style>
border-color css
<style>
span { border-color: #8FA7C0; }
span { border-color: rgb(143,167,192); }
td.TdClassName
{
border-color: #8FA7C0;
}
.TagClassName
{
border-color: #8FA7C0;
}
</style>