Shades of Polo Blue #7AA3CF
Tints of Polo Blue #7AA3CF
RGB
CMYK
RGB Variations
Color information
#7AA3CF (or 0x7AA3CF) is known color: Polo Blue. HEX triplet: 7A, A3 and CF. RGB value is (122,163,207). Sum of RGB (Red+Green+Blue) = 122+163+207=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #7AA3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA3CF is #855C30. Grayscale: #9B9B9B. Windows color (decimal): -8739889 or 13607802. OLE color: 13607802.
HSL color Cylindrical-coordinate representation of color #7AA3CF: hue angle of 211.06º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AA3CF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 163 | 207 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.19 |
| HSL | 211.06º | 0.47% | 0.65% | - |
| HSV(B) | 211.06º | 0.41% | 0.81% | - |
| XYZ | 32.39 | 34.84 | 64.05 | - |
| YUV | 155.76 | 156.92 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 207 | 0.41 | 0.21 | 0 | 0.19 | 211.06 | 0.47 | 0.65 |
| Hex | 7A | A3 | CF | 29 | 15 | 0 | 13 | D3 | 2F | 41 |
| Octal | 172 | 243 | 317 | 51 | 25 | 0 | 23 | 323 | 57 | 101 |
| Binary | 1111010 | 10100011 | 11001111 | 101001 | 10101 | 0 | 10011 | 11010011 | 101111 | 1000001 |
Color Harmonies of #7AA3CF
Complementary color
Monochromatic Colors of #7AA3CF
Black with #7AA3CF
Text Example
Text Example
White with #7AA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA3CF; }
p { color: rgb(122,163,207); }
H1.HeaderClassName
{
color: #7AA3CF;
}
.AnyTagClassName
{
color: #7AA3CF;
}
</style>
background-color css
<style>
a { background-color: #7AA3CF; }
a { background-color: rgb(122,163,207); }
div.DivClassName
{
background-color: #7AA3CF;
}
.BgClassName
{
background-color: #7AA3CF;
}
</style>
border-color css
<style>
span { border-color: #7AA3CF; }
span { border-color: rgb(122,163,207); }
td.TdClassName
{
border-color: #7AA3CF;
}
.TagClassName
{
border-color: #7AA3CF;
}
</style>