Shades of Polo Blue #8AA7C3
Tints of Polo Blue #8AA7C3
RGB
CMYK
RGB Variations
Color information
#8AA7C3 (or 0x8AA7C3) is known color: Polo Blue. HEX triplet: 8A, A7 and C3. RGB value is (138,167,195). Sum of RGB (Red+Green+Blue) = 138+167+195=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: blue. Hex color #8AA7C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA7C3 is #75583C. Grayscale: #A1A1A1. Windows color (decimal): -7690301 or 12822410. OLE color: 12822410.
HSL color Cylindrical-coordinate representation of color #8AA7C3: hue angle of 209.47º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8AA7C3 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 167 | 195 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.24 |
| HSL | 209.47º | 0.32% | 0.65% | - |
| HSV(B) | 209.47º | 0.29% | 0.76% | - |
| XYZ | 34.15 | 36.98 | 56.97 | - |
| YUV | 161.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 195 | 0.29 | 0.14 | 0 | 0.24 | 209.47 | 0.32 | 0.65 |
| Hex | 8A | A7 | C3 | 1D | E | 0 | 18 | D1 | 20 | 41 |
| Octal | 212 | 247 | 303 | 35 | 16 | 0 | 30 | 321 | 40 | 101 |
| Binary | 10001010 | 10100111 | 11000011 | 11101 | 1110 | 0 | 11000 | 11010001 | 100000 | 1000001 |
Color Harmonies of #8AA7C3
Complementary color
Monochromatic Colors of #8AA7C3
Black with #8AA7C3
Text Example
Text Example
White with #8AA7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA7C3; }
p { color: rgb(138,167,195); }
H1.HeaderClassName
{
color: #8AA7C3;
}
.AnyTagClassName
{
color: #8AA7C3;
}
</style>
background-color css
<style>
a { background-color: #8AA7C3; }
a { background-color: rgb(138,167,195); }
div.DivClassName
{
background-color: #8AA7C3;
}
.BgClassName
{
background-color: #8AA7C3;
}
</style>
border-color css
<style>
span { border-color: #8AA7C3; }
span { border-color: rgb(138,167,195); }
td.TdClassName
{
border-color: #8AA7C3;
}
.TagClassName
{
border-color: #8AA7C3;
}
</style>