Shades of Polo Blue #8FA8CA
Tints of Polo Blue #8FA8CA
RGB
CMYK
RGB Variations
Color information
#8FA8CA (or 0x8FA8CA) is known color: Polo Blue. HEX triplet: 8F, A8 and CA. RGB value is (143,168,202). Sum of RGB (Red+Green+Blue) = 143+168+202=513 (67% of max value = 765). Red value is 143 (56.25% from 255 or 27.88% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 202 (79.30% from 255 or 39.38% from 513); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FA8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA8CA is #705735. Grayscale: #A4A4A4. Windows color (decimal): -7362358 or 13281423. OLE color: 13281423.
HSL color Cylindrical-coordinate representation of color #8FA8CA: hue angle of 214.58º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FA8CA is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 168 | 202 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.21 |
| HSL | 214.58º | 0.36% | 0.68% | - |
| HSV(B) | 214.58º | 0.29% | 0.79% | - |
| XYZ | 35.99 | 38.11 | 61.34 | - |
| YUV | 164.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 202 | 0.29 | 0.17 | 0 | 0.21 | 214.58 | 0.36 | 0.68 |
| Hex | 8F | A8 | CA | 1D | 11 | 0 | 15 | D7 | 24 | 44 |
| Octal | 217 | 250 | 312 | 35 | 21 | 0 | 25 | 327 | 44 | 104 |
| Binary | 10001111 | 10101000 | 11001010 | 11101 | 10001 | 0 | 10101 | 11010111 | 100100 | 1000100 |
Color Harmonies of #8FA8CA
Complementary color
Monochromatic Colors of #8FA8CA
Black with #8FA8CA
Text Example
Text Example
White with #8FA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA8CA; }
p { color: rgb(143,168,202); }
H1.HeaderClassName
{
color: #8FA8CA;
}
.AnyTagClassName
{
color: #8FA8CA;
}
</style>
background-color css
<style>
a { background-color: #8FA8CA; }
a { background-color: rgb(143,168,202); }
div.DivClassName
{
background-color: #8FA8CA;
}
.BgClassName
{
background-color: #8FA8CA;
}
</style>
border-color css
<style>
span { border-color: #8FA8CA; }
span { border-color: rgb(143,168,202); }
td.TdClassName
{
border-color: #8FA8CA;
}
.TagClassName
{
border-color: #8FA8CA;
}
</style>