Shades of Polo Blue #8FA7CC
Tints of Polo Blue #8FA7CC
RGB
CMYK
RGB Variations
Color information
#8FA7CC (or 0x8FA7CC) is known color: Polo Blue. HEX triplet: 8F, A7 and CC. RGB value is (143,167,204). Sum of RGB (Red+Green+Blue) = 143+167+204=514 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.82% from 514); Green value is 167 (65.62% from 255 or 32.49% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #8FA7CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7CC is #705833. Grayscale: #A3A3A3. Windows color (decimal): -7362612 or 13412239. OLE color: 13412239.
HSL color Cylindrical-coordinate representation of color #8FA7CC: hue angle of 216.39º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA7CC is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 167 | 204 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.2 |
| HSL | 216.39º | 0.37% | 0.68% | - |
| HSV(B) | 216.39º | 0.3% | 0.8% | - |
| XYZ | 36.05 | 37.84 | 62.53 | - |
| YUV | 164.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 204 | 0.30 | 0.18 | 0 | 0.2 | 216.39 | 0.37 | 0.68 |
| Hex | 8F | A7 | CC | 1E | 12 | 0 | 14 | D8 | 25 | 44 |
| Octal | 217 | 247 | 314 | 36 | 22 | 0 | 24 | 330 | 45 | 104 |
| Binary | 10001111 | 10100111 | 11001100 | 11110 | 10010 | 0 | 10100 | 11011000 | 100101 | 1000100 |
Color Harmonies of #8FA7CC
Complementary color
Monochromatic Colors of #8FA7CC
Black with #8FA7CC
Text Example
Text Example
White with #8FA7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA7CC; }
p { color: rgb(143,167,204); }
H1.HeaderClassName
{
color: #8FA7CC;
}
.AnyTagClassName
{
color: #8FA7CC;
}
</style>
background-color css
<style>
a { background-color: #8FA7CC; }
a { background-color: rgb(143,167,204); }
div.DivClassName
{
background-color: #8FA7CC;
}
.BgClassName
{
background-color: #8FA7CC;
}
</style>
border-color css
<style>
span { border-color: #8FA7CC; }
span { border-color: rgb(143,167,204); }
td.TdClassName
{
border-color: #8FA7CC;
}
.TagClassName
{
border-color: #8FA7CC;
}
</style>