Shades of Polo Blue #789CCC
Tints of Polo Blue #789CCC
RGB
CMYK
RGB Variations
Color information
#789CCC (or 0x789CCC) is known color: Polo Blue. HEX triplet: 78, 9C and CC. RGB value is (120,156,204). Sum of RGB (Red+Green+Blue) = 120+156+204=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #789CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CCC is #876333. Grayscale: #969696. Windows color (decimal): -8872756 or 13409400. OLE color: 13409400.
HSL color Cylindrical-coordinate representation of color #789CCC: hue angle of 214.29º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #789CCC is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 156 | 204 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.2 |
| HSL | 214.29º | 0.45% | 0.64% | - |
| HSV(B) | 214.29º | 0.41% | 0.8% | - |
| XYZ | 30.53 | 32.13 | 61.72 | - |
| YUV | 150.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 204 | 0.41 | 0.24 | 0 | 0.2 | 214.29 | 0.45 | 0.64 |
| Hex | 78 | 9C | CC | 29 | 18 | 0 | 14 | D6 | 2D | 40 |
| Octal | 170 | 234 | 314 | 51 | 30 | 0 | 24 | 326 | 55 | 100 |
| Binary | 1111000 | 10011100 | 11001100 | 101001 | 11000 | 0 | 10100 | 11010110 | 101101 | 1000000 |
Color Harmonies of #789CCC
Complementary color
Monochromatic Colors of #789CCC
Black with #789CCC
Text Example
Text Example
White with #789CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CCC; }
p { color: rgb(120,156,204); }
H1.HeaderClassName
{
color: #789CCC;
}
.AnyTagClassName
{
color: #789CCC;
}
</style>
background-color css
<style>
a { background-color: #789CCC; }
a { background-color: rgb(120,156,204); }
div.DivClassName
{
background-color: #789CCC;
}
.BgClassName
{
background-color: #789CCC;
}
</style>
border-color css
<style>
span { border-color: #789CCC; }
span { border-color: rgb(120,156,204); }
td.TdClassName
{
border-color: #789CCC;
}
.TagClassName
{
border-color: #789CCC;
}
</style>