Shades of Polo Blue #77A3CC
Tints of Polo Blue #77A3CC
RGB
CMYK
RGB Variations
Color information
#77A3CC (or 0x77A3CC) is known color: Polo Blue. HEX triplet: 77, A3 and CC. RGB value is (119,163,204). Sum of RGB (Red+Green+Blue) = 119+163+204=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #77A3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A3CC is #885C33. Grayscale: #9A9A9A. Windows color (decimal): -8936500 or 13411191. OLE color: 13411191.
HSL color Cylindrical-coordinate representation of color #77A3CC: hue angle of 208.94º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77A3CC is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 163 | 204 | - |
| CMYK | 0.42 | 0.20 | 0 | 0.2 |
| HSL | 208.94º | 0.45% | 0.63% | - |
| HSV(B) | 208.94º | 0.42% | 0.8% | - |
| XYZ | 31.6 | 34.48 | 62.12 | - |
| YUV | 154.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 204 | 0.42 | 0.20 | 0 | 0.2 | 208.94 | 0.45 | 0.63 |
| Hex | 77 | A3 | CC | 2A | 14 | 0 | 14 | D1 | 2D | 3F |
| Octal | 167 | 243 | 314 | 52 | 24 | 0 | 24 | 321 | 55 | 77 |
| Binary | 1110111 | 10100011 | 11001100 | 101010 | 10100 | 0 | 10100 | 11010001 | 101101 | 111111 |
Color Harmonies of #77A3CC
Complementary color
Monochromatic Colors of #77A3CC
Black with #77A3CC
Text Example
Text Example
White with #77A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A3CC; }
p { color: rgb(119,163,204); }
H1.HeaderClassName
{
color: #77A3CC;
}
.AnyTagClassName
{
color: #77A3CC;
}
</style>
background-color css
<style>
a { background-color: #77A3CC; }
a { background-color: rgb(119,163,204); }
div.DivClassName
{
background-color: #77A3CC;
}
.BgClassName
{
background-color: #77A3CC;
}
</style>
border-color css
<style>
span { border-color: #77A3CC; }
span { border-color: rgb(119,163,204); }
td.TdClassName
{
border-color: #77A3CC;
}
.TagClassName
{
border-color: #77A3CC;
}
</style>