Shades of Polo Blue #8BA4D8
Tints of Polo Blue #8BA4D8
RGB
CMYK
RGB Variations
Color information
#8BA4D8 (or 0x8BA4D8) is known color: Polo Blue. HEX triplet: 8B, A4 and D8. RGB value is (139,164,216). Sum of RGB (Red+Green+Blue) = 139+164+216=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 164 (64.45% from 255 or 31.60% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BA4D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4D8 is #745B27. Grayscale: #A2A2A2. Windows color (decimal): -7625512 or 14197899. OLE color: 14197899.
HSL color Cylindrical-coordinate representation of color #8BA4D8: hue angle of 220.52º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BA4D8 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 164 | 216 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.15 |
| HSL | 220.52º | 0.5% | 0.7% | - |
| HSV(B) | 220.52º | 0.36% | 0.85% | - |
| XYZ | 36.32 | 37 | 70.19 | - |
| YUV | 162.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 216 | 0.36 | 0.24 | 0 | 0.15 | 220.52 | 0.5 | 0.7 |
| Hex | 8B | A4 | D8 | 24 | 18 | 0 | F | DD | 32 | 46 |
| Octal | 213 | 244 | 330 | 44 | 30 | 0 | 17 | 335 | 62 | 106 |
| Binary | 10001011 | 10100100 | 11011000 | 100100 | 11000 | 0 | 1111 | 11011101 | 110010 | 1000110 |
Color Harmonies of #8BA4D8
Complementary color
Monochromatic Colors of #8BA4D8
Black with #8BA4D8
Text Example
Text Example
White with #8BA4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4D8; }
p { color: rgb(139,164,216); }
H1.HeaderClassName
{
color: #8BA4D8;
}
.AnyTagClassName
{
color: #8BA4D8;
}
</style>
background-color css
<style>
a { background-color: #8BA4D8; }
a { background-color: rgb(139,164,216); }
div.DivClassName
{
background-color: #8BA4D8;
}
.BgClassName
{
background-color: #8BA4D8;
}
</style>
border-color css
<style>
span { border-color: #8BA4D8; }
span { border-color: rgb(139,164,216); }
td.TdClassName
{
border-color: #8BA4D8;
}
.TagClassName
{
border-color: #8BA4D8;
}
</style>