Shades of Polo Blue #77A2CA
Tints of Polo Blue #77A2CA
RGB
CMYK
RGB Variations
Color information
#77A2CA (or 0x77A2CA) is known color: Polo Blue. HEX triplet: 77, A2 and CA. RGB value is (119,162,202). Sum of RGB (Red+Green+Blue) = 119+162+202=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #77A2CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A2CA is #885D35. Grayscale: #999999. Windows color (decimal): -8936758 or 13279863. OLE color: 13279863.
HSL color Cylindrical-coordinate representation of color #77A2CA: hue angle of 208.92º degrees, saturation: 0.44, 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 #77A2CA is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 162 | 202 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.21 |
| HSL | 208.92º | 0.44% | 0.63% | - |
| HSV(B) | 208.92º | 0.41% | 0.79% | - |
| XYZ | 31.19 | 34.03 | 60.8 | - |
| YUV | 153.7 | 155.25 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 162 | 202 | 0.41 | 0.20 | 0 | 0.21 | 208.92 | 0.44 | 0.63 |
| Hex | 77 | A2 | CA | 29 | 14 | 0 | 15 | D1 | 2C | 3F |
| Octal | 167 | 242 | 312 | 51 | 24 | 0 | 25 | 321 | 54 | 77 |
| Binary | 1110111 | 10100010 | 11001010 | 101001 | 10100 | 0 | 10101 | 11010001 | 101100 | 111111 |
Color Harmonies of #77A2CA
Complementary color
Monochromatic Colors of #77A2CA
Black with #77A2CA
Text Example
Text Example
White with #77A2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A2CA; }
p { color: rgb(119,162,202); }
H1.HeaderClassName
{
color: #77A2CA;
}
.AnyTagClassName
{
color: #77A2CA;
}
</style>
background-color css
<style>
a { background-color: #77A2CA; }
a { background-color: rgb(119,162,202); }
div.DivClassName
{
background-color: #77A2CA;
}
.BgClassName
{
background-color: #77A2CA;
}
</style>
border-color css
<style>
span { border-color: #77A2CA; }
span { border-color: rgb(119,162,202); }
td.TdClassName
{
border-color: #77A2CA;
}
.TagClassName
{
border-color: #77A2CA;
}
</style>