Shades of Polo Blue #779CC0
Tints of Polo Blue #779CC0
RGB
CMYK
RGB Variations
Color information
#779CC0 (or 0x779CC0) is known color: Polo Blue. HEX triplet: 77, 9C and C0. RGB value is (119,156,192). Sum of RGB (Red+Green+Blue) = 119+156+192=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #779CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CC0 is #88633F. Grayscale: #949494. Windows color (decimal): -8938304 or 12622967. OLE color: 12622967.
HSL color Cylindrical-coordinate representation of color #779CC0: hue angle of 209.59º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #779CC0 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 156 | 192 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.25 |
| HSL | 209.59º | 0.37% | 0.61% | - |
| HSV(B) | 209.59º | 0.38% | 0.75% | - |
| XYZ | 29.01 | 31.5 | 54.42 | - |
| YUV | 149.04 | 152.24 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 192 | 0.38 | 0.19 | 0 | 0.25 | 209.59 | 0.37 | 0.61 |
| Hex | 77 | 9C | C0 | 26 | 13 | 0 | 19 | D2 | 25 | 3D |
| Octal | 167 | 234 | 300 | 46 | 23 | 0 | 31 | 322 | 45 | 75 |
| Binary | 1110111 | 10011100 | 11000000 | 100110 | 10011 | 0 | 11001 | 11010010 | 100101 | 111101 |
Color Harmonies of #779CC0
Complementary color
Monochromatic Colors of #779CC0
Black with #779CC0
Text Example
Text Example
White with #779CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CC0; }
p { color: rgb(119,156,192); }
H1.HeaderClassName
{
color: #779CC0;
}
.AnyTagClassName
{
color: #779CC0;
}
</style>
background-color css
<style>
a { background-color: #779CC0; }
a { background-color: rgb(119,156,192); }
div.DivClassName
{
background-color: #779CC0;
}
.BgClassName
{
background-color: #779CC0;
}
</style>
border-color css
<style>
span { border-color: #779CC0; }
span { border-color: rgb(119,156,192); }
td.TdClassName
{
border-color: #779CC0;
}
.TagClassName
{
border-color: #779CC0;
}
</style>