Shades of Polo Blue #8DA2CE
Tints of Polo Blue #8DA2CE
RGB
CMYK
RGB Variations
Color information
#8DA2CE (or 0x8DA2CE) is known color: Polo Blue. HEX triplet: 8D, A2 and CE. RGB value is (141,162,206). Sum of RGB (Red+Green+Blue) = 141+162+206=509 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.70% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DA2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA2CE is #725D31. Grayscale: #A0A0A0. Windows color (decimal): -7494962 or 13542029. OLE color: 13542029.
HSL color Cylindrical-coordinate representation of color #8DA2CE: hue angle of 220.62º 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 #8DA2CE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 162 | 206 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.19 |
| HSL | 220.62º | 0.4% | 0.68% | - |
| HSV(B) | 220.62º | 0.32% | 0.81% | - |
| XYZ | 35.05 | 35.96 | 63.49 | - |
| YUV | 160.74 | 153.54 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 162 | 206 | 0.32 | 0.21 | 0 | 0.19 | 220.62 | 0.4 | 0.68 |
| Hex | 8D | A2 | CE | 20 | 15 | 0 | 13 | DD | 28 | 44 |
| Octal | 215 | 242 | 316 | 40 | 25 | 0 | 23 | 335 | 50 | 104 |
| Binary | 10001101 | 10100010 | 11001110 | 100000 | 10101 | 0 | 10011 | 11011101 | 101000 | 1000100 |
Color Harmonies of #8DA2CE
Complementary color
Monochromatic Colors of #8DA2CE
Black with #8DA2CE
Text Example
Text Example
White with #8DA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA2CE; }
p { color: rgb(141,162,206); }
H1.HeaderClassName
{
color: #8DA2CE;
}
.AnyTagClassName
{
color: #8DA2CE;
}
</style>
background-color css
<style>
a { background-color: #8DA2CE; }
a { background-color: rgb(141,162,206); }
div.DivClassName
{
background-color: #8DA2CE;
}
.BgClassName
{
background-color: #8DA2CE;
}
</style>
border-color css
<style>
span { border-color: #8DA2CE; }
span { border-color: rgb(141,162,206); }
td.TdClassName
{
border-color: #8DA2CE;
}
.TagClassName
{
border-color: #8DA2CE;
}
</style>