Shades of Polo Blue #8FA8DA
Tints of Polo Blue #8FA8DA
RGB
CMYK
RGB Variations
Color information
#8FA8DA (or 0x8FA8DA) is known color: Polo Blue. HEX triplet: 8F, A8 and DA. RGB value is (143,168,218). Sum of RGB (Red+Green+Blue) = 143+168+218=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 218 (85.55% from 255 or 41.21% from 529); Max value from RGB is 218 - color contains mainly: blue. Hex color #8FA8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8DA is #705725. Grayscale: #A5A5A5. Windows color (decimal): -7362342 or 14329999. OLE color: 14329999.
HSL color Cylindrical-coordinate representation of color #8FA8DA: hue angle of 220º 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 #8FA8DA is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 168 | 218 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.15 |
| HSL | 220º | 0.5% | 0.71% | - |
| HSV(B) | 220º | 0.34% | 0.85% | - |
| XYZ | 37.99 | 38.91 | 71.84 | - |
| YUV | 166.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 218 | 0.34 | 0.23 | 0 | 0.15 | 220 | 0.5 | 0.71 |
| Hex | 8F | A8 | DA | 22 | 17 | 0 | F | DC | 32 | 47 |
| Octal | 217 | 250 | 332 | 42 | 27 | 0 | 17 | 334 | 62 | 107 |
| Binary | 10001111 | 10101000 | 11011010 | 100010 | 10111 | 0 | 1111 | 11011100 | 110010 | 1000111 |
Color Harmonies of #8FA8DA
Complementary color
Monochromatic Colors of #8FA8DA
Black with #8FA8DA
Text Example
Text Example
White with #8FA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8DA; }
p { color: rgb(143,168,218); }
H1.HeaderClassName
{
color: #8FA8DA;
}
.AnyTagClassName
{
color: #8FA8DA;
}
</style>
background-color css
<style>
a { background-color: #8FA8DA; }
a { background-color: rgb(143,168,218); }
div.DivClassName
{
background-color: #8FA8DA;
}
.BgClassName
{
background-color: #8FA8DA;
}
</style>
border-color css
<style>
span { border-color: #8FA8DA; }
span { border-color: rgb(143,168,218); }
td.TdClassName
{
border-color: #8FA8DA;
}
.TagClassName
{
border-color: #8FA8DA;
}
</style>