Shades of Polo Blue #8FA7CE
Tints of Polo Blue #8FA7CE
RGB
CMYK
RGB Variations
Color information
#8FA7CE (or 0x8FA7CE) is known color: Polo Blue. HEX triplet: 8F, A7 and CE. RGB value is (143,167,206). Sum of RGB (Red+Green+Blue) = 143+167+206=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #8FA7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7CE is #705831. Grayscale: #A4A4A4. Windows color (decimal): -7362610 or 13543311. OLE color: 13543311.
HSL color Cylindrical-coordinate representation of color #8FA7CE: hue angle of 217.14º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FA7CE is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 167 | 206 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.19 |
| HSL | 217.14º | 0.39% | 0.68% | - |
| HSV(B) | 217.14º | 0.31% | 0.81% | - |
| XYZ | 36.29 | 37.93 | 63.8 | - |
| YUV | 164.27 | 151.55 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 206 | 0.31 | 0.19 | 0 | 0.19 | 217.14 | 0.39 | 0.68 |
| Hex | 8F | A7 | CE | 1F | 13 | 0 | 13 | D9 | 27 | 44 |
| Octal | 217 | 247 | 316 | 37 | 23 | 0 | 23 | 331 | 47 | 104 |
| Binary | 10001111 | 10100111 | 11001110 | 11111 | 10011 | 0 | 10011 | 11011001 | 100111 | 1000100 |
Color Harmonies of #8FA7CE
Complementary color
Monochromatic Colors of #8FA7CE
Black with #8FA7CE
Text Example
Text Example
White with #8FA7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA7CE; }
p { color: rgb(143,167,206); }
H1.HeaderClassName
{
color: #8FA7CE;
}
.AnyTagClassName
{
color: #8FA7CE;
}
</style>
background-color css
<style>
a { background-color: #8FA7CE; }
a { background-color: rgb(143,167,206); }
div.DivClassName
{
background-color: #8FA7CE;
}
.BgClassName
{
background-color: #8FA7CE;
}
</style>
border-color css
<style>
span { border-color: #8FA7CE; }
span { border-color: rgb(143,167,206); }
td.TdClassName
{
border-color: #8FA7CE;
}
.TagClassName
{
border-color: #8FA7CE;
}
</style>