Shades of Polo Blue #779CC1
Tints of Polo Blue #779CC1
RGB
CMYK
RGB Variations
Color information
#779CC1 (or 0x779CC1) is known color: Polo Blue. HEX triplet: 77, 9C and C1. RGB value is (119,156,193). Sum of RGB (Red+Green+Blue) = 119+156+193=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #779CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CC1 is #88633E. Grayscale: #949494. Windows color (decimal): -8938303 or 12688503. OLE color: 12688503.
HSL color Cylindrical-coordinate representation of color #779CC1: hue angle of 210º 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 #779CC1 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 156 | 193 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.24 |
| HSL | 210º | 0.37% | 0.61% | - |
| HSV(B) | 210º | 0.38% | 0.76% | - |
| XYZ | 29.12 | 31.55 | 55.01 | - |
| YUV | 149.16 | 152.74 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 193 | 0.38 | 0.19 | 0 | 0.24 | 210 | 0.37 | 0.61 |
| Hex | 77 | 9C | C1 | 26 | 13 | 0 | 18 | D2 | 25 | 3D |
| Octal | 167 | 234 | 301 | 46 | 23 | 0 | 30 | 322 | 45 | 75 |
| Binary | 1110111 | 10011100 | 11000001 | 100110 | 10011 | 0 | 11000 | 11010010 | 100101 | 111101 |
Color Harmonies of #779CC1
Complementary color
Monochromatic Colors of #779CC1
Black with #779CC1
Text Example
Text Example
White with #779CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CC1; }
p { color: rgb(119,156,193); }
H1.HeaderClassName
{
color: #779CC1;
}
.AnyTagClassName
{
color: #779CC1;
}
</style>
background-color css
<style>
a { background-color: #779CC1; }
a { background-color: rgb(119,156,193); }
div.DivClassName
{
background-color: #779CC1;
}
.BgClassName
{
background-color: #779CC1;
}
</style>
border-color css
<style>
span { border-color: #779CC1; }
span { border-color: rgb(119,156,193); }
td.TdClassName
{
border-color: #779CC1;
}
.TagClassName
{
border-color: #779CC1;
}
</style>