Shades of Polo Blue #79A0CE
Tints of Polo Blue #79A0CE
RGB
CMYK
RGB Variations
Color information
#79A0CE (or 0x79A0CE) is known color: Polo Blue. HEX triplet: 79, A0 and CE. RGB value is (121,160,206). Sum of RGB (Red+Green+Blue) = 121+160+206=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #79A0CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A0CE is #865F31. Grayscale: #999999. Windows color (decimal): -8806194 or 13541497. OLE color: 13541497.
HSL color Cylindrical-coordinate representation of color #79A0CE: hue angle of 212.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79A0CE is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 160 | 206 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.19 |
| HSL | 212.47º | 0.46% | 0.64% | - |
| HSV(B) | 212.47º | 0.41% | 0.81% | - |
| XYZ | 31.6 | 33.66 | 63.22 | - |
| YUV | 153.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 160 | 206 | 0.41 | 0.22 | 0 | 0.19 | 212.47 | 0.46 | 0.64 |
| Hex | 79 | A0 | CE | 29 | 16 | 0 | 13 | D4 | 2E | 40 |
| Octal | 171 | 240 | 316 | 51 | 26 | 0 | 23 | 324 | 56 | 100 |
| Binary | 1111001 | 10100000 | 11001110 | 101001 | 10110 | 0 | 10011 | 11010100 | 101110 | 1000000 |
Color Harmonies of #79A0CE
Complementary color
Monochromatic Colors of #79A0CE
Black with #79A0CE
Text Example
Text Example
White with #79A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A0CE; }
p { color: rgb(121,160,206); }
H1.HeaderClassName
{
color: #79A0CE;
}
.AnyTagClassName
{
color: #79A0CE;
}
</style>
background-color css
<style>
a { background-color: #79A0CE; }
a { background-color: rgb(121,160,206); }
div.DivClassName
{
background-color: #79A0CE;
}
.BgClassName
{
background-color: #79A0CE;
}
</style>
border-color css
<style>
span { border-color: #79A0CE; }
span { border-color: rgb(121,160,206); }
td.TdClassName
{
border-color: #79A0CE;
}
.TagClassName
{
border-color: #79A0CE;
}
</style>