Shades of Polo Blue #7AA3CC
Tints of Polo Blue #7AA3CC
RGB
CMYK
RGB Variations
Color information
#7AA3CC (or 0x7AA3CC) is known color: Polo Blue. HEX triplet: 7A, A3 and CC. RGB value is (122,163,204). Sum of RGB (Red+Green+Blue) = 122+163+204=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 163 (64.06% from 255 or 33.33% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #7AA3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA3CC is #855C33. Grayscale: #9B9B9B. Windows color (decimal): -8739892 or 13411194. OLE color: 13411194.
HSL color Cylindrical-coordinate representation of color #7AA3CC: hue angle of 210º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7AA3CC is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 122 | 163 | 204 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.2 |
| HSL | 210º | 0.45% | 0.64% | - |
| HSV(B) | 210º | 0.4% | 0.8% | - |
| XYZ | 32.02 | 34.69 | 62.14 | - |
| YUV | 155.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 204 | 0.40 | 0.20 | 0 | 0.2 | 210 | 0.45 | 0.64 |
| Hex | 7A | A3 | CC | 28 | 14 | 0 | 14 | D2 | 2D | 40 |
| Octal | 172 | 243 | 314 | 50 | 24 | 0 | 24 | 322 | 55 | 100 |
| Binary | 1111010 | 10100011 | 11001100 | 101000 | 10100 | 0 | 10100 | 11010010 | 101101 | 1000000 |
Color Harmonies of #7AA3CC
Complementary color
Monochromatic Colors of #7AA3CC
Black with #7AA3CC
Text Example
Text Example
White with #7AA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA3CC; }
p { color: rgb(122,163,204); }
H1.HeaderClassName
{
color: #7AA3CC;
}
.AnyTagClassName
{
color: #7AA3CC;
}
</style>
background-color css
<style>
a { background-color: #7AA3CC; }
a { background-color: rgb(122,163,204); }
div.DivClassName
{
background-color: #7AA3CC;
}
.BgClassName
{
background-color: #7AA3CC;
}
</style>
border-color css
<style>
span { border-color: #7AA3CC; }
span { border-color: rgb(122,163,204); }
td.TdClassName
{
border-color: #7AA3CC;
}
.TagClassName
{
border-color: #7AA3CC;
}
</style>