Shades of Polo Blue #779AC5
Tints of Polo Blue #779AC5
RGB
CMYK
RGB Variations
Color information
#779AC5 (or 0x779AC5) is known color: Polo Blue. HEX triplet: 77, 9A and C5. RGB value is (119,154,197). Sum of RGB (Red+Green+Blue) = 119+154+197=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 197 (77.34% from 255 or 41.91% from 470); Max value from RGB is 197 - color contains mainly: blue. Hex color #779AC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779AC5 is #88653A. Grayscale: #949494. Windows color (decimal): -8938811 or 12950135. OLE color: 12950135.
HSL color Cylindrical-coordinate representation of color #779AC5: hue angle of 213.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #779AC5 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 154 | 197 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.23 |
| HSL | 213.08º | 0.4% | 0.62% | - |
| HSV(B) | 213.08º | 0.4% | 0.77% | - |
| XYZ | 29.24 | 31.06 | 57.28 | - |
| YUV | 148.44 | 155.4 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 197 | 0.40 | 0.22 | 0 | 0.23 | 213.08 | 0.4 | 0.62 |
| Hex | 77 | 9A | C5 | 28 | 16 | 0 | 17 | D5 | 28 | 3E |
| Octal | 167 | 232 | 305 | 50 | 26 | 0 | 27 | 325 | 50 | 76 |
| Binary | 1110111 | 10011010 | 11000101 | 101000 | 10110 | 0 | 10111 | 11010101 | 101000 | 111110 |
Color Harmonies of #779AC5
Complementary color
Monochromatic Colors of #779AC5
Black with #779AC5
Text Example
Text Example
White with #779AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AC5; }
p { color: rgb(119,154,197); }
H1.HeaderClassName
{
color: #779AC5;
}
.AnyTagClassName
{
color: #779AC5;
}
</style>
background-color css
<style>
a { background-color: #779AC5; }
a { background-color: rgb(119,154,197); }
div.DivClassName
{
background-color: #779AC5;
}
.BgClassName
{
background-color: #779AC5;
}
</style>
border-color css
<style>
span { border-color: #779AC5; }
span { border-color: rgb(119,154,197); }
td.TdClassName
{
border-color: #779AC5;
}
.TagClassName
{
border-color: #779AC5;
}
</style>