Shades of Polo Blue #8DA0CA
Tints of Polo Blue #8DA0CA
RGB
CMYK
RGB Variations
Color information
#8DA0CA (or 0x8DA0CA) is known color: Polo Blue. HEX triplet: 8D, A0 and CA. RGB value is (141,160,202). Sum of RGB (Red+Green+Blue) = 141+160+202=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DA0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0CA is #725F35. Grayscale: #9E9E9E. Windows color (decimal): -7495478 or 13279373. OLE color: 13279373.
HSL color Cylindrical-coordinate representation of color #8DA0CA: hue angle of 221.31º 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 #8DA0CA is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 160 | 202 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.21 |
| HSL | 221.31º | 0.37% | 0.67% | - |
| HSV(B) | 221.31º | 0.3% | 0.79% | - |
| XYZ | 34.22 | 35.07 | 60.84 | - |
| YUV | 159.11 | 152.21 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 202 | 0.30 | 0.21 | 0 | 0.21 | 221.31 | 0.37 | 0.67 |
| Hex | 8D | A0 | CA | 1E | 15 | 0 | 15 | DD | 25 | 43 |
| Octal | 215 | 240 | 312 | 36 | 25 | 0 | 25 | 335 | 45 | 103 |
| Binary | 10001101 | 10100000 | 11001010 | 11110 | 10101 | 0 | 10101 | 11011101 | 100101 | 1000011 |
Color Harmonies of #8DA0CA
Complementary color
Monochromatic Colors of #8DA0CA
Black with #8DA0CA
Text Example
Text Example
White with #8DA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0CA; }
p { color: rgb(141,160,202); }
H1.HeaderClassName
{
color: #8DA0CA;
}
.AnyTagClassName
{
color: #8DA0CA;
}
</style>
background-color css
<style>
a { background-color: #8DA0CA; }
a { background-color: rgb(141,160,202); }
div.DivClassName
{
background-color: #8DA0CA;
}
.BgClassName
{
background-color: #8DA0CA;
}
</style>
border-color css
<style>
span { border-color: #8DA0CA; }
span { border-color: rgb(141,160,202); }
td.TdClassName
{
border-color: #8DA0CA;
}
.TagClassName
{
border-color: #8DA0CA;
}
</style>