Shades of Rock Blue #8FA6C1
Tints of Rock Blue #8FA6C1
RGB
CMYK
RGB Variations
Color information
#8FA6C1 (or 0x8FA6C1) is known color: Rock Blue. HEX triplet: 8F, A6 and C1. RGB value is (143,166,193). Sum of RGB (Red+Green+Blue) = 143+166+193=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 193 (75.78% from 255 or 38.45% from 502); Max value from RGB is 193 - color contains mainly: blue. Hex color #8FA6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA6C1 is #70593E. Grayscale: #A2A2A2. Windows color (decimal): -7362879 or 12691087. OLE color: 12691087.
HSL color Cylindrical-coordinate representation of color #8FA6C1: hue angle of 212.4º 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 #8FA6C1 is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 166 | 193 | - |
| CMYK | 0.26 | 0.14 | 0 | 0.24 |
| HSL | 212.4º | 0.29% | 0.66% | - |
| HSV(B) | 212.4º | 0.26% | 0.76% | - |
| XYZ | 34.59 | 36.96 | 55.76 | - |
| YUV | 162.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 193 | 0.26 | 0.14 | 0 | 0.24 | 212.4 | 0.29 | 0.66 |
| Hex | 8F | A6 | C1 | 1A | E | 0 | 18 | D4 | 1D | 42 |
| Octal | 217 | 246 | 301 | 32 | 16 | 0 | 30 | 324 | 35 | 102 |
| Binary | 10001111 | 10100110 | 11000001 | 11010 | 1110 | 0 | 11000 | 11010100 | 11101 | 1000010 |
Color Harmonies of #8FA6C1
Complementary color
Monochromatic Colors of #8FA6C1
Black with #8FA6C1
Text Example
Text Example
White with #8FA6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA6C1; }
p { color: rgb(143,166,193); }
H1.HeaderClassName
{
color: #8FA6C1;
}
.AnyTagClassName
{
color: #8FA6C1;
}
</style>
background-color css
<style>
a { background-color: #8FA6C1; }
a { background-color: rgb(143,166,193); }
div.DivClassName
{
background-color: #8FA6C1;
}
.BgClassName
{
background-color: #8FA6C1;
}
</style>
border-color css
<style>
span { border-color: #8FA6C1; }
span { border-color: rgb(143,166,193); }
td.TdClassName
{
border-color: #8FA6C1;
}
.TagClassName
{
border-color: #8FA6C1;
}
</style>