Shades of Polo Blue #779AC2
Tints of Polo Blue #779AC2
RGB
CMYK
RGB Variations
Color information
#779AC2 (or 0x779AC2) is known color: Polo Blue. HEX triplet: 77, 9A and C2. RGB value is (119,154,194). Sum of RGB (Red+Green+Blue) = 119+154+194=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #779AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AC2 is #88653D. Grayscale: #939393. Windows color (decimal): -8938814 or 12753527. OLE color: 12753527.
HSL color Cylindrical-coordinate representation of color #779AC2: hue angle of 212º 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 #779AC2 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 154 | 194 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.24 |
| HSL | 212º | 0.38% | 0.61% | - |
| HSV(B) | 212º | 0.39% | 0.76% | - |
| XYZ | 28.9 | 30.93 | 55.49 | - |
| YUV | 148.1 | 153.9 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 194 | 0.39 | 0.21 | 0 | 0.24 | 212 | 0.38 | 0.61 |
| Hex | 77 | 9A | C2 | 27 | 15 | 0 | 18 | D4 | 26 | 3D |
| Octal | 167 | 232 | 302 | 47 | 25 | 0 | 30 | 324 | 46 | 75 |
| Binary | 1110111 | 10011010 | 11000010 | 100111 | 10101 | 0 | 11000 | 11010100 | 100110 | 111101 |
Color Harmonies of #779AC2
Complementary color
Monochromatic Colors of #779AC2
Black with #779AC2
Text Example
Text Example
White with #779AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AC2; }
p { color: rgb(119,154,194); }
H1.HeaderClassName
{
color: #779AC2;
}
.AnyTagClassName
{
color: #779AC2;
}
</style>
background-color css
<style>
a { background-color: #779AC2; }
a { background-color: rgb(119,154,194); }
div.DivClassName
{
background-color: #779AC2;
}
.BgClassName
{
background-color: #779AC2;
}
</style>
border-color css
<style>
span { border-color: #779AC2; }
span { border-color: rgb(119,154,194); }
td.TdClassName
{
border-color: #779AC2;
}
.TagClassName
{
border-color: #779AC2;
}
</style>