Shades of Polo Blue #8CA3CE
Tints of Polo Blue #8CA3CE
RGB
CMYK
RGB Variations
Color information
#8CA3CE (or 0x8CA3CE) is known color: Polo Blue. HEX triplet: 8C, A3 and CE. RGB value is (140,163,206). Sum of RGB (Red+Green+Blue) = 140+163+206=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 163 (64.06% from 255 or 32.02% 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 #8CA3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA3CE is #735C31. Grayscale: #A0A0A0. Windows color (decimal): -7560242 or 13542284. OLE color: 13542284.
HSL color Cylindrical-coordinate representation of color #8CA3CE: hue angle of 219.09º 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 #8CA3CE is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 163 | 206 | - |
| CMYK | 0.32 | 0.21 | 0 | 0.19 |
| HSL | 219.09º | 0.4% | 0.68% | - |
| HSV(B) | 219.09º | 0.32% | 0.81% | - |
| XYZ | 35.05 | 36.23 | 63.54 | - |
| YUV | 161.03 | 153.38 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 163 | 206 | 0.32 | 0.21 | 0 | 0.19 | 219.09 | 0.4 | 0.68 |
| Hex | 8C | A3 | CE | 20 | 15 | 0 | 13 | DB | 28 | 44 |
| Octal | 214 | 243 | 316 | 40 | 25 | 0 | 23 | 333 | 50 | 104 |
| Binary | 10001100 | 10100011 | 11001110 | 100000 | 10101 | 0 | 10011 | 11011011 | 101000 | 1000100 |
Color Harmonies of #8CA3CE
Complementary color
Monochromatic Colors of #8CA3CE
Black with #8CA3CE
Text Example
Text Example
White with #8CA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA3CE; }
p { color: rgb(140,163,206); }
H1.HeaderClassName
{
color: #8CA3CE;
}
.AnyTagClassName
{
color: #8CA3CE;
}
</style>
background-color css
<style>
a { background-color: #8CA3CE; }
a { background-color: rgb(140,163,206); }
div.DivClassName
{
background-color: #8CA3CE;
}
.BgClassName
{
background-color: #8CA3CE;
}
</style>
border-color css
<style>
span { border-color: #8CA3CE; }
span { border-color: rgb(140,163,206); }
td.TdClassName
{
border-color: #8CA3CE;
}
.TagClassName
{
border-color: #8CA3CE;
}
</style>