Shades of Polo Blue #8AA7C1
Tints of Polo Blue #8AA7C1
RGB
CMYK
RGB Variations
Color information
#8AA7C1 (or 0x8AA7C1) is known color: Polo Blue. HEX triplet: 8A, A7 and C1. RGB value is (138,167,193). Sum of RGB (Red+Green+Blue) = 138+167+193=498 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.71% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #8AA7C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA7C1 is #75583E. Grayscale: #A1A1A1. Windows color (decimal): -7690303 or 12691338. OLE color: 12691338.
HSL color Cylindrical-coordinate representation of color #8AA7C1: hue angle of 208.36º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8AA7C1 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 167 | 193 | - |
| CMYK | 0.28 | 0.13 | 0 | 0.24 |
| HSL | 208.36º | 0.31% | 0.65% | - |
| HSV(B) | 208.36º | 0.28% | 0.76% | - |
| XYZ | 33.93 | 36.89 | 55.78 | - |
| YUV | 161.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 193 | 0.28 | 0.13 | 0 | 0.24 | 208.36 | 0.31 | 0.65 |
| Hex | 8A | A7 | C1 | 1C | D | 0 | 18 | D0 | 1F | 41 |
| Octal | 212 | 247 | 301 | 34 | 15 | 0 | 30 | 320 | 37 | 101 |
| Binary | 10001010 | 10100111 | 11000001 | 11100 | 1101 | 0 | 11000 | 11010000 | 11111 | 1000001 |
Color Harmonies of #8AA7C1
Complementary color
Monochromatic Colors of #8AA7C1
Black with #8AA7C1
Text Example
Text Example
White with #8AA7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA7C1; }
p { color: rgb(138,167,193); }
H1.HeaderClassName
{
color: #8AA7C1;
}
.AnyTagClassName
{
color: #8AA7C1;
}
</style>
background-color css
<style>
a { background-color: #8AA7C1; }
a { background-color: rgb(138,167,193); }
div.DivClassName
{
background-color: #8AA7C1;
}
.BgClassName
{
background-color: #8AA7C1;
}
</style>
border-color css
<style>
span { border-color: #8AA7C1; }
span { border-color: rgb(138,167,193); }
td.TdClassName
{
border-color: #8AA7C1;
}
.TagClassName
{
border-color: #8AA7C1;
}
</style>