Shades of Polo Blue #779AD0
Tints of Polo Blue #779AD0
RGB
CMYK
RGB Variations
Color information
#779AD0 (or 0x779AD0) is known color: Polo Blue. HEX triplet: 77, 9A and D0. RGB value is (119,154,208). Sum of RGB (Red+Green+Blue) = 119+154+208=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 154 (60.55% from 255 or 32.02% from 481); Blue value is 208 (81.64% from 255 or 43.24% from 481); Max value from RGB is 208 - color contains mainly: blue. Hex color #779AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AD0 is #88652F. Grayscale: #959595. Windows color (decimal): -8938800 or 13671031. OLE color: 13671031.
HSL color Cylindrical-coordinate representation of color #779AD0: hue angle of 216.4º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #779AD0 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 119 | 154 | 208 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.18 |
| HSL | 216.4º | 0.49% | 0.64% | - |
| HSV(B) | 216.4º | 0.43% | 0.82% | - |
| XYZ | 30.55 | 31.59 | 64.16 | - |
| YUV | 149.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 208 | 0.43 | 0.26 | 0 | 0.18 | 216.4 | 0.49 | 0.64 |
| Hex | 77 | 9A | D0 | 2B | 1A | 0 | 12 | D8 | 31 | 40 |
| Octal | 167 | 232 | 320 | 53 | 32 | 0 | 22 | 330 | 61 | 100 |
| Binary | 1110111 | 10011010 | 11010000 | 101011 | 11010 | 0 | 10010 | 11011000 | 110001 | 1000000 |
Color Harmonies of #779AD0
Complementary color
Monochromatic Colors of #779AD0
Black with #779AD0
Text Example
Text Example
White with #779AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AD0; }
p { color: rgb(119,154,208); }
H1.HeaderClassName
{
color: #779AD0;
}
.AnyTagClassName
{
color: #779AD0;
}
</style>
background-color css
<style>
a { background-color: #779AD0; }
a { background-color: rgb(119,154,208); }
div.DivClassName
{
background-color: #779AD0;
}
.BgClassName
{
background-color: #779AD0;
}
</style>
border-color css
<style>
span { border-color: #779AD0; }
span { border-color: rgb(119,154,208); }
td.TdClassName
{
border-color: #779AD0;
}
.TagClassName
{
border-color: #779AD0;
}
</style>