Shades of Polo Blue #8CA6CA
Tints of Polo Blue #8CA6CA
RGB
CMYK
RGB Variations
Color information
#8CA6CA (or 0x8CA6CA) is known color: Polo Blue. HEX triplet: 8C, A6 and CA. RGB value is (140,166,202). Sum of RGB (Red+Green+Blue) = 140+166+202=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 166 (65.23% from 255 or 32.68% 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 #8CA6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA6CA is #735935. Grayscale: #A2A2A2. Windows color (decimal): -7559478 or 13280908. OLE color: 13280908.
HSL color Cylindrical-coordinate representation of color #8CA6CA: hue angle of 214.84º 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 #8CA6CA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 140 | 166 | 202 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.21 |
| HSL | 214.84º | 0.37% | 0.67% | - |
| HSV(B) | 214.84º | 0.31% | 0.79% | - |
| XYZ | 35.11 | 37.11 | 61.19 | - |
| YUV | 162.33 | 150.39 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 166 | 202 | 0.31 | 0.18 | 0 | 0.21 | 214.84 | 0.37 | 0.67 |
| Hex | 8C | A6 | CA | 1F | 12 | 0 | 15 | D7 | 25 | 43 |
| Octal | 214 | 246 | 312 | 37 | 22 | 0 | 25 | 327 | 45 | 103 |
| Binary | 10001100 | 10100110 | 11001010 | 11111 | 10010 | 0 | 10101 | 11010111 | 100101 | 1000011 |
Color Harmonies of #8CA6CA
Complementary color
Monochromatic Colors of #8CA6CA
Black with #8CA6CA
Text Example
Text Example
White with #8CA6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA6CA; }
p { color: rgb(140,166,202); }
H1.HeaderClassName
{
color: #8CA6CA;
}
.AnyTagClassName
{
color: #8CA6CA;
}
</style>
background-color css
<style>
a { background-color: #8CA6CA; }
a { background-color: rgb(140,166,202); }
div.DivClassName
{
background-color: #8CA6CA;
}
.BgClassName
{
background-color: #8CA6CA;
}
</style>
border-color css
<style>
span { border-color: #8CA6CA; }
span { border-color: rgb(140,166,202); }
td.TdClassName
{
border-color: #8CA6CA;
}
.TagClassName
{
border-color: #8CA6CA;
}
</style>