Shades of Polo Blue #789CCF
Tints of Polo Blue #789CCF
RGB
CMYK
RGB Variations
Color information
#789CCF (or 0x789CCF) is known color: Polo Blue. HEX triplet: 78, 9C and CF. RGB value is (120,156,207). Sum of RGB (Red+Green+Blue) = 120+156+207=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #789CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789CCF is #876330. Grayscale: #969696. Windows color (decimal): -8872753 or 13606008. OLE color: 13606008.
HSL color Cylindrical-coordinate representation of color #789CCF: hue angle of 215.17º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #789CCF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 156 | 207 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.19 |
| HSL | 215.17º | 0.48% | 0.64% | - |
| HSV(B) | 215.17º | 0.42% | 0.81% | - |
| XYZ | 30.9 | 32.28 | 63.63 | - |
| YUV | 151.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 156 | 207 | 0.42 | 0.25 | 0 | 0.19 | 215.17 | 0.48 | 0.64 |
| Hex | 78 | 9C | CF | 2A | 19 | 0 | 13 | D7 | 30 | 40 |
| Octal | 170 | 234 | 317 | 52 | 31 | 0 | 23 | 327 | 60 | 100 |
| Binary | 1111000 | 10011100 | 11001111 | 101010 | 11001 | 0 | 10011 | 11010111 | 110000 | 1000000 |
Color Harmonies of #789CCF
Complementary color
Monochromatic Colors of #789CCF
Black with #789CCF
Text Example
Text Example
White with #789CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789CCF; }
p { color: rgb(120,156,207); }
H1.HeaderClassName
{
color: #789CCF;
}
.AnyTagClassName
{
color: #789CCF;
}
</style>
background-color css
<style>
a { background-color: #789CCF; }
a { background-color: rgb(120,156,207); }
div.DivClassName
{
background-color: #789CCF;
}
.BgClassName
{
background-color: #789CCF;
}
</style>
border-color css
<style>
span { border-color: #789CCF; }
span { border-color: rgb(120,156,207); }
td.TdClassName
{
border-color: #789CCF;
}
.TagClassName
{
border-color: #789CCF;
}
</style>