Shades of Polo Blue #779DC6
Tints of Polo Blue #779DC6
RGB
CMYK
RGB Variations
Color information
#779DC6 (or 0x779DC6) is known color: Polo Blue. HEX triplet: 77, 9D and C6. RGB value is (119,157,198). Sum of RGB (Red+Green+Blue) = 119+157+198=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 198 - color contains mainly: blue. Hex color #779DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DC6 is #886239. Grayscale: #969696. Windows color (decimal): -8938042 or 13016439. OLE color: 13016439.
HSL color Cylindrical-coordinate representation of color #779DC6: hue angle of 211.14º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #779DC6 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 157 | 198 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.22 |
| HSL | 211.14º | 0.41% | 0.62% | - |
| HSV(B) | 211.14º | 0.4% | 0.78% | - |
| XYZ | 29.86 | 32.11 | 58.05 | - |
| YUV | 150.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 198 | 0.40 | 0.21 | 0 | 0.22 | 211.14 | 0.41 | 0.62 |
| Hex | 77 | 9D | C6 | 28 | 15 | 0 | 16 | D3 | 29 | 3E |
| Octal | 167 | 235 | 306 | 50 | 25 | 0 | 26 | 323 | 51 | 76 |
| Binary | 1110111 | 10011101 | 11000110 | 101000 | 10101 | 0 | 10110 | 11010011 | 101001 | 111110 |
Color Harmonies of #779DC6
Complementary color
Monochromatic Colors of #779DC6
Black with #779DC6
Text Example
Text Example
White with #779DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DC6; }
p { color: rgb(119,157,198); }
H1.HeaderClassName
{
color: #779DC6;
}
.AnyTagClassName
{
color: #779DC6;
}
</style>
background-color css
<style>
a { background-color: #779DC6; }
a { background-color: rgb(119,157,198); }
div.DivClassName
{
background-color: #779DC6;
}
.BgClassName
{
background-color: #779DC6;
}
</style>
border-color css
<style>
span { border-color: #779DC6; }
span { border-color: rgb(119,157,198); }
td.TdClassName
{
border-color: #779DC6;
}
.TagClassName
{
border-color: #779DC6;
}
</style>