Shades of Polo Blue #779ACF
Tints of Polo Blue #779ACF
RGB
CMYK
RGB Variations
Color information
#779ACF (or 0x779ACF) is known color: Polo Blue. HEX triplet: 77, 9A and CF. RGB value is (119,154,207). Sum of RGB (Red+Green+Blue) = 119+154+207=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 207 - color contains mainly: blue. Hex color #779ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ACF is #886530. Grayscale: #959595. Windows color (decimal): -8938801 or 13605495. OLE color: 13605495.
HSL color Cylindrical-coordinate representation of color #779ACF: hue angle of 216.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #779ACF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 154 | 207 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.19 |
| HSL | 216.14º | 0.48% | 0.64% | - |
| HSV(B) | 216.14º | 0.43% | 0.81% | - |
| XYZ | 30.43 | 31.54 | 63.52 | - |
| YUV | 149.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 207 | 0.43 | 0.26 | 0 | 0.19 | 216.14 | 0.48 | 0.64 |
| Hex | 77 | 9A | CF | 2B | 1A | 0 | 13 | D8 | 30 | 40 |
| Octal | 167 | 232 | 317 | 53 | 32 | 0 | 23 | 330 | 60 | 100 |
| Binary | 1110111 | 10011010 | 11001111 | 101011 | 11010 | 0 | 10011 | 11011000 | 110000 | 1000000 |
Color Harmonies of #779ACF
Complementary color
Monochromatic Colors of #779ACF
Black with #779ACF
Text Example
Text Example
White with #779ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779ACF; }
p { color: rgb(119,154,207); }
H1.HeaderClassName
{
color: #779ACF;
}
.AnyTagClassName
{
color: #779ACF;
}
</style>
background-color css
<style>
a { background-color: #779ACF; }
a { background-color: rgb(119,154,207); }
div.DivClassName
{
background-color: #779ACF;
}
.BgClassName
{
background-color: #779ACF;
}
</style>
border-color css
<style>
span { border-color: #779ACF; }
span { border-color: rgb(119,154,207); }
td.TdClassName
{
border-color: #779ACF;
}
.TagClassName
{
border-color: #779ACF;
}
</style>