Shades of Polo Blue #779FC1
Tints of Polo Blue #779FC1
RGB
CMYK
RGB Variations
Color information
#779FC1 (or 0x779FC1) is known color: Polo Blue. HEX triplet: 77, 9F and C1. RGB value is (119,159,193). Sum of RGB (Red+Green+Blue) = 119+159+193=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 193 (75.78% from 255 or 40.98% from 471); Max value from RGB is 193 - color contains mainly: blue. Hex color #779FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779FC1 is #88603E. Grayscale: #969696. Windows color (decimal): -8937535 or 12689271. OLE color: 12689271.
HSL color Cylindrical-coordinate representation of color #779FC1: hue angle of 207.57º 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 #779FC1 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 159 | 193 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.24 |
| HSL | 207.57º | 0.37% | 0.61% | - |
| HSV(B) | 207.57º | 0.38% | 0.76% | - |
| XYZ | 29.63 | 32.57 | 55.18 | - |
| YUV | 150.92 | 151.75 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 193 | 0.38 | 0.18 | 0 | 0.24 | 207.57 | 0.37 | 0.61 |
| Hex | 77 | 9F | C1 | 26 | 12 | 0 | 18 | D0 | 25 | 3D |
| Octal | 167 | 237 | 301 | 46 | 22 | 0 | 30 | 320 | 45 | 75 |
| Binary | 1110111 | 10011111 | 11000001 | 100110 | 10010 | 0 | 11000 | 11010000 | 100101 | 111101 |
Color Harmonies of #779FC1
Complementary color
Monochromatic Colors of #779FC1
Black with #779FC1
Text Example
Text Example
White with #779FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779FC1; }
p { color: rgb(119,159,193); }
H1.HeaderClassName
{
color: #779FC1;
}
.AnyTagClassName
{
color: #779FC1;
}
</style>
background-color css
<style>
a { background-color: #779FC1; }
a { background-color: rgb(119,159,193); }
div.DivClassName
{
background-color: #779FC1;
}
.BgClassName
{
background-color: #779FC1;
}
</style>
border-color css
<style>
span { border-color: #779FC1; }
span { border-color: rgb(119,159,193); }
td.TdClassName
{
border-color: #779FC1;
}
.TagClassName
{
border-color: #779FC1;
}
</style>