Shades of Polo Blue #78A1C1
Tints of Polo Blue #78A1C1
RGB
CMYK
RGB Variations
Color information
#78A1C1 (or 0x78A1C1) is known color: Polo Blue. HEX triplet: 78, A1 and C1. RGB value is (120,161,193). Sum of RGB (Red+Green+Blue) = 120+161+193=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 193 (75.78% from 255 or 40.72% from 474); Max value from RGB is 193 - color contains mainly: blue. Hex color #78A1C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A1C1 is #875E3E. Grayscale: #989898. Windows color (decimal): -8871487 or 12689784. OLE color: 12689784.
HSL color Cylindrical-coordinate representation of color #78A1C1: hue angle of 206.3º 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 #78A1C1 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 161 | 193 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.24 |
| HSL | 206.3º | 0.37% | 0.61% | - |
| HSV(B) | 206.3º | 0.38% | 0.76% | - |
| XYZ | 30.12 | 33.33 | 55.3 | - |
| YUV | 152.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 161 | 193 | 0.38 | 0.17 | 0 | 0.24 | 206.3 | 0.37 | 0.61 |
| Hex | 78 | A1 | C1 | 26 | 11 | 0 | 18 | CE | 25 | 3D |
| Octal | 170 | 241 | 301 | 46 | 21 | 0 | 30 | 316 | 45 | 75 |
| Binary | 1111000 | 10100001 | 11000001 | 100110 | 10001 | 0 | 11000 | 11001110 | 100101 | 111101 |
Color Harmonies of #78A1C1
Complementary color
Monochromatic Colors of #78A1C1
Black with #78A1C1
Text Example
Text Example
White with #78A1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A1C1; }
p { color: rgb(120,161,193); }
H1.HeaderClassName
{
color: #78A1C1;
}
.AnyTagClassName
{
color: #78A1C1;
}
</style>
background-color css
<style>
a { background-color: #78A1C1; }
a { background-color: rgb(120,161,193); }
div.DivClassName
{
background-color: #78A1C1;
}
.BgClassName
{
background-color: #78A1C1;
}
</style>
border-color css
<style>
span { border-color: #78A1C1; }
span { border-color: rgb(120,161,193); }
td.TdClassName
{
border-color: #78A1C1;
}
.TagClassName
{
border-color: #78A1C1;
}
</style>