Shades of Polo Blue #779CC9
Tints of Polo Blue #779CC9
RGB
CMYK
RGB Variations
Color information
#779CC9 (or 0x779CC9) is known color: Polo Blue. HEX triplet: 77, 9C and C9. RGB value is (119,156,201). Sum of RGB (Red+Green+Blue) = 119+156+201=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 201 (78.91% from 255 or 42.23% from 476); Max value from RGB is 201 - color contains mainly: blue. Hex color #779CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CC9 is #886336. Grayscale: #959595. Windows color (decimal): -8938295 or 13212791. OLE color: 13212791.
HSL color Cylindrical-coordinate representation of color #779CC9: hue angle of 212.93º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #779CC9 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 156 | 201 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.21 |
| HSL | 212.93º | 0.43% | 0.63% | - |
| HSV(B) | 212.93º | 0.41% | 0.79% | - |
| XYZ | 30.04 | 31.92 | 59.84 | - |
| YUV | 150.07 | 156.74 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 201 | 0.41 | 0.22 | 0 | 0.21 | 212.93 | 0.43 | 0.63 |
| Hex | 77 | 9C | C9 | 29 | 16 | 0 | 15 | D5 | 2B | 3F |
| Octal | 167 | 234 | 311 | 51 | 26 | 0 | 25 | 325 | 53 | 77 |
| Binary | 1110111 | 10011100 | 11001001 | 101001 | 10110 | 0 | 10101 | 11010101 | 101011 | 111111 |
Color Harmonies of #779CC9
Complementary color
Monochromatic Colors of #779CC9
Black with #779CC9
Text Example
Text Example
White with #779CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CC9; }
p { color: rgb(119,156,201); }
H1.HeaderClassName
{
color: #779CC9;
}
.AnyTagClassName
{
color: #779CC9;
}
</style>
background-color css
<style>
a { background-color: #779CC9; }
a { background-color: rgb(119,156,201); }
div.DivClassName
{
background-color: #779CC9;
}
.BgClassName
{
background-color: #779CC9;
}
</style>
border-color css
<style>
span { border-color: #779CC9; }
span { border-color: rgb(119,156,201); }
td.TdClassName
{
border-color: #779CC9;
}
.TagClassName
{
border-color: #779CC9;
}
</style>