Shades of Polo Blue #8BACC7
Tints of Polo Blue #8BACC7
RGB
CMYK
RGB Variations
Color information
#8BACC7 (or 0x8BACC7) is known color: Polo Blue. HEX triplet: 8B, AC and C7. RGB value is (139,172,199). Sum of RGB (Red+Green+Blue) = 139+172+199=510 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.25% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 199 (78.12% from 255 or 39.02% from 510); Max value from RGB is 199 - color contains mainly: blue. Hex color #8BACC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACC7 is #745338. Grayscale: #A5A5A5. Windows color (decimal): -7623481 or 13085835. OLE color: 13085835.
HSL color Cylindrical-coordinate representation of color #8BACC7: hue angle of 207º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BACC7 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 172 | 199 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.22 |
| HSL | 207º | 0.35% | 0.66% | - |
| HSV(B) | 207º | 0.3% | 0.78% | - |
| XYZ | 35.71 | 39.12 | 59.7 | - |
| YUV | 165.21 | 147.07 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 199 | 0.30 | 0.14 | 0 | 0.22 | 207 | 0.35 | 0.66 |
| Hex | 8B | AC | C7 | 1E | E | 0 | 16 | CF | 23 | 42 |
| Octal | 213 | 254 | 307 | 36 | 16 | 0 | 26 | 317 | 43 | 102 |
| Binary | 10001011 | 10101100 | 11000111 | 11110 | 1110 | 0 | 10110 | 11001111 | 100011 | 1000010 |
Color Harmonies of #8BACC7
Complementary color
Monochromatic Colors of #8BACC7
Black with #8BACC7
Text Example
Text Example
White with #8BACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACC7; }
p { color: rgb(139,172,199); }
H1.HeaderClassName
{
color: #8BACC7;
}
.AnyTagClassName
{
color: #8BACC7;
}
</style>
background-color css
<style>
a { background-color: #8BACC7; }
a { background-color: rgb(139,172,199); }
div.DivClassName
{
background-color: #8BACC7;
}
.BgClassName
{
background-color: #8BACC7;
}
</style>
border-color css
<style>
span { border-color: #8BACC7; }
span { border-color: rgb(139,172,199); }
td.TdClassName
{
border-color: #8BACC7;
}
.TagClassName
{
border-color: #8BACC7;
}
</style>