Shades of Polo Blue #8BA6CA
Tints of Polo Blue #8BA6CA
RGB
CMYK
RGB Variations
Color information
#8BA6CA (or 0x8BA6CA) is known color: Polo Blue. HEX triplet: 8B, A6 and CA. RGB value is (139,166,202). Sum of RGB (Red+Green+Blue) = 139+166+202=507 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.42% from 507); Green value is 166 (65.23% from 255 or 32.74% 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 #8BA6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA6CA is #745935. Grayscale: #A1A1A1. Windows color (decimal): -7625014 or 13280907. OLE color: 13280907.
HSL color Cylindrical-coordinate representation of color #8BA6CA: hue angle of 214.29º 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 #8BA6CA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 166 | 202 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.21 |
| HSL | 214.29º | 0.37% | 0.67% | - |
| HSV(B) | 214.29º | 0.31% | 0.79% | - |
| XYZ | 34.94 | 37.03 | 61.18 | - |
| YUV | 162.03 | 150.55 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 202 | 0.31 | 0.18 | 0 | 0.21 | 214.29 | 0.37 | 0.67 |
| Hex | 8B | A6 | CA | 1F | 12 | 0 | 15 | D6 | 25 | 43 |
| Octal | 213 | 246 | 312 | 37 | 22 | 0 | 25 | 326 | 45 | 103 |
| Binary | 10001011 | 10100110 | 11001010 | 11111 | 10010 | 0 | 10101 | 11010110 | 100101 | 1000011 |
Color Harmonies of #8BA6CA
Complementary color
Monochromatic Colors of #8BA6CA
Black with #8BA6CA
Text Example
Text Example
White with #8BA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA6CA; }
p { color: rgb(139,166,202); }
H1.HeaderClassName
{
color: #8BA6CA;
}
.AnyTagClassName
{
color: #8BA6CA;
}
</style>
background-color css
<style>
a { background-color: #8BA6CA; }
a { background-color: rgb(139,166,202); }
div.DivClassName
{
background-color: #8BA6CA;
}
.BgClassName
{
background-color: #8BA6CA;
}
</style>
border-color css
<style>
span { border-color: #8BA6CA; }
span { border-color: rgb(139,166,202); }
td.TdClassName
{
border-color: #8BA6CA;
}
.TagClassName
{
border-color: #8BA6CA;
}
</style>