Shades of Rock Blue #8FA7C1
Tints of Rock Blue #8FA7C1
RGB
CMYK
RGB Variations
Color information
#8FA7C1 (or 0x8FA7C1) is known color: Rock Blue. HEX triplet: 8F, A7 and C1. RGB value is (143,167,193). Sum of RGB (Red+Green+Blue) = 143+167+193=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FA7C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7C1 is #70583E. Grayscale: #A2A2A2. Windows color (decimal): -7362623 or 12691343. OLE color: 12691343.
HSL color Cylindrical-coordinate representation of color #8FA7C1: hue angle of 211.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8FA7C1 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 167 | 193 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.24 |
| HSL | 211.2º | 0.29% | 0.66% | - |
| HSV(B) | 211.2º | 0.26% | 0.76% | - |
| XYZ | 34.77 | 37.33 | 55.82 | - |
| YUV | 162.79 | 145.05 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 193 | 0.26 | 0.13 | 0 | 0.24 | 211.2 | 0.29 | 0.66 |
| Hex | 8F | A7 | C1 | 1A | D | 0 | 18 | D3 | 1D | 42 |
| Octal | 217 | 247 | 301 | 32 | 15 | 0 | 30 | 323 | 35 | 102 |
| Binary | 10001111 | 10100111 | 11000001 | 11010 | 1101 | 0 | 11000 | 11010011 | 11101 | 1000010 |
Color Harmonies of #8FA7C1
Complementary color
Monochromatic Colors of #8FA7C1
Black with #8FA7C1
Text Example
Text Example
White with #8FA7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA7C1; }
p { color: rgb(143,167,193); }
H1.HeaderClassName
{
color: #8FA7C1;
}
.AnyTagClassName
{
color: #8FA7C1;
}
</style>
background-color css
<style>
a { background-color: #8FA7C1; }
a { background-color: rgb(143,167,193); }
div.DivClassName
{
background-color: #8FA7C1;
}
.BgClassName
{
background-color: #8FA7C1;
}
</style>
border-color css
<style>
span { border-color: #8FA7C1; }
span { border-color: rgb(143,167,193); }
td.TdClassName
{
border-color: #8FA7C1;
}
.TagClassName
{
border-color: #8FA7C1;
}
</style>