Shades of Polo Blue #77A0CB
Tints of Polo Blue #77A0CB
RGB
CMYK
RGB Variations
Color information
#77A0CB (or 0x77A0CB) is known color: Polo Blue. HEX triplet: 77, A0 and CB. RGB value is (119,160,203). Sum of RGB (Red+Green+Blue) = 119+160+203=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #77A0CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A0CB is #885F34. Grayscale: #989898. Windows color (decimal): -8937269 or 13344887. OLE color: 13344887.
HSL color Cylindrical-coordinate representation of color #77A0CB: hue angle of 210.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #77A0CB is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 160 | 203 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.20 |
| HSL | 210.71º | 0.45% | 0.63% | - |
| HSV(B) | 210.71º | 0.41% | 0.8% | - |
| XYZ | 30.96 | 33.38 | 61.31 | - |
| YUV | 152.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 203 | 0.41 | 0.21 | 0 | 0.20 | 210.71 | 0.45 | 0.63 |
| Hex | 77 | A0 | CB | 29 | 15 | 0 | 14 | D3 | 2D | 3F |
| Octal | 167 | 240 | 313 | 51 | 25 | 0 | 24 | 323 | 55 | 77 |
| Binary | 1110111 | 10100000 | 11001011 | 101001 | 10101 | 0 | 10100 | 11010011 | 101101 | 111111 |
Color Harmonies of #77A0CB
Complementary color
Monochromatic Colors of #77A0CB
Black with #77A0CB
Text Example
Text Example
White with #77A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A0CB; }
p { color: rgb(119,160,203); }
H1.HeaderClassName
{
color: #77A0CB;
}
.AnyTagClassName
{
color: #77A0CB;
}
</style>
background-color css
<style>
a { background-color: #77A0CB; }
a { background-color: rgb(119,160,203); }
div.DivClassName
{
background-color: #77A0CB;
}
.BgClassName
{
background-color: #77A0CB;
}
</style>
border-color css
<style>
span { border-color: #77A0CB; }
span { border-color: rgb(119,160,203); }
td.TdClassName
{
border-color: #77A0CB;
}
.TagClassName
{
border-color: #77A0CB;
}
</style>