Shades of Polo Blue #779DBF
Tints of Polo Blue #779DBF
RGB
CMYK
RGB Variations
Color information
#779DBF (or 0x779DBF) is known color: Polo Blue. HEX triplet: 77, 9D and BF. RGB value is (119,157,191). Sum of RGB (Red+Green+Blue) = 119+157+191=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 157 (61.72% from 255 or 33.62% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 191 - color contains mainly: blue. Hex color #779DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DBF is #886240. Grayscale: #959595. Windows color (decimal): -8938049 or 12557687. OLE color: 12557687.
HSL color Cylindrical-coordinate representation of color #779DBF: hue angle of 208.33º degrees, saturation: 0.36, 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 #779DBF is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 119 | 157 | 191 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.25 |
| HSL | 208.33º | 0.36% | 0.61% | - |
| HSV(B) | 208.33º | 0.38% | 0.75% | - |
| XYZ | 29.07 | 31.8 | 53.9 | - |
| YUV | 149.51 | 151.41 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 191 | 0.38 | 0.18 | 0 | 0.25 | 208.33 | 0.36 | 0.61 |
| Hex | 77 | 9D | BF | 26 | 12 | 0 | 19 | D0 | 24 | 3D |
| Octal | 167 | 235 | 277 | 46 | 22 | 0 | 31 | 320 | 44 | 75 |
| Binary | 1110111 | 10011101 | 10111111 | 100110 | 10010 | 0 | 11001 | 11010000 | 100100 | 111101 |
Color Harmonies of #779DBF
Complementary color
Monochromatic Colors of #779DBF
Black with #779DBF
Text Example
Text Example
White with #779DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DBF; }
p { color: rgb(119,157,191); }
H1.HeaderClassName
{
color: #779DBF;
}
.AnyTagClassName
{
color: #779DBF;
}
</style>
background-color css
<style>
a { background-color: #779DBF; }
a { background-color: rgb(119,157,191); }
div.DivClassName
{
background-color: #779DBF;
}
.BgClassName
{
background-color: #779DBF;
}
</style>
border-color css
<style>
span { border-color: #779DBF; }
span { border-color: rgb(119,157,191); }
td.TdClassName
{
border-color: #779DBF;
}
.TagClassName
{
border-color: #779DBF;
}
</style>