Shades of Polo Blue #8CA7CA
Tints of Polo Blue #8CA7CA
RGB
CMYK
RGB Variations
Color information
#8CA7CA (or 0x8CA7CA) is known color: Polo Blue. HEX triplet: 8C, A7 and CA. RGB value is (140,167,202). Sum of RGB (Red+Green+Blue) = 140+167+202=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 167 (65.62% from 255 or 32.81% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA7CA is #735835. Grayscale: #A2A2A2. Windows color (decimal): -7559222 or 13281164. OLE color: 13281164.
HSL color Cylindrical-coordinate representation of color #8CA7CA: hue angle of 213.87º 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 #8CA7CA is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 167 | 202 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.21 |
| HSL | 213.87º | 0.37% | 0.67% | - |
| HSV(B) | 213.87º | 0.31% | 0.79% | - |
| XYZ | 35.29 | 37.48 | 61.25 | - |
| YUV | 162.92 | 150.05 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 202 | 0.31 | 0.17 | 0 | 0.21 | 213.87 | 0.37 | 0.67 |
| Hex | 8C | A7 | CA | 1F | 11 | 0 | 15 | D6 | 25 | 43 |
| Octal | 214 | 247 | 312 | 37 | 21 | 0 | 25 | 326 | 45 | 103 |
| Binary | 10001100 | 10100111 | 11001010 | 11111 | 10001 | 0 | 10101 | 11010110 | 100101 | 1000011 |
Color Harmonies of #8CA7CA
Complementary color
Monochromatic Colors of #8CA7CA
Black with #8CA7CA
Text Example
Text Example
White with #8CA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA7CA; }
p { color: rgb(140,167,202); }
H1.HeaderClassName
{
color: #8CA7CA;
}
.AnyTagClassName
{
color: #8CA7CA;
}
</style>
background-color css
<style>
a { background-color: #8CA7CA; }
a { background-color: rgb(140,167,202); }
div.DivClassName
{
background-color: #8CA7CA;
}
.BgClassName
{
background-color: #8CA7CA;
}
</style>
border-color css
<style>
span { border-color: #8CA7CA; }
span { border-color: rgb(140,167,202); }
td.TdClassName
{
border-color: #8CA7CA;
}
.TagClassName
{
border-color: #8CA7CA;
}
</style>