Shades of Polo Blue #8BA8DD
Tints of Polo Blue #8BA8DD
RGB
CMYK
RGB Variations
Color information
#8BA8DD (or 0x8BA8DD) is known color: Polo Blue. HEX triplet: 8B, A8 and DD. RGB value is (139,168,221). Sum of RGB (Red+Green+Blue) = 139+168+221=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BA8DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA8DD is #745722. Grayscale: #A5A5A5. Windows color (decimal): -7624483 or 14526603. OLE color: 14526603.
HSL color Cylindrical-coordinate representation of color #8BA8DD: hue angle of 218.78º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BA8DD is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 168 | 221 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.13 |
| HSL | 218.78º | 0.55% | 0.71% | - |
| HSV(B) | 218.78º | 0.37% | 0.87% | - |
| XYZ | 37.7 | 38.71 | 73.89 | - |
| YUV | 165.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 168 | 221 | 0.37 | 0.24 | 0 | 0.13 | 218.78 | 0.55 | 0.71 |
| Hex | 8B | A8 | DD | 25 | 18 | 0 | D | DB | 37 | 47 |
| Octal | 213 | 250 | 335 | 45 | 30 | 0 | 15 | 333 | 67 | 107 |
| Binary | 10001011 | 10101000 | 11011101 | 100101 | 11000 | 0 | 1101 | 11011011 | 110111 | 1000111 |
Color Harmonies of #8BA8DD
Complementary color
Monochromatic Colors of #8BA8DD
Black with #8BA8DD
Text Example
Text Example
White with #8BA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA8DD; }
p { color: rgb(139,168,221); }
H1.HeaderClassName
{
color: #8BA8DD;
}
.AnyTagClassName
{
color: #8BA8DD;
}
</style>
background-color css
<style>
a { background-color: #8BA8DD; }
a { background-color: rgb(139,168,221); }
div.DivClassName
{
background-color: #8BA8DD;
}
.BgClassName
{
background-color: #8BA8DD;
}
</style>
border-color css
<style>
span { border-color: #8BA8DD; }
span { border-color: rgb(139,168,221); }
td.TdClassName
{
border-color: #8BA8DD;
}
.TagClassName
{
border-color: #8BA8DD;
}
</style>