Shades of Polo Blue #8FA9DA
Tints of Polo Blue #8FA9DA
RGB
CMYK
RGB Variations
Color information
#8FA9DA (or 0x8FA9DA) is known color: Polo Blue. HEX triplet: 8F, A9 and DA. RGB value is (143,169,218). Sum of RGB (Red+Green+Blue) = 143+169+218=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FA9DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9DA is #705625. Grayscale: #A6A6A6. Windows color (decimal): -7362086 or 14330255. OLE color: 14330255.
HSL color Cylindrical-coordinate representation of color #8FA9DA: hue angle of 219.2º 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 #8FA9DA is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 169 | 218 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.15 |
| HSL | 219.2º | 0.5% | 0.71% | - |
| HSV(B) | 219.2º | 0.34% | 0.85% | - |
| XYZ | 38.17 | 39.28 | 71.9 | - |
| YUV | 166.81 | 156.89 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 218 | 0.34 | 0.22 | 0 | 0.15 | 219.2 | 0.5 | 0.71 |
| Hex | 8F | A9 | DA | 22 | 16 | 0 | F | DB | 32 | 47 |
| Octal | 217 | 251 | 332 | 42 | 26 | 0 | 17 | 333 | 62 | 107 |
| Binary | 10001111 | 10101001 | 11011010 | 100010 | 10110 | 0 | 1111 | 11011011 | 110010 | 1000111 |
Color Harmonies of #8FA9DA
Complementary color
Monochromatic Colors of #8FA9DA
Black with #8FA9DA
Text Example
Text Example
White with #8FA9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA9DA; }
p { color: rgb(143,169,218); }
H1.HeaderClassName
{
color: #8FA9DA;
}
.AnyTagClassName
{
color: #8FA9DA;
}
</style>
background-color css
<style>
a { background-color: #8FA9DA; }
a { background-color: rgb(143,169,218); }
div.DivClassName
{
background-color: #8FA9DA;
}
.BgClassName
{
background-color: #8FA9DA;
}
</style>
border-color css
<style>
span { border-color: #8FA9DA; }
span { border-color: rgb(143,169,218); }
td.TdClassName
{
border-color: #8FA9DA;
}
.TagClassName
{
border-color: #8FA9DA;
}
</style>