Shades of Polo Blue #779ACE
Tints of Polo Blue #779ACE
RGB
CMYK
RGB Variations
Color information
#779ACE (or 0x779ACE) is known color: Polo Blue. HEX triplet: 77, 9A and CE. RGB value is (119,154,206). Sum of RGB (Red+Green+Blue) = 119+154+206=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #779ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ACE is #886531. Grayscale: #959595. Windows color (decimal): -8938802 or 13539959. OLE color: 13539959.
HSL color Cylindrical-coordinate representation of color #779ACE: hue angle of 215.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #779ACE is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 154 | 206 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.19 |
| HSL | 215.86º | 0.47% | 0.64% | - |
| HSV(B) | 215.86º | 0.42% | 0.81% | - |
| XYZ | 30.3 | 31.49 | 62.87 | - |
| YUV | 149.46 | 159.9 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 206 | 0.42 | 0.25 | 0 | 0.19 | 215.86 | 0.47 | 0.64 |
| Hex | 77 | 9A | CE | 2A | 19 | 0 | 13 | D8 | 2F | 40 |
| Octal | 167 | 232 | 316 | 52 | 31 | 0 | 23 | 330 | 57 | 100 |
| Binary | 1110111 | 10011010 | 11001110 | 101010 | 11001 | 0 | 10011 | 11011000 | 101111 | 1000000 |
Color Harmonies of #779ACE
Complementary color
Monochromatic Colors of #779ACE
Black with #779ACE
Text Example
Text Example
White with #779ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779ACE; }
p { color: rgb(119,154,206); }
H1.HeaderClassName
{
color: #779ACE;
}
.AnyTagClassName
{
color: #779ACE;
}
</style>
background-color css
<style>
a { background-color: #779ACE; }
a { background-color: rgb(119,154,206); }
div.DivClassName
{
background-color: #779ACE;
}
.BgClassName
{
background-color: #779ACE;
}
</style>
border-color css
<style>
span { border-color: #779ACE; }
span { border-color: rgb(119,154,206); }
td.TdClassName
{
border-color: #779ACE;
}
.TagClassName
{
border-color: #779ACE;
}
</style>