Shades of Polo Blue #8DA5CA
Tints of Polo Blue #8DA5CA
RGB
CMYK
RGB Variations
Color information
#8DA5CA (or 0x8DA5CA) is known color: Polo Blue. HEX triplet: 8D, A5 and CA. RGB value is (141,165,202). Sum of RGB (Red+Green+Blue) = 141+165+202=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 165 (64.84% from 255 or 32.48% 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 #8DA5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA5CA is #725A35. Grayscale: #A1A1A1. Windows color (decimal): -7494198 or 13280653. OLE color: 13280653.
HSL color Cylindrical-coordinate representation of color #8DA5CA: hue angle of 216.39º 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 #8DA5CA is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 165 | 202 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.21 |
| HSL | 216.39º | 0.37% | 0.67% | - |
| HSV(B) | 216.39º | 0.3% | 0.79% | - |
| XYZ | 35.1 | 36.84 | 61.14 | - |
| YUV | 162.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 202 | 0.30 | 0.18 | 0 | 0.21 | 216.39 | 0.37 | 0.67 |
| Hex | 8D | A5 | CA | 1E | 12 | 0 | 15 | D8 | 25 | 43 |
| Octal | 215 | 245 | 312 | 36 | 22 | 0 | 25 | 330 | 45 | 103 |
| Binary | 10001101 | 10100101 | 11001010 | 11110 | 10010 | 0 | 10101 | 11011000 | 100101 | 1000011 |
Color Harmonies of #8DA5CA
Complementary color
Monochromatic Colors of #8DA5CA
Black with #8DA5CA
Text Example
Text Example
White with #8DA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA5CA; }
p { color: rgb(141,165,202); }
H1.HeaderClassName
{
color: #8DA5CA;
}
.AnyTagClassName
{
color: #8DA5CA;
}
</style>
background-color css
<style>
a { background-color: #8DA5CA; }
a { background-color: rgb(141,165,202); }
div.DivClassName
{
background-color: #8DA5CA;
}
.BgClassName
{
background-color: #8DA5CA;
}
</style>
border-color css
<style>
span { border-color: #8DA5CA; }
span { border-color: rgb(141,165,202); }
td.TdClassName
{
border-color: #8DA5CA;
}
.TagClassName
{
border-color: #8DA5CA;
}
</style>