Shades of Polo Blue #8DA3CE
Tints of Polo Blue #8DA3CE
RGB
CMYK
RGB Variations
Color information
#8DA3CE (or 0x8DA3CE) is known color: Polo Blue. HEX triplet: 8D, A3 and CE. RGB value is (141,163,206). Sum of RGB (Red+Green+Blue) = 141+163+206=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA3CE is #725C31. Grayscale: #A1A1A1. Windows color (decimal): -7494706 or 13542285. OLE color: 13542285.
HSL color Cylindrical-coordinate representation of color #8DA3CE: hue angle of 219.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DA3CE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 163 | 206 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.19 |
| HSL | 219.69º | 0.4% | 0.68% | - |
| HSV(B) | 219.69º | 0.32% | 0.81% | - |
| XYZ | 35.22 | 36.31 | 63.55 | - |
| YUV | 161.32 | 153.21 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 206 | 0.32 | 0.21 | 0 | 0.19 | 219.69 | 0.4 | 0.68 |
| Hex | 8D | A3 | CE | 20 | 15 | 0 | 13 | DC | 28 | 44 |
| Octal | 215 | 243 | 316 | 40 | 25 | 0 | 23 | 334 | 50 | 104 |
| Binary | 10001101 | 10100011 | 11001110 | 100000 | 10101 | 0 | 10011 | 11011100 | 101000 | 1000100 |
Color Harmonies of #8DA3CE
Complementary color
Monochromatic Colors of #8DA3CE
Black with #8DA3CE
Text Example
Text Example
White with #8DA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA3CE; }
p { color: rgb(141,163,206); }
H1.HeaderClassName
{
color: #8DA3CE;
}
.AnyTagClassName
{
color: #8DA3CE;
}
</style>
background-color css
<style>
a { background-color: #8DA3CE; }
a { background-color: rgb(141,163,206); }
div.DivClassName
{
background-color: #8DA3CE;
}
.BgClassName
{
background-color: #8DA3CE;
}
</style>
border-color css
<style>
span { border-color: #8DA3CE; }
span { border-color: rgb(141,163,206); }
td.TdClassName
{
border-color: #8DA3CE;
}
.TagClassName
{
border-color: #8DA3CE;
}
</style>