Shades of Polo Blue #8AA7DC
Tints of Polo Blue #8AA7DC
RGB
CMYK
RGB Variations
Color information
#8AA7DC (or 0x8AA7DC) is known color: Polo Blue. HEX triplet: 8A, A7 and DC. RGB value is (138,167,220). Sum of RGB (Red+Green+Blue) = 138+167+220=525 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.29% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AA7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA7DC is #755823. Grayscale: #A4A4A4. Windows color (decimal): -7690276 or 14460810. OLE color: 14460810.
HSL color Cylindrical-coordinate representation of color #8AA7DC: hue angle of 218.78º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AA7DC is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 167 | 220 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.14 |
| HSL | 218.78º | 0.54% | 0.7% | - |
| HSV(B) | 218.78º | 0.37% | 0.86% | - |
| XYZ | 37.22 | 38.21 | 73.12 | - |
| YUV | 164.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 220 | 0.37 | 0.24 | 0 | 0.14 | 218.78 | 0.54 | 0.7 |
| Hex | 8A | A7 | DC | 25 | 18 | 0 | E | DB | 36 | 46 |
| Octal | 212 | 247 | 334 | 45 | 30 | 0 | 16 | 333 | 66 | 106 |
| Binary | 10001010 | 10100111 | 11011100 | 100101 | 11000 | 0 | 1110 | 11011011 | 110110 | 1000110 |
Color Harmonies of #8AA7DC
Complementary color
Monochromatic Colors of #8AA7DC
Black with #8AA7DC
Text Example
Text Example
White with #8AA7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA7DC; }
p { color: rgb(138,167,220); }
H1.HeaderClassName
{
color: #8AA7DC;
}
.AnyTagClassName
{
color: #8AA7DC;
}
</style>
background-color css
<style>
a { background-color: #8AA7DC; }
a { background-color: rgb(138,167,220); }
div.DivClassName
{
background-color: #8AA7DC;
}
.BgClassName
{
background-color: #8AA7DC;
}
</style>
border-color css
<style>
span { border-color: #8AA7DC; }
span { border-color: rgb(138,167,220); }
td.TdClassName
{
border-color: #8AA7DC;
}
.TagClassName
{
border-color: #8AA7DC;
}
</style>