Shades of Polo Blue #779CC2
Tints of Polo Blue #779CC2
RGB
CMYK
RGB Variations
Color information
#779CC2 (or 0x779CC2) is known color: Polo Blue. HEX triplet: 77, 9C and C2. RGB value is (119,156,194). Sum of RGB (Red+Green+Blue) = 119+156+194=469 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.37% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #779CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CC2 is #88633D. Grayscale: #959595. Windows color (decimal): -8938302 or 12754039. OLE color: 12754039.
HSL color Cylindrical-coordinate representation of color #779CC2: hue angle of 210.4º 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 #779CC2 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 156 | 194 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.24 |
| HSL | 210.4º | 0.38% | 0.61% | - |
| HSV(B) | 210.4º | 0.39% | 0.76% | - |
| XYZ | 29.23 | 31.59 | 55.6 | - |
| YUV | 149.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 194 | 0.39 | 0.20 | 0 | 0.24 | 210.4 | 0.38 | 0.61 |
| Hex | 77 | 9C | C2 | 27 | 14 | 0 | 18 | D2 | 26 | 3D |
| Octal | 167 | 234 | 302 | 47 | 24 | 0 | 30 | 322 | 46 | 75 |
| Binary | 1110111 | 10011100 | 11000010 | 100111 | 10100 | 0 | 11000 | 11010010 | 100110 | 111101 |
Color Harmonies of #779CC2
Complementary color
Monochromatic Colors of #779CC2
Black with #779CC2
Text Example
Text Example
White with #779CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CC2; }
p { color: rgb(119,156,194); }
H1.HeaderClassName
{
color: #779CC2;
}
.AnyTagClassName
{
color: #779CC2;
}
</style>
background-color css
<style>
a { background-color: #779CC2; }
a { background-color: rgb(119,156,194); }
div.DivClassName
{
background-color: #779CC2;
}
.BgClassName
{
background-color: #779CC2;
}
</style>
border-color css
<style>
span { border-color: #779CC2; }
span { border-color: rgb(119,156,194); }
td.TdClassName
{
border-color: #779CC2;
}
.TagClassName
{
border-color: #779CC2;
}
</style>