Shades of Polo Blue #8DA3CF
Tints of Polo Blue #8DA3CF
RGB
CMYK
RGB Variations
Color information
#8DA3CF (or 0x8DA3CF) is known color: Polo Blue. HEX triplet: 8D, A3 and CF. RGB value is (141,163,207). Sum of RGB (Red+Green+Blue) = 141+163+207=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 163 (64.06% from 255 or 31.90% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #8DA3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA3CF is #725C30. Grayscale: #A1A1A1. Windows color (decimal): -7494705 or 13607821. OLE color: 13607821.
HSL color Cylindrical-coordinate representation of color #8DA3CF: hue angle of 220º degrees, saturation: 0.41, 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 #8DA3CF is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 163 | 207 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.19 |
| HSL | 220º | 0.41% | 0.68% | - |
| HSV(B) | 220º | 0.32% | 0.81% | - |
| XYZ | 35.34 | 36.36 | 64.19 | - |
| YUV | 161.44 | 153.71 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 207 | 0.32 | 0.21 | 0 | 0.19 | 220 | 0.41 | 0.68 |
| Hex | 8D | A3 | CF | 20 | 15 | 0 | 13 | DC | 29 | 44 |
| Octal | 215 | 243 | 317 | 40 | 25 | 0 | 23 | 334 | 51 | 104 |
| Binary | 10001101 | 10100011 | 11001111 | 100000 | 10101 | 0 | 10011 | 11011100 | 101001 | 1000100 |
Color Harmonies of #8DA3CF
Complementary color
Monochromatic Colors of #8DA3CF
Black with #8DA3CF
Text Example
Text Example
White with #8DA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA3CF; }
p { color: rgb(141,163,207); }
H1.HeaderClassName
{
color: #8DA3CF;
}
.AnyTagClassName
{
color: #8DA3CF;
}
</style>
background-color css
<style>
a { background-color: #8DA3CF; }
a { background-color: rgb(141,163,207); }
div.DivClassName
{
background-color: #8DA3CF;
}
.BgClassName
{
background-color: #8DA3CF;
}
</style>
border-color css
<style>
span { border-color: #8DA3CF; }
span { border-color: rgb(141,163,207); }
td.TdClassName
{
border-color: #8DA3CF;
}
.TagClassName
{
border-color: #8DA3CF;
}
</style>