Shades of Polo Blue #779BC5
Tints of Polo Blue #779BC5
RGB
CMYK
RGB Variations
Color information
#779BC5 (or 0x779BC5) is known color: Polo Blue. HEX triplet: 77, 9B and C5. RGB value is (119,155,197). Sum of RGB (Red+Green+Blue) = 119+155+197=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #779BC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779BC5 is #88643A. Grayscale: #949494. Windows color (decimal): -8938555 or 12950391. OLE color: 12950391.
HSL color Cylindrical-coordinate representation of color #779BC5: hue angle of 212.31º 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 #779BC5 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 155 | 197 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.23 |
| HSL | 212.31º | 0.4% | 0.62% | - |
| HSV(B) | 212.31º | 0.4% | 0.77% | - |
| XYZ | 29.41 | 31.4 | 57.33 | - |
| YUV | 149.02 | 155.07 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 197 | 0.40 | 0.21 | 0 | 0.23 | 212.31 | 0.4 | 0.62 |
| Hex | 77 | 9B | C5 | 28 | 15 | 0 | 17 | D4 | 28 | 3E |
| Octal | 167 | 233 | 305 | 50 | 25 | 0 | 27 | 324 | 50 | 76 |
| Binary | 1110111 | 10011011 | 11000101 | 101000 | 10101 | 0 | 10111 | 11010100 | 101000 | 111110 |
Color Harmonies of #779BC5
Complementary color
Monochromatic Colors of #779BC5
Black with #779BC5
Text Example
Text Example
White with #779BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BC5; }
p { color: rgb(119,155,197); }
H1.HeaderClassName
{
color: #779BC5;
}
.AnyTagClassName
{
color: #779BC5;
}
</style>
background-color css
<style>
a { background-color: #779BC5; }
a { background-color: rgb(119,155,197); }
div.DivClassName
{
background-color: #779BC5;
}
.BgClassName
{
background-color: #779BC5;
}
</style>
border-color css
<style>
span { border-color: #779BC5; }
span { border-color: rgb(119,155,197); }
td.TdClassName
{
border-color: #779BC5;
}
.TagClassName
{
border-color: #779BC5;
}
</style>