Shades of Polo Blue #8FA2CA
Tints of Polo Blue #8FA2CA
RGB
CMYK
RGB Variations
Color information
#8FA2CA (or 0x8FA2CA) is known color: Polo Blue. HEX triplet: 8F, A2 and CA. RGB value is (143,162,202). Sum of RGB (Red+Green+Blue) = 143+162+202=507 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.21% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #8FA2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA2CA is #705D35. Grayscale: #A0A0A0. Windows color (decimal): -7363894 or 13279887. OLE color: 13279887.
HSL color Cylindrical-coordinate representation of color #8FA2CA: hue angle of 220.68º 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 #8FA2CA is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 162 | 202 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.21 |
| HSL | 220.68º | 0.36% | 0.68% | - |
| HSV(B) | 220.68º | 0.29% | 0.79% | - |
| XYZ | 34.91 | 35.94 | 60.98 | - |
| YUV | 160.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 202 | 0.29 | 0.20 | 0 | 0.21 | 220.68 | 0.36 | 0.68 |
| Hex | 8F | A2 | CA | 1D | 14 | 0 | 15 | DD | 24 | 44 |
| Octal | 217 | 242 | 312 | 35 | 24 | 0 | 25 | 335 | 44 | 104 |
| Binary | 10001111 | 10100010 | 11001010 | 11101 | 10100 | 0 | 10101 | 11011101 | 100100 | 1000100 |
Color Harmonies of #8FA2CA
Complementary color
Monochromatic Colors of #8FA2CA
Black with #8FA2CA
Text Example
Text Example
White with #8FA2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA2CA; }
p { color: rgb(143,162,202); }
H1.HeaderClassName
{
color: #8FA2CA;
}
.AnyTagClassName
{
color: #8FA2CA;
}
</style>
background-color css
<style>
a { background-color: #8FA2CA; }
a { background-color: rgb(143,162,202); }
div.DivClassName
{
background-color: #8FA2CA;
}
.BgClassName
{
background-color: #8FA2CA;
}
</style>
border-color css
<style>
span { border-color: #8FA2CA; }
span { border-color: rgb(143,162,202); }
td.TdClassName
{
border-color: #8FA2CA;
}
.TagClassName
{
border-color: #8FA2CA;
}
</style>