Shades of Polo Blue #8FA7DA
Tints of Polo Blue #8FA7DA
RGB
CMYK
RGB Variations
Color information
#8FA7DA (or 0x8FA7DA) is known color: Polo Blue. HEX triplet: 8F, A7 and DA. RGB value is (143,167,218). Sum of RGB (Red+Green+Blue) = 143+167+218=528 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.08% from 528); Green value is 167 (65.62% from 255 or 31.63% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FA7DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7DA is #705825. Grayscale: #A5A5A5. Windows color (decimal): -7362598 or 14329743. OLE color: 14329743.
HSL color Cylindrical-coordinate representation of color #8FA7DA: hue angle of 220.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FA7DA is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 167 | 218 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.15 |
| HSL | 220.8º | 0.5% | 0.71% | - |
| HSV(B) | 220.8º | 0.34% | 0.85% | - |
| XYZ | 37.8 | 38.54 | 71.78 | - |
| YUV | 165.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 167 | 218 | 0.34 | 0.23 | 0 | 0.15 | 220.8 | 0.5 | 0.71 |
| Hex | 8F | A7 | DA | 22 | 17 | 0 | F | DD | 32 | 47 |
| Octal | 217 | 247 | 332 | 42 | 27 | 0 | 17 | 335 | 62 | 107 |
| Binary | 10001111 | 10100111 | 11011010 | 100010 | 10111 | 0 | 1111 | 11011101 | 110010 | 1000111 |
Color Harmonies of #8FA7DA
Complementary color
Monochromatic Colors of #8FA7DA
Black with #8FA7DA
Text Example
Text Example
White with #8FA7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA7DA; }
p { color: rgb(143,167,218); }
H1.HeaderClassName
{
color: #8FA7DA;
}
.AnyTagClassName
{
color: #8FA7DA;
}
</style>
background-color css
<style>
a { background-color: #8FA7DA; }
a { background-color: rgb(143,167,218); }
div.DivClassName
{
background-color: #8FA7DA;
}
.BgClassName
{
background-color: #8FA7DA;
}
</style>
border-color css
<style>
span { border-color: #8FA7DA; }
span { border-color: rgb(143,167,218); }
td.TdClassName
{
border-color: #8FA7DA;
}
.TagClassName
{
border-color: #8FA7DA;
}
</style>