Shades of Polo Blue #8AA4C1
Tints of Polo Blue #8AA4C1
RGB
CMYK
RGB Variations
Color information
#8AA4C1 (or 0x8AA4C1) is known color: Polo Blue. HEX triplet: 8A, A4 and C1. RGB value is (138,164,193). Sum of RGB (Red+Green+Blue) = 138+164+193=495 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.88% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 193 (75.78% from 255 or 38.99% from 495); Max value from RGB is 193 - color contains mainly: blue. Hex color #8AA4C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4C1 is #755B3E. Grayscale: #9F9F9F. Windows color (decimal): -7691071 or 12690570. OLE color: 12690570.
HSL color Cylindrical-coordinate representation of color #8AA4C1: hue angle of 211.64º 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 #8AA4C1 is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 164 | 193 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.24 |
| HSL | 211.64º | 0.31% | 0.65% | - |
| HSV(B) | 211.64º | 0.28% | 0.76% | - |
| XYZ | 33.38 | 35.8 | 55.6 | - |
| YUV | 159.53 | 146.89 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 193 | 0.28 | 0.15 | 0 | 0.24 | 211.64 | 0.31 | 0.65 |
| Hex | 8A | A4 | C1 | 1C | F | 0 | 18 | D4 | 1F | 41 |
| Octal | 212 | 244 | 301 | 34 | 17 | 0 | 30 | 324 | 37 | 101 |
| Binary | 10001010 | 10100100 | 11000001 | 11100 | 1111 | 0 | 11000 | 11010100 | 11111 | 1000001 |
Color Harmonies of #8AA4C1
Complementary color
Monochromatic Colors of #8AA4C1
Black with #8AA4C1
Text Example
Text Example
White with #8AA4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA4C1; }
p { color: rgb(138,164,193); }
H1.HeaderClassName
{
color: #8AA4C1;
}
.AnyTagClassName
{
color: #8AA4C1;
}
</style>
background-color css
<style>
a { background-color: #8AA4C1; }
a { background-color: rgb(138,164,193); }
div.DivClassName
{
background-color: #8AA4C1;
}
.BgClassName
{
background-color: #8AA4C1;
}
</style>
border-color css
<style>
span { border-color: #8AA4C1; }
span { border-color: rgb(138,164,193); }
td.TdClassName
{
border-color: #8AA4C1;
}
.TagClassName
{
border-color: #8AA4C1;
}
</style>