Shades of Polo Blue #779DCD
Tints of Polo Blue #779DCD
RGB
CMYK
RGB Variations
Color information
#779DCD (or 0x779DCD) is known color: Polo Blue. HEX triplet: 77, 9D and CD. RGB value is (119,157,205). Sum of RGB (Red+Green+Blue) = 119+157+205=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 157 (61.72% from 255 or 32.64% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #779DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779DCD is #886232. Grayscale: #969696. Windows color (decimal): -8938035 or 13475191. OLE color: 13475191.
HSL color Cylindrical-coordinate representation of color #779DCD: hue angle of 213.49º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #779DCD is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 157 | 205 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.20 |
| HSL | 213.49º | 0.46% | 0.64% | - |
| HSV(B) | 213.49º | 0.42% | 0.8% | - |
| XYZ | 30.68 | 32.44 | 62.4 | - |
| YUV | 151.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 205 | 0.42 | 0.23 | 0 | 0.20 | 213.49 | 0.46 | 0.64 |
| Hex | 77 | 9D | CD | 2A | 17 | 0 | 14 | D5 | 2E | 40 |
| Octal | 167 | 235 | 315 | 52 | 27 | 0 | 24 | 325 | 56 | 100 |
| Binary | 1110111 | 10011101 | 11001101 | 101010 | 10111 | 0 | 10100 | 11010101 | 101110 | 1000000 |
Color Harmonies of #779DCD
Complementary color
Monochromatic Colors of #779DCD
Black with #779DCD
Text Example
Text Example
White with #779DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DCD; }
p { color: rgb(119,157,205); }
H1.HeaderClassName
{
color: #779DCD;
}
.AnyTagClassName
{
color: #779DCD;
}
</style>
background-color css
<style>
a { background-color: #779DCD; }
a { background-color: rgb(119,157,205); }
div.DivClassName
{
background-color: #779DCD;
}
.BgClassName
{
background-color: #779DCD;
}
</style>
border-color css
<style>
span { border-color: #779DCD; }
span { border-color: rgb(119,157,205); }
td.TdClassName
{
border-color: #779DCD;
}
.TagClassName
{
border-color: #779DCD;
}
</style>