Shades of Polo Blue #78A4CA
Tints of Polo Blue #78A4CA
RGB
CMYK
RGB Variations
Color information
#78A4CA (or 0x78A4CA) is known color: Polo Blue. HEX triplet: 78, A4 and CA. RGB value is (120,164,202). Sum of RGB (Red+Green+Blue) = 120+164+202=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #78A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A4CA is #875B35. Grayscale: #9A9A9A. Windows color (decimal): -8870710 or 13280376. OLE color: 13280376.
HSL color Cylindrical-coordinate representation of color #78A4CA: hue angle of 207.8º 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 #78A4CA is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 164 | 202 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.21 |
| HSL | 207.8º | 0.44% | 0.63% | - |
| HSV(B) | 207.8º | 0.41% | 0.79% | - |
| XYZ | 31.68 | 34.81 | 60.93 | - |
| YUV | 155.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 164 | 202 | 0.41 | 0.19 | 0 | 0.21 | 207.8 | 0.44 | 0.63 |
| Hex | 78 | A4 | CA | 29 | 13 | 0 | 15 | D0 | 2C | 3F |
| Octal | 170 | 244 | 312 | 51 | 23 | 0 | 25 | 320 | 54 | 77 |
| Binary | 1111000 | 10100100 | 11001010 | 101001 | 10011 | 0 | 10101 | 11010000 | 101100 | 111111 |
Color Harmonies of #78A4CA
Complementary color
Monochromatic Colors of #78A4CA
Black with #78A4CA
Text Example
Text Example
White with #78A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A4CA; }
p { color: rgb(120,164,202); }
H1.HeaderClassName
{
color: #78A4CA;
}
.AnyTagClassName
{
color: #78A4CA;
}
</style>
background-color css
<style>
a { background-color: #78A4CA; }
a { background-color: rgb(120,164,202); }
div.DivClassName
{
background-color: #78A4CA;
}
.BgClassName
{
background-color: #78A4CA;
}
</style>
border-color css
<style>
span { border-color: #78A4CA; }
span { border-color: rgb(120,164,202); }
td.TdClassName
{
border-color: #78A4CA;
}
.TagClassName
{
border-color: #78A4CA;
}
</style>