Shades of Polo Blue #8BA7CA
Tints of Polo Blue #8BA7CA
RGB
CMYK
RGB Variations
Color information
#8BA7CA (or 0x8BA7CA) is known color: Polo Blue. HEX triplet: 8B, A7 and CA. RGB value is (139,167,202). Sum of RGB (Red+Green+Blue) = 139+167+202=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA7CA is #745835. Grayscale: #A2A2A2. Windows color (decimal): -7624758 or 13281163. OLE color: 13281163.
HSL color Cylindrical-coordinate representation of color #8BA7CA: hue angle of 213.33º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BA7CA is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 167 | 202 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.21 |
| HSL | 213.33º | 0.37% | 0.67% | - |
| HSV(B) | 213.33º | 0.31% | 0.79% | - |
| XYZ | 35.13 | 37.39 | 61.24 | - |
| YUV | 162.62 | 150.22 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 202 | 0.31 | 0.17 | 0 | 0.21 | 213.33 | 0.37 | 0.67 |
| Hex | 8B | A7 | CA | 1F | 11 | 0 | 15 | D5 | 25 | 43 |
| Octal | 213 | 247 | 312 | 37 | 21 | 0 | 25 | 325 | 45 | 103 |
| Binary | 10001011 | 10100111 | 11001010 | 11111 | 10001 | 0 | 10101 | 11010101 | 100101 | 1000011 |
Color Harmonies of #8BA7CA
Complementary color
Monochromatic Colors of #8BA7CA
Black with #8BA7CA
Text Example
Text Example
White with #8BA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA7CA; }
p { color: rgb(139,167,202); }
H1.HeaderClassName
{
color: #8BA7CA;
}
.AnyTagClassName
{
color: #8BA7CA;
}
</style>
background-color css
<style>
a { background-color: #8BA7CA; }
a { background-color: rgb(139,167,202); }
div.DivClassName
{
background-color: #8BA7CA;
}
.BgClassName
{
background-color: #8BA7CA;
}
</style>
border-color css
<style>
span { border-color: #8BA7CA; }
span { border-color: rgb(139,167,202); }
td.TdClassName
{
border-color: #8BA7CA;
}
.TagClassName
{
border-color: #8BA7CA;
}
</style>