Shades of Polo Blue #8CA4D7
Tints of Polo Blue #8CA4D7
RGB
CMYK
RGB Variations
Color information
#8CA4D7 (or 0x8CA4D7) is known color: Polo Blue. HEX triplet: 8C, A4 and D7. RGB value is (140,164,215). Sum of RGB (Red+Green+Blue) = 140+164+215=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 215 (84.38% from 255 or 41.43% from 519); Max value from RGB is 215 - color contains mainly: blue. Hex color #8CA4D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA4D7 is #735B28. Grayscale: #A2A2A2. Windows color (decimal): -7559977 or 14132364. OLE color: 14132364.
HSL color Cylindrical-coordinate representation of color #8CA4D7: hue angle of 220.8º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CA4D7 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 140 | 164 | 215 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.16 |
| HSL | 220.8º | 0.48% | 0.7% | - |
| HSV(B) | 220.8º | 0.35% | 0.84% | - |
| XYZ | 36.36 | 37.03 | 69.52 | - |
| YUV | 162.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 164 | 215 | 0.35 | 0.24 | 0 | 0.16 | 220.8 | 0.48 | 0.7 |
| Hex | 8C | A4 | D7 | 23 | 18 | 0 | 10 | DD | 30 | 46 |
| Octal | 214 | 244 | 327 | 43 | 30 | 0 | 20 | 335 | 60 | 106 |
| Binary | 10001100 | 10100100 | 11010111 | 100011 | 11000 | 0 | 10000 | 11011101 | 110000 | 1000110 |
Color Harmonies of #8CA4D7
Complementary color
Monochromatic Colors of #8CA4D7
Black with #8CA4D7
Text Example
Text Example
White with #8CA4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA4D7; }
p { color: rgb(140,164,215); }
H1.HeaderClassName
{
color: #8CA4D7;
}
.AnyTagClassName
{
color: #8CA4D7;
}
</style>
background-color css
<style>
a { background-color: #8CA4D7; }
a { background-color: rgb(140,164,215); }
div.DivClassName
{
background-color: #8CA4D7;
}
.BgClassName
{
background-color: #8CA4D7;
}
</style>
border-color css
<style>
span { border-color: #8CA4D7; }
span { border-color: rgb(140,164,215); }
td.TdClassName
{
border-color: #8CA4D7;
}
.TagClassName
{
border-color: #8CA4D7;
}
</style>