Shades of Polo Blue #8DA7CA
Tints of Polo Blue #8DA7CA
RGB
CMYK
RGB Variations
Color information
#8DA7CA (or 0x8DA7CA) is known color: Polo Blue. HEX triplet: 8D, A7 and CA. RGB value is (141,167,202). Sum of RGB (Red+Green+Blue) = 141+167+202=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7CA is #725835. Grayscale: #A3A3A3. Windows color (decimal): -7493686 or 13281165. OLE color: 13281165.
HSL color Cylindrical-coordinate representation of color #8DA7CA: hue angle of 214.43º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DA7CA is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 167 | 202 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.21 |
| HSL | 214.43º | 0.37% | 0.67% | - |
| HSV(B) | 214.43º | 0.3% | 0.79% | - |
| XYZ | 35.46 | 37.56 | 61.26 | - |
| YUV | 163.22 | 149.89 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 167 | 202 | 0.30 | 0.17 | 0 | 0.21 | 214.43 | 0.37 | 0.67 |
| Hex | 8D | A7 | CA | 1E | 11 | 0 | 15 | D6 | 25 | 43 |
| Octal | 215 | 247 | 312 | 36 | 21 | 0 | 25 | 326 | 45 | 103 |
| Binary | 10001101 | 10100111 | 11001010 | 11110 | 10001 | 0 | 10101 | 11010110 | 100101 | 1000011 |
Color Harmonies of #8DA7CA
Complementary color
Monochromatic Colors of #8DA7CA
Black with #8DA7CA
Text Example
Text Example
White with #8DA7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA7CA; }
p { color: rgb(141,167,202); }
H1.HeaderClassName
{
color: #8DA7CA;
}
.AnyTagClassName
{
color: #8DA7CA;
}
</style>
background-color css
<style>
a { background-color: #8DA7CA; }
a { background-color: rgb(141,167,202); }
div.DivClassName
{
background-color: #8DA7CA;
}
.BgClassName
{
background-color: #8DA7CA;
}
</style>
border-color css
<style>
span { border-color: #8DA7CA; }
span { border-color: rgb(141,167,202); }
td.TdClassName
{
border-color: #8DA7CA;
}
.TagClassName
{
border-color: #8DA7CA;
}
</style>