Shades of Polo Blue #8BA0CA
Tints of Polo Blue #8BA0CA
RGB
CMYK
RGB Variations
Color information
#8BA0CA (or 0x8BA0CA) is known color: Polo Blue. HEX triplet: 8B, A0 and CA. RGB value is (139,160,202). Sum of RGB (Red+Green+Blue) = 139+160+202=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BA0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0CA is #745F35. Grayscale: #9E9E9E. Windows color (decimal): -7626550 or 13279371. OLE color: 13279371.
HSL color Cylindrical-coordinate representation of color #8BA0CA: hue angle of 220º 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 #8BA0CA is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 139 | 160 | 202 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.21 |
| HSL | 220º | 0.37% | 0.67% | - |
| HSV(B) | 220º | 0.31% | 0.79% | - |
| XYZ | 33.88 | 34.89 | 60.83 | - |
| YUV | 158.51 | 152.54 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 202 | 0.31 | 0.21 | 0 | 0.21 | 220 | 0.37 | 0.67 |
| Hex | 8B | A0 | CA | 1F | 15 | 0 | 15 | DC | 25 | 43 |
| Octal | 213 | 240 | 312 | 37 | 25 | 0 | 25 | 334 | 45 | 103 |
| Binary | 10001011 | 10100000 | 11001010 | 11111 | 10101 | 0 | 10101 | 11011100 | 100101 | 1000011 |
Color Harmonies of #8BA0CA
Complementary color
Monochromatic Colors of #8BA0CA
Black with #8BA0CA
Text Example
Text Example
White with #8BA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA0CA; }
p { color: rgb(139,160,202); }
H1.HeaderClassName
{
color: #8BA0CA;
}
.AnyTagClassName
{
color: #8BA0CA;
}
</style>
background-color css
<style>
a { background-color: #8BA0CA; }
a { background-color: rgb(139,160,202); }
div.DivClassName
{
background-color: #8BA0CA;
}
.BgClassName
{
background-color: #8BA0CA;
}
</style>
border-color css
<style>
span { border-color: #8BA0CA; }
span { border-color: rgb(139,160,202); }
td.TdClassName
{
border-color: #8BA0CA;
}
.TagClassName
{
border-color: #8BA0CA;
}
</style>