Shades of Polo Blue #779CCE
Tints of Polo Blue #779CCE
RGB
CMYK
RGB Variations
Color information
#779CCE (or 0x779CCE) is known color: Polo Blue. HEX triplet: 77, 9C and CE. RGB value is (119,156,206). Sum of RGB (Red+Green+Blue) = 119+156+206=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #779CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779CCE is #886331. Grayscale: #969696. Windows color (decimal): -8938290 or 13540471. OLE color: 13540471.
HSL color Cylindrical-coordinate representation of color #779CCE: hue angle of 214.48º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #779CCE is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 156 | 206 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.19 |
| HSL | 214.48º | 0.47% | 0.64% | - |
| HSV(B) | 214.48º | 0.42% | 0.81% | - |
| XYZ | 30.64 | 32.16 | 62.98 | - |
| YUV | 150.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 206 | 0.42 | 0.24 | 0 | 0.19 | 214.48 | 0.47 | 0.64 |
| Hex | 77 | 9C | CE | 2A | 18 | 0 | 13 | D6 | 2F | 40 |
| Octal | 167 | 234 | 316 | 52 | 30 | 0 | 23 | 326 | 57 | 100 |
| Binary | 1110111 | 10011100 | 11001110 | 101010 | 11000 | 0 | 10011 | 11010110 | 101111 | 1000000 |
Color Harmonies of #779CCE
Complementary color
Monochromatic Colors of #779CCE
Black with #779CCE
Text Example
Text Example
White with #779CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CCE; }
p { color: rgb(119,156,206); }
H1.HeaderClassName
{
color: #779CCE;
}
.AnyTagClassName
{
color: #779CCE;
}
</style>
background-color css
<style>
a { background-color: #779CCE; }
a { background-color: rgb(119,156,206); }
div.DivClassName
{
background-color: #779CCE;
}
.BgClassName
{
background-color: #779CCE;
}
</style>
border-color css
<style>
span { border-color: #779CCE; }
span { border-color: rgb(119,156,206); }
td.TdClassName
{
border-color: #779CCE;
}
.TagClassName
{
border-color: #779CCE;
}
</style>