Shades of Polo Blue #8DA1CE
Tints of Polo Blue #8DA1CE
RGB
CMYK
RGB Variations
Color information
#8DA1CE (or 0x8DA1CE) is known color: Polo Blue. HEX triplet: 8D, A1 and CE. RGB value is (141,161,206). Sum of RGB (Red+Green+Blue) = 141+161+206=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #8DA1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA1CE is #725E31. Grayscale: #9F9F9F. Windows color (decimal): -7495218 or 13541773. OLE color: 13541773.
HSL color Cylindrical-coordinate representation of color #8DA1CE: hue angle of 221.54º 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 #8DA1CE is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 161 | 206 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.19 |
| HSL | 221.54º | 0.4% | 0.68% | - |
| HSV(B) | 221.54º | 0.32% | 0.81% | - |
| XYZ | 34.87 | 35.61 | 63.43 | - |
| YUV | 160.15 | 153.87 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 161 | 206 | 0.32 | 0.22 | 0 | 0.19 | 221.54 | 0.4 | 0.68 |
| Hex | 8D | A1 | CE | 20 | 16 | 0 | 13 | DE | 28 | 44 |
| Octal | 215 | 241 | 316 | 40 | 26 | 0 | 23 | 336 | 50 | 104 |
| Binary | 10001101 | 10100001 | 11001110 | 100000 | 10110 | 0 | 10011 | 11011110 | 101000 | 1000100 |
Color Harmonies of #8DA1CE
Complementary color
Monochromatic Colors of #8DA1CE
Black with #8DA1CE
Text Example
Text Example
White with #8DA1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA1CE; }
p { color: rgb(141,161,206); }
H1.HeaderClassName
{
color: #8DA1CE;
}
.AnyTagClassName
{
color: #8DA1CE;
}
</style>
background-color css
<style>
a { background-color: #8DA1CE; }
a { background-color: rgb(141,161,206); }
div.DivClassName
{
background-color: #8DA1CE;
}
.BgClassName
{
background-color: #8DA1CE;
}
</style>
border-color css
<style>
span { border-color: #8DA1CE; }
span { border-color: rgb(141,161,206); }
td.TdClassName
{
border-color: #8DA1CE;
}
.TagClassName
{
border-color: #8DA1CE;
}
</style>