Shades of Polo Blue #78A1C5
Tints of Polo Blue #78A1C5
RGB
CMYK
RGB Variations
Color information
#78A1C5 (or 0x78A1C5) is known color: Polo Blue. HEX triplet: 78, A1 and C5. RGB value is (120,161,197). Sum of RGB (Red+Green+Blue) = 120+161+197=478 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.10% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 197 - color contains mainly: blue. Hex color #78A1C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A1C5 is #875E3A. Grayscale: #989898. Windows color (decimal): -8871483 or 12951928. OLE color: 12951928.
HSL color Cylindrical-coordinate representation of color #78A1C5: hue angle of 208.05º degrees, saturation: 0.4, 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 #78A1C5 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 161 | 197 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.23 |
| HSL | 208.05º | 0.4% | 0.62% | - |
| HSV(B) | 208.05º | 0.39% | 0.77% | - |
| XYZ | 30.57 | 33.51 | 57.68 | - |
| YUV | 152.85 | 152.92 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 197 | 0.39 | 0.18 | 0 | 0.23 | 208.05 | 0.4 | 0.62 |
| Hex | 78 | A1 | C5 | 27 | 12 | 0 | 17 | D0 | 28 | 3E |
| Octal | 170 | 241 | 305 | 47 | 22 | 0 | 27 | 320 | 50 | 76 |
| Binary | 1111000 | 10100001 | 11000101 | 100111 | 10010 | 0 | 10111 | 11010000 | 101000 | 111110 |
Color Harmonies of #78A1C5
Complementary color
Monochromatic Colors of #78A1C5
Black with #78A1C5
Text Example
Text Example
White with #78A1C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A1C5; }
p { color: rgb(120,161,197); }
H1.HeaderClassName
{
color: #78A1C5;
}
.AnyTagClassName
{
color: #78A1C5;
}
</style>
background-color css
<style>
a { background-color: #78A1C5; }
a { background-color: rgb(120,161,197); }
div.DivClassName
{
background-color: #78A1C5;
}
.BgClassName
{
background-color: #78A1C5;
}
</style>
border-color css
<style>
span { border-color: #78A1C5; }
span { border-color: rgb(120,161,197); }
td.TdClassName
{
border-color: #78A1C5;
}
.TagClassName
{
border-color: #78A1C5;
}
</style>