Shades of Polo Blue #8FA9DE
Tints of Polo Blue #8FA9DE
RGB
CMYK
RGB Variations
Color information
#8FA9DE (or 0x8FA9DE) is known color: Polo Blue. HEX triplet: 8F, A9 and DE. RGB value is (143,169,222). Sum of RGB (Red+Green+Blue) = 143+169+222=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #8FA9DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA9DE is #705621. Grayscale: #A7A7A7. Windows color (decimal): -7362082 or 14592399. OLE color: 14592399.
HSL color Cylindrical-coordinate representation of color #8FA9DE: hue angle of 220.25º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FA9DE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 169 | 222 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.13 |
| HSL | 220.25º | 0.54% | 0.72% | - |
| HSV(B) | 220.25º | 0.36% | 0.87% | - |
| XYZ | 38.7 | 39.49 | 74.69 | - |
| YUV | 167.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 222 | 0.36 | 0.24 | 0 | 0.13 | 220.25 | 0.54 | 0.72 |
| Hex | 8F | A9 | DE | 24 | 18 | 0 | D | DC | 36 | 48 |
| Octal | 217 | 251 | 336 | 44 | 30 | 0 | 15 | 334 | 66 | 110 |
| Binary | 10001111 | 10101001 | 11011110 | 100100 | 11000 | 0 | 1101 | 11011100 | 110110 | 1001000 |
Color Harmonies of #8FA9DE
Complementary color
Monochromatic Colors of #8FA9DE
Black with #8FA9DE
Text Example
Text Example
White with #8FA9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA9DE; }
p { color: rgb(143,169,222); }
H1.HeaderClassName
{
color: #8FA9DE;
}
.AnyTagClassName
{
color: #8FA9DE;
}
</style>
background-color css
<style>
a { background-color: #8FA9DE; }
a { background-color: rgb(143,169,222); }
div.DivClassName
{
background-color: #8FA9DE;
}
.BgClassName
{
background-color: #8FA9DE;
}
</style>
border-color css
<style>
span { border-color: #8FA9DE; }
span { border-color: rgb(143,169,222); }
td.TdClassName
{
border-color: #8FA9DE;
}
.TagClassName
{
border-color: #8FA9DE;
}
</style>