Shades of Polo Blue #779EC1
Tints of Polo Blue #779EC1
RGB
CMYK
RGB Variations
Color information
#779EC1 (or 0x779EC1) is known color: Polo Blue. HEX triplet: 77, 9E and C1. RGB value is (119,158,193). Sum of RGB (Red+Green+Blue) = 119+158+193=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #779EC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779EC1 is #88613E. Grayscale: #969696. Windows color (decimal): -8937791 or 12689015. OLE color: 12689015.
HSL color Cylindrical-coordinate representation of color #779EC1: hue angle of 208.38º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #779EC1 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 158 | 193 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.24 |
| HSL | 208.38º | 0.37% | 0.61% | - |
| HSV(B) | 208.38º | 0.38% | 0.76% | - |
| XYZ | 29.46 | 32.23 | 55.12 | - |
| YUV | 150.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 193 | 0.38 | 0.18 | 0 | 0.24 | 208.38 | 0.37 | 0.61 |
| Hex | 77 | 9E | C1 | 26 | 12 | 0 | 18 | D0 | 25 | 3D |
| Octal | 167 | 236 | 301 | 46 | 22 | 0 | 30 | 320 | 45 | 75 |
| Binary | 1110111 | 10011110 | 11000001 | 100110 | 10010 | 0 | 11000 | 11010000 | 100101 | 111101 |
Color Harmonies of #779EC1
Complementary color
Monochromatic Colors of #779EC1
Black with #779EC1
Text Example
Text Example
White with #779EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779EC1; }
p { color: rgb(119,158,193); }
H1.HeaderClassName
{
color: #779EC1;
}
.AnyTagClassName
{
color: #779EC1;
}
</style>
background-color css
<style>
a { background-color: #779EC1; }
a { background-color: rgb(119,158,193); }
div.DivClassName
{
background-color: #779EC1;
}
.BgClassName
{
background-color: #779EC1;
}
</style>
border-color css
<style>
span { border-color: #779EC1; }
span { border-color: rgb(119,158,193); }
td.TdClassName
{
border-color: #779EC1;
}
.TagClassName
{
border-color: #779EC1;
}
</style>