Shades of Polo Blue #779CCC
Tints of Polo Blue #779CCC
RGB
CMYK
RGB Variations
Color information
#779CCC (or 0x779CCC) is known color: Polo Blue. HEX triplet: 77, 9C and CC. RGB value is (119,156,204). Sum of RGB (Red+Green+Blue) = 119+156+204=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #779CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CCC is #886333. Grayscale: #969696. Windows color (decimal): -8938292 or 13409399. OLE color: 13409399.
HSL color Cylindrical-coordinate representation of color #779CCC: hue angle of 213.88º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #779CCC is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 156 | 204 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.2 |
| HSL | 213.88º | 0.45% | 0.63% | - |
| HSV(B) | 213.88º | 0.42% | 0.8% | - |
| XYZ | 30.4 | 32.06 | 61.71 | - |
| YUV | 150.41 | 158.24 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 204 | 0.42 | 0.24 | 0 | 0.2 | 213.88 | 0.45 | 0.63 |
| Hex | 77 | 9C | CC | 2A | 18 | 0 | 14 | D6 | 2D | 3F |
| Octal | 167 | 234 | 314 | 52 | 30 | 0 | 24 | 326 | 55 | 77 |
| Binary | 1110111 | 10011100 | 11001100 | 101010 | 11000 | 0 | 10100 | 11010110 | 101101 | 111111 |
Color Harmonies of #779CCC
Complementary color
Monochromatic Colors of #779CCC
Black with #779CCC
Text Example
Text Example
White with #779CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CCC; }
p { color: rgb(119,156,204); }
H1.HeaderClassName
{
color: #779CCC;
}
.AnyTagClassName
{
color: #779CCC;
}
</style>
background-color css
<style>
a { background-color: #779CCC; }
a { background-color: rgb(119,156,204); }
div.DivClassName
{
background-color: #779CCC;
}
.BgClassName
{
background-color: #779CCC;
}
</style>
border-color css
<style>
span { border-color: #779CCC; }
span { border-color: rgb(119,156,204); }
td.TdClassName
{
border-color: #779CCC;
}
.TagClassName
{
border-color: #779CCC;
}
</style>