Shades of Polo Blue #779DC2
Tints of Polo Blue #779DC2
RGB
CMYK
RGB Variations
Color information
#779DC2 (or 0x779DC2) is known color: Polo Blue. HEX triplet: 77, 9D and C2. RGB value is (119,157,194). Sum of RGB (Red+Green+Blue) = 119+157+194=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 194 - color contains mainly: blue. Hex color #779DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DC2 is #88623D. Grayscale: #959595. Windows color (decimal): -8938046 or 12754295. OLE color: 12754295.
HSL color Cylindrical-coordinate representation of color #779DC2: hue angle of 209.6º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #779DC2 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 157 | 194 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.24 |
| HSL | 209.6º | 0.38% | 0.61% | - |
| HSV(B) | 209.6º | 0.39% | 0.76% | - |
| XYZ | 29.4 | 31.93 | 55.65 | - |
| YUV | 149.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 194 | 0.39 | 0.19 | 0 | 0.24 | 209.6 | 0.38 | 0.61 |
| Hex | 77 | 9D | C2 | 27 | 13 | 0 | 18 | D2 | 26 | 3D |
| Octal | 167 | 235 | 302 | 47 | 23 | 0 | 30 | 322 | 46 | 75 |
| Binary | 1110111 | 10011101 | 11000010 | 100111 | 10011 | 0 | 11000 | 11010010 | 100110 | 111101 |
Color Harmonies of #779DC2
Complementary color
Monochromatic Colors of #779DC2
Black with #779DC2
Text Example
Text Example
White with #779DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DC2; }
p { color: rgb(119,157,194); }
H1.HeaderClassName
{
color: #779DC2;
}
.AnyTagClassName
{
color: #779DC2;
}
</style>
background-color css
<style>
a { background-color: #779DC2; }
a { background-color: rgb(119,157,194); }
div.DivClassName
{
background-color: #779DC2;
}
.BgClassName
{
background-color: #779DC2;
}
</style>
border-color css
<style>
span { border-color: #779DC2; }
span { border-color: rgb(119,157,194); }
td.TdClassName
{
border-color: #779DC2;
}
.TagClassName
{
border-color: #779DC2;
}
</style>