Shades of Polo Blue #77A3C4
Tints of Polo Blue #77A3C4
RGB
CMYK
RGB Variations
Color information
#77A3C4 (or 0x77A3C4) is known color: Polo Blue. HEX triplet: 77, A3 and C4. RGB value is (119,163,196). Sum of RGB (Red+Green+Blue) = 119+163+196=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #77A3C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A3C4 is #885C3B. Grayscale: #999999. Windows color (decimal): -8936508 or 12886903. OLE color: 12886903.
HSL color Cylindrical-coordinate representation of color #77A3C4: hue angle of 205.71º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77A3C4 is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 119 | 163 | 196 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.23 |
| HSL | 205.71º | 0.39% | 0.62% | - |
| HSV(B) | 205.71º | 0.39% | 0.77% | - |
| XYZ | 30.67 | 34.1 | 57.19 | - |
| YUV | 153.61 | 151.92 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 196 | 0.39 | 0.17 | 0 | 0.23 | 205.71 | 0.39 | 0.62 |
| Hex | 77 | A3 | C4 | 27 | 11 | 0 | 17 | CE | 27 | 3E |
| Octal | 167 | 243 | 304 | 47 | 21 | 0 | 27 | 316 | 47 | 76 |
| Binary | 1110111 | 10100011 | 11000100 | 100111 | 10001 | 0 | 10111 | 11001110 | 100111 | 111110 |
Color Harmonies of #77A3C4
Complementary color
Monochromatic Colors of #77A3C4
Black with #77A3C4
Text Example
Text Example
White with #77A3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A3C4; }
p { color: rgb(119,163,196); }
H1.HeaderClassName
{
color: #77A3C4;
}
.AnyTagClassName
{
color: #77A3C4;
}
</style>
background-color css
<style>
a { background-color: #77A3C4; }
a { background-color: rgb(119,163,196); }
div.DivClassName
{
background-color: #77A3C4;
}
.BgClassName
{
background-color: #77A3C4;
}
</style>
border-color css
<style>
span { border-color: #77A3C4; }
span { border-color: rgb(119,163,196); }
td.TdClassName
{
border-color: #77A3C4;
}
.TagClassName
{
border-color: #77A3C4;
}
</style>