Shades of Polo Blue #7AA3C4
Tints of Polo Blue #7AA3C4
RGB
CMYK
RGB Variations
Color information
#7AA3C4 (or 0x7AA3C4) is known color: Polo Blue. HEX triplet: 7A, A3 and C4. RGB value is (122,163,196). Sum of RGB (Red+Green+Blue) = 122+163+196=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 196 (76.95% from 255 or 40.75% from 481); Max value from RGB is 196 - color contains mainly: blue. Hex color #7AA3C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA3C4 is #855C3B. Grayscale: #9A9A9A. Windows color (decimal): -8739900 or 12886906. OLE color: 12886906.
HSL color Cylindrical-coordinate representation of color #7AA3C4: hue angle of 206.76º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7AA3C4 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 163 | 196 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.23 |
| HSL | 206.76º | 0.39% | 0.62% | - |
| HSV(B) | 206.76º | 0.38% | 0.77% | - |
| XYZ | 31.09 | 34.32 | 57.21 | - |
| YUV | 154.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 163 | 196 | 0.38 | 0.17 | 0 | 0.23 | 206.76 | 0.39 | 0.62 |
| Hex | 7A | A3 | C4 | 26 | 11 | 0 | 17 | CF | 27 | 3E |
| Octal | 172 | 243 | 304 | 46 | 21 | 0 | 27 | 317 | 47 | 76 |
| Binary | 1111010 | 10100011 | 11000100 | 100110 | 10001 | 0 | 10111 | 11001111 | 100111 | 111110 |
Color Harmonies of #7AA3C4
Complementary color
Monochromatic Colors of #7AA3C4
Black with #7AA3C4
Text Example
Text Example
White with #7AA3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA3C4; }
p { color: rgb(122,163,196); }
H1.HeaderClassName
{
color: #7AA3C4;
}
.AnyTagClassName
{
color: #7AA3C4;
}
</style>
background-color css
<style>
a { background-color: #7AA3C4; }
a { background-color: rgb(122,163,196); }
div.DivClassName
{
background-color: #7AA3C4;
}
.BgClassName
{
background-color: #7AA3C4;
}
</style>
border-color css
<style>
span { border-color: #7AA3C4; }
span { border-color: rgb(122,163,196); }
td.TdClassName
{
border-color: #7AA3C4;
}
.TagClassName
{
border-color: #7AA3C4;
}
</style>