Shades of Polo Blue #8FA8D7
Tints of Polo Blue #8FA8D7
RGB
CMYK
RGB Variations
Color information
#8FA8D7 (or 0x8FA8D7) is known color: Polo Blue. HEX triplet: 8F, A8 and D7. RGB value is (143,168,215). Sum of RGB (Red+Green+Blue) = 143+168+215=526 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.19% from 526); Green value is 168 (66.02% from 255 or 31.94% from 526); Blue value is 215 (84.38% from 255 or 40.87% from 526); Max value from RGB is 215 - color contains mainly: blue. Hex color #8FA8D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8D7 is #705728. Grayscale: #A5A5A5. Windows color (decimal): -7362345 or 14133391. OLE color: 14133391.
HSL color Cylindrical-coordinate representation of color #8FA8D7: hue angle of 219.17º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FA8D7 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 168 | 215 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.16 |
| HSL | 219.17º | 0.47% | 0.7% | - |
| HSV(B) | 219.17º | 0.33% | 0.84% | - |
| XYZ | 37.6 | 38.75 | 69.79 | - |
| YUV | 165.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 215 | 0.33 | 0.22 | 0 | 0.16 | 219.17 | 0.47 | 0.7 |
| Hex | 8F | A8 | D7 | 21 | 16 | 0 | 10 | DB | 2F | 46 |
| Octal | 217 | 250 | 327 | 41 | 26 | 0 | 20 | 333 | 57 | 106 |
| Binary | 10001111 | 10101000 | 11010111 | 100001 | 10110 | 0 | 10000 | 11011011 | 101111 | 1000110 |
Color Harmonies of #8FA8D7
Complementary color
Monochromatic Colors of #8FA8D7
Black with #8FA8D7
Text Example
Text Example
White with #8FA8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8D7; }
p { color: rgb(143,168,215); }
H1.HeaderClassName
{
color: #8FA8D7;
}
.AnyTagClassName
{
color: #8FA8D7;
}
</style>
background-color css
<style>
a { background-color: #8FA8D7; }
a { background-color: rgb(143,168,215); }
div.DivClassName
{
background-color: #8FA8D7;
}
.BgClassName
{
background-color: #8FA8D7;
}
</style>
border-color css
<style>
span { border-color: #8FA8D7; }
span { border-color: rgb(143,168,215); }
td.TdClassName
{
border-color: #8FA8D7;
}
.TagClassName
{
border-color: #8FA8D7;
}
</style>