Shades of Polo Blue #78A6CA
Tints of Polo Blue #78A6CA
RGB
CMYK
RGB Variations
Color information
#78A6CA (or 0x78A6CA) is known color: Polo Blue. HEX triplet: 78, A6 and CA. RGB value is (120,166,202). Sum of RGB (Red+Green+Blue) = 120+166+202=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #78A6CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6CA is #875935. Grayscale: #9C9C9C. Windows color (decimal): -8870198 or 13280888. OLE color: 13280888.
HSL color Cylindrical-coordinate representation of color #78A6CA: hue angle of 206.34º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78A6CA is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 166 | 202 | - |
| CMYK | 0.41 | 0.18 | 0 | 0.21 |
| HSL | 206.34º | 0.44% | 0.63% | - |
| HSV(B) | 206.34º | 0.41% | 0.79% | - |
| XYZ | 32.04 | 35.53 | 61.05 | - |
| YUV | 156.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 202 | 0.41 | 0.18 | 0 | 0.21 | 206.34 | 0.44 | 0.63 |
| Hex | 78 | A6 | CA | 29 | 12 | 0 | 15 | CE | 2C | 3F |
| Octal | 170 | 246 | 312 | 51 | 22 | 0 | 25 | 316 | 54 | 77 |
| Binary | 1111000 | 10100110 | 11001010 | 101001 | 10010 | 0 | 10101 | 11001110 | 101100 | 111111 |
Color Harmonies of #78A6CA
Complementary color
Monochromatic Colors of #78A6CA
Black with #78A6CA
Text Example
Text Example
White with #78A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A6CA; }
p { color: rgb(120,166,202); }
H1.HeaderClassName
{
color: #78A6CA;
}
.AnyTagClassName
{
color: #78A6CA;
}
</style>
background-color css
<style>
a { background-color: #78A6CA; }
a { background-color: rgb(120,166,202); }
div.DivClassName
{
background-color: #78A6CA;
}
.BgClassName
{
background-color: #78A6CA;
}
</style>
border-color css
<style>
span { border-color: #78A6CA; }
span { border-color: rgb(120,166,202); }
td.TdClassName
{
border-color: #78A6CA;
}
.TagClassName
{
border-color: #78A6CA;
}
</style>