Shades of Polo Blue #77A5CC
Tints of Polo Blue #77A5CC
RGB
CMYK
RGB Variations
Color information
#77A5CC (or 0x77A5CC) is known color: Polo Blue. HEX triplet: 77, A5 and CC. RGB value is (119,165,204). Sum of RGB (Red+Green+Blue) = 119+165+204=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #77A5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A5CC is #885A33. Grayscale: #9B9B9B. Windows color (decimal): -8935988 or 13411703. OLE color: 13411703.
HSL color Cylindrical-coordinate representation of color #77A5CC: hue angle of 207.53º 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 #77A5CC is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 119 | 165 | 204 | - |
| CMYK | 0.42 | 0.19 | 0 | 0.2 |
| HSL | 207.53º | 0.45% | 0.63% | - |
| HSV(B) | 207.53º | 0.42% | 0.8% | - |
| XYZ | 31.96 | 35.19 | 62.23 | - |
| YUV | 155.69 | 155.26 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 165 | 204 | 0.42 | 0.19 | 0 | 0.2 | 207.53 | 0.45 | 0.63 |
| Hex | 77 | A5 | CC | 2A | 13 | 0 | 14 | D0 | 2D | 3F |
| Octal | 167 | 245 | 314 | 52 | 23 | 0 | 24 | 320 | 55 | 77 |
| Binary | 1110111 | 10100101 | 11001100 | 101010 | 10011 | 0 | 10100 | 11010000 | 101101 | 111111 |
Color Harmonies of #77A5CC
Complementary color
Monochromatic Colors of #77A5CC
Black with #77A5CC
Text Example
Text Example
White with #77A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A5CC; }
p { color: rgb(119,165,204); }
H1.HeaderClassName
{
color: #77A5CC;
}
.AnyTagClassName
{
color: #77A5CC;
}
</style>
background-color css
<style>
a { background-color: #77A5CC; }
a { background-color: rgb(119,165,204); }
div.DivClassName
{
background-color: #77A5CC;
}
.BgClassName
{
background-color: #77A5CC;
}
</style>
border-color css
<style>
span { border-color: #77A5CC; }
span { border-color: rgb(119,165,204); }
td.TdClassName
{
border-color: #77A5CC;
}
.TagClassName
{
border-color: #77A5CC;
}
</style>