Shades of Polo Blue #8BA8DA
Tints of Polo Blue #8BA8DA
RGB
CMYK
RGB Variations
Color information
#8BA8DA (or 0x8BA8DA) is known color: Polo Blue. HEX triplet: 8B, A8 and DA. RGB value is (139,168,218). Sum of RGB (Red+Green+Blue) = 139+168+218=525 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.48% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #8BA8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8DA is #745725. Grayscale: #A4A4A4. Windows color (decimal): -7624486 or 14329995. OLE color: 14329995.
HSL color Cylindrical-coordinate representation of color #8BA8DA: hue angle of 217.97º 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 #8BA8DA is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 168 | 218 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.15 |
| HSL | 217.97º | 0.52% | 0.7% | - |
| HSV(B) | 217.97º | 0.36% | 0.85% | - |
| XYZ | 37.3 | 38.56 | 71.81 | - |
| YUV | 165.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 218 | 0.36 | 0.23 | 0 | 0.15 | 217.97 | 0.52 | 0.7 |
| Hex | 8B | A8 | DA | 24 | 17 | 0 | F | DA | 34 | 46 |
| Octal | 213 | 250 | 332 | 44 | 27 | 0 | 17 | 332 | 64 | 106 |
| Binary | 10001011 | 10101000 | 11011010 | 100100 | 10111 | 0 | 1111 | 11011010 | 110100 | 1000110 |
Color Harmonies of #8BA8DA
Complementary color
Monochromatic Colors of #8BA8DA
Black with #8BA8DA
Text Example
Text Example
White with #8BA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8DA; }
p { color: rgb(139,168,218); }
H1.HeaderClassName
{
color: #8BA8DA;
}
.AnyTagClassName
{
color: #8BA8DA;
}
</style>
background-color css
<style>
a { background-color: #8BA8DA; }
a { background-color: rgb(139,168,218); }
div.DivClassName
{
background-color: #8BA8DA;
}
.BgClassName
{
background-color: #8BA8DA;
}
</style>
border-color css
<style>
span { border-color: #8BA8DA; }
span { border-color: rgb(139,168,218); }
td.TdClassName
{
border-color: #8BA8DA;
}
.TagClassName
{
border-color: #8BA8DA;
}
</style>