Shades of Polo Blue #79A5CA
Tints of Polo Blue #79A5CA
RGB
CMYK
RGB Variations
Color information
#79A5CA (or 0x79A5CA) is known color: Polo Blue. HEX triplet: 79, A5 and CA. RGB value is (121,165,202). Sum of RGB (Red+Green+Blue) = 121+165+202=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #79A5CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A5CA is #865A35. Grayscale: #9B9B9B. Windows color (decimal): -8804918 or 13280633. OLE color: 13280633.
HSL color Cylindrical-coordinate representation of color #79A5CA: hue angle of 207.41º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79A5CA is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 165 | 202 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.21 |
| HSL | 207.41º | 0.43% | 0.63% | - |
| HSV(B) | 207.41º | 0.4% | 0.79% | - |
| XYZ | 32 | 35.24 | 60.99 | - |
| YUV | 156.06 | 153.92 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 165 | 202 | 0.40 | 0.18 | 0 | 0.21 | 207.41 | 0.43 | 0.63 |
| Hex | 79 | A5 | CA | 28 | 12 | 0 | 15 | CF | 2B | 3F |
| Octal | 171 | 245 | 312 | 50 | 22 | 0 | 25 | 317 | 53 | 77 |
| Binary | 1111001 | 10100101 | 11001010 | 101000 | 10010 | 0 | 10101 | 11001111 | 101011 | 111111 |
Color Harmonies of #79A5CA
Complementary color
Monochromatic Colors of #79A5CA
Black with #79A5CA
Text Example
Text Example
White with #79A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A5CA; }
p { color: rgb(121,165,202); }
H1.HeaderClassName
{
color: #79A5CA;
}
.AnyTagClassName
{
color: #79A5CA;
}
</style>
background-color css
<style>
a { background-color: #79A5CA; }
a { background-color: rgb(121,165,202); }
div.DivClassName
{
background-color: #79A5CA;
}
.BgClassName
{
background-color: #79A5CA;
}
</style>
border-color css
<style>
span { border-color: #79A5CA; }
span { border-color: rgb(121,165,202); }
td.TdClassName
{
border-color: #79A5CA;
}
.TagClassName
{
border-color: #79A5CA;
}
</style>