Shades of Polo Blue #8CA9DC
Tints of Polo Blue #8CA9DC
RGB
CMYK
RGB Variations
Color information
#8CA9DC (or 0x8CA9DC) is known color: Polo Blue. HEX triplet: 8C, A9 and DC. RGB value is (140,169,220). Sum of RGB (Red+Green+Blue) = 140+169+220=529 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.47% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CA9DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9DC is #735623. Grayscale: #A5A5A5. Windows color (decimal): -7558692 or 14461324. OLE color: 14461324.
HSL color Cylindrical-coordinate representation of color #8CA9DC: hue angle of 218.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA9DC is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 169 | 220 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.14 |
| HSL | 218.25º | 0.53% | 0.71% | - |
| HSV(B) | 218.25º | 0.36% | 0.86% | - |
| XYZ | 37.92 | 39.12 | 73.26 | - |
| YUV | 166.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 220 | 0.36 | 0.23 | 0 | 0.14 | 218.25 | 0.53 | 0.71 |
| Hex | 8C | A9 | DC | 24 | 17 | 0 | E | DA | 35 | 47 |
| Octal | 214 | 251 | 334 | 44 | 27 | 0 | 16 | 332 | 65 | 107 |
| Binary | 10001100 | 10101001 | 11011100 | 100100 | 10111 | 0 | 1110 | 11011010 | 110101 | 1000111 |
Color Harmonies of #8CA9DC
Complementary color
Monochromatic Colors of #8CA9DC
Black with #8CA9DC
Text Example
Text Example
White with #8CA9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA9DC; }
p { color: rgb(140,169,220); }
H1.HeaderClassName
{
color: #8CA9DC;
}
.AnyTagClassName
{
color: #8CA9DC;
}
</style>
background-color css
<style>
a { background-color: #8CA9DC; }
a { background-color: rgb(140,169,220); }
div.DivClassName
{
background-color: #8CA9DC;
}
.BgClassName
{
background-color: #8CA9DC;
}
</style>
border-color css
<style>
span { border-color: #8CA9DC; }
span { border-color: rgb(140,169,220); }
td.TdClassName
{
border-color: #8CA9DC;
}
.TagClassName
{
border-color: #8CA9DC;
}
</style>