Shades of Polo Blue #8BA5DA
Tints of Polo Blue #8BA5DA
RGB
CMYK
RGB Variations
Color information
#8BA5DA (or 0x8BA5DA) is known color: Polo Blue. HEX triplet: 8B, A5 and DA. RGB value is (139,165,218). Sum of RGB (Red+Green+Blue) = 139+165+218=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BA5DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA5DA is #745A25. Grayscale: #A3A3A3. Windows color (decimal): -7625254 or 14329227. OLE color: 14329227.
HSL color Cylindrical-coordinate representation of color #8BA5DA: hue angle of 220.25º degrees, saturation: 0.52, 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 #8BA5DA is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 165 | 218 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.15 |
| HSL | 220.25º | 0.52% | 0.7% | - |
| HSV(B) | 220.25º | 0.36% | 0.85% | - |
| XYZ | 36.76 | 37.46 | 71.62 | - |
| YUV | 163.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 165 | 218 | 0.36 | 0.24 | 0 | 0.15 | 220.25 | 0.52 | 0.7 |
| Hex | 8B | A5 | DA | 24 | 18 | 0 | F | DC | 34 | 46 |
| Octal | 213 | 245 | 332 | 44 | 30 | 0 | 17 | 334 | 64 | 106 |
| Binary | 10001011 | 10100101 | 11011010 | 100100 | 11000 | 0 | 1111 | 11011100 | 110100 | 1000110 |
Color Harmonies of #8BA5DA
Complementary color
Monochromatic Colors of #8BA5DA
Black with #8BA5DA
Text Example
Text Example
White with #8BA5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA5DA; }
p { color: rgb(139,165,218); }
H1.HeaderClassName
{
color: #8BA5DA;
}
.AnyTagClassName
{
color: #8BA5DA;
}
</style>
background-color css
<style>
a { background-color: #8BA5DA; }
a { background-color: rgb(139,165,218); }
div.DivClassName
{
background-color: #8BA5DA;
}
.BgClassName
{
background-color: #8BA5DA;
}
</style>
border-color css
<style>
span { border-color: #8BA5DA; }
span { border-color: rgb(139,165,218); }
td.TdClassName
{
border-color: #8BA5DA;
}
.TagClassName
{
border-color: #8BA5DA;
}
</style>