Shades of Polo Blue #8BA7DC
Tints of Polo Blue #8BA7DC
RGB
CMYK
RGB Variations
Color information
#8BA7DC (or 0x8BA7DC) is known color: Polo Blue. HEX triplet: 8B, A7 and DC. RGB value is (139,167,220). Sum of RGB (Red+Green+Blue) = 139+167+220=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 167 (65.62% from 255 or 31.75% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BA7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA7DC is #745823. Grayscale: #A4A4A4. Windows color (decimal): -7624740 or 14460811. OLE color: 14460811.
HSL color Cylindrical-coordinate representation of color #8BA7DC: hue angle of 219.26º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BA7DC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 167 | 220 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.14 |
| HSL | 219.26º | 0.54% | 0.7% | - |
| HSV(B) | 219.26º | 0.37% | 0.86% | - |
| XYZ | 37.38 | 38.29 | 73.13 | - |
| YUV | 164.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 220 | 0.37 | 0.24 | 0 | 0.14 | 219.26 | 0.54 | 0.7 |
| Hex | 8B | A7 | DC | 25 | 18 | 0 | E | DB | 36 | 46 |
| Octal | 213 | 247 | 334 | 45 | 30 | 0 | 16 | 333 | 66 | 106 |
| Binary | 10001011 | 10100111 | 11011100 | 100101 | 11000 | 0 | 1110 | 11011011 | 110110 | 1000110 |
Color Harmonies of #8BA7DC
Complementary color
Monochromatic Colors of #8BA7DC
Black with #8BA7DC
Text Example
Text Example
White with #8BA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA7DC; }
p { color: rgb(139,167,220); }
H1.HeaderClassName
{
color: #8BA7DC;
}
.AnyTagClassName
{
color: #8BA7DC;
}
</style>
background-color css
<style>
a { background-color: #8BA7DC; }
a { background-color: rgb(139,167,220); }
div.DivClassName
{
background-color: #8BA7DC;
}
.BgClassName
{
background-color: #8BA7DC;
}
</style>
border-color css
<style>
span { border-color: #8BA7DC; }
span { border-color: rgb(139,167,220); }
td.TdClassName
{
border-color: #8BA7DC;
}
.TagClassName
{
border-color: #8BA7DC;
}
</style>