Shades of Polo Blue #7AA5C4
Tints of Polo Blue #7AA5C4
RGB
CMYK
RGB Variations
Color information
#7AA5C4 (or 0x7AA5C4) is known color: Polo Blue. HEX triplet: 7A, A5 and C4. RGB value is (122,165,196). Sum of RGB (Red+Green+Blue) = 122+165+196=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 196 - color contains mainly: blue. Hex color #7AA5C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA5C4 is #855A3B. Grayscale: #9B9B9B. Windows color (decimal): -8739388 or 12887418. OLE color: 12887418.
HSL color Cylindrical-coordinate representation of color #7AA5C4: hue angle of 205.14º 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 #7AA5C4 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 165 | 196 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.23 |
| HSL | 205.14º | 0.39% | 0.62% | - |
| HSV(B) | 205.14º | 0.38% | 0.77% | - |
| XYZ | 31.44 | 35.03 | 57.33 | - |
| YUV | 155.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 165 | 196 | 0.38 | 0.16 | 0 | 0.23 | 205.14 | 0.39 | 0.62 |
| Hex | 7A | A5 | C4 | 26 | 10 | 0 | 17 | CD | 27 | 3E |
| Octal | 172 | 245 | 304 | 46 | 20 | 0 | 27 | 315 | 47 | 76 |
| Binary | 1111010 | 10100101 | 11000100 | 100110 | 10000 | 0 | 10111 | 11001101 | 100111 | 111110 |
Color Harmonies of #7AA5C4
Complementary color
Monochromatic Colors of #7AA5C4
Black with #7AA5C4
Text Example
Text Example
White with #7AA5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA5C4; }
p { color: rgb(122,165,196); }
H1.HeaderClassName
{
color: #7AA5C4;
}
.AnyTagClassName
{
color: #7AA5C4;
}
</style>
background-color css
<style>
a { background-color: #7AA5C4; }
a { background-color: rgb(122,165,196); }
div.DivClassName
{
background-color: #7AA5C4;
}
.BgClassName
{
background-color: #7AA5C4;
}
</style>
border-color css
<style>
span { border-color: #7AA5C4; }
span { border-color: rgb(122,165,196); }
td.TdClassName
{
border-color: #7AA5C4;
}
.TagClassName
{
border-color: #7AA5C4;
}
</style>