Shades of Polo Blue #8CA9DD
Tints of Polo Blue #8CA9DD
RGB
CMYK
RGB Variations
Color information
#8CA9DD (or 0x8CA9DD) is known color: Polo Blue. HEX triplet: 8C, A9 and DD. RGB value is (140,169,221). Sum of RGB (Red+Green+Blue) = 140+169+221=530 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.42% from 530); Green value is 169 (66.41% from 255 or 31.89% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #8CA9DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9DD is #735622. Grayscale: #A6A6A6. Windows color (decimal): -7558691 or 14526860. OLE color: 14526860.
HSL color Cylindrical-coordinate representation of color #8CA9DD: hue angle of 218.52º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CA9DD is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 169 | 221 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.13 |
| HSL | 218.52º | 0.54% | 0.71% | - |
| HSV(B) | 218.52º | 0.37% | 0.87% | - |
| XYZ | 38.05 | 39.17 | 73.96 | - |
| YUV | 166.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 221 | 0.37 | 0.24 | 0 | 0.13 | 218.52 | 0.54 | 0.71 |
| Hex | 8C | A9 | DD | 25 | 18 | 0 | D | DB | 36 | 47 |
| Octal | 214 | 251 | 335 | 45 | 30 | 0 | 15 | 333 | 66 | 107 |
| Binary | 10001100 | 10101001 | 11011101 | 100101 | 11000 | 0 | 1101 | 11011011 | 110110 | 1000111 |
Color Harmonies of #8CA9DD
Complementary color
Monochromatic Colors of #8CA9DD
Black with #8CA9DD
Text Example
Text Example
White with #8CA9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA9DD; }
p { color: rgb(140,169,221); }
H1.HeaderClassName
{
color: #8CA9DD;
}
.AnyTagClassName
{
color: #8CA9DD;
}
</style>
background-color css
<style>
a { background-color: #8CA9DD; }
a { background-color: rgb(140,169,221); }
div.DivClassName
{
background-color: #8CA9DD;
}
.BgClassName
{
background-color: #8CA9DD;
}
</style>
border-color css
<style>
span { border-color: #8CA9DD; }
span { border-color: rgb(140,169,221); }
td.TdClassName
{
border-color: #8CA9DD;
}
.TagClassName
{
border-color: #8CA9DD;
}
</style>