Shades of Polo Blue #78A0C1
Tints of Polo Blue #78A0C1
RGB
CMYK
RGB Variations
Color information
#78A0C1 (or 0x78A0C1) is known color: Polo Blue. HEX triplet: 78, A0 and C1. RGB value is (120,160,193). Sum of RGB (Red+Green+Blue) = 120+160+193=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #78A0C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A0C1 is #875F3E. Grayscale: #979797. Windows color (decimal): -8871743 or 12689528. OLE color: 12689528.
HSL color Cylindrical-coordinate representation of color #78A0C1: hue angle of 207.12º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78A0C1 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 160 | 193 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.24 |
| HSL | 207.12º | 0.37% | 0.61% | - |
| HSV(B) | 207.12º | 0.38% | 0.76% | - |
| XYZ | 29.94 | 32.98 | 55.24 | - |
| YUV | 151.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 193 | 0.38 | 0.17 | 0 | 0.24 | 207.12 | 0.37 | 0.61 |
| Hex | 78 | A0 | C1 | 26 | 11 | 0 | 18 | CF | 25 | 3D |
| Octal | 170 | 240 | 301 | 46 | 21 | 0 | 30 | 317 | 45 | 75 |
| Binary | 1111000 | 10100000 | 11000001 | 100110 | 10001 | 0 | 11000 | 11001111 | 100101 | 111101 |
Color Harmonies of #78A0C1
Complementary color
Monochromatic Colors of #78A0C1
Black with #78A0C1
Text Example
Text Example
White with #78A0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A0C1; }
p { color: rgb(120,160,193); }
H1.HeaderClassName
{
color: #78A0C1;
}
.AnyTagClassName
{
color: #78A0C1;
}
</style>
background-color css
<style>
a { background-color: #78A0C1; }
a { background-color: rgb(120,160,193); }
div.DivClassName
{
background-color: #78A0C1;
}
.BgClassName
{
background-color: #78A0C1;
}
</style>
border-color css
<style>
span { border-color: #78A0C1; }
span { border-color: rgb(120,160,193); }
td.TdClassName
{
border-color: #78A0C1;
}
.TagClassName
{
border-color: #78A0C1;
}
</style>