Shades of Polo Blue #789ECF
Tints of Polo Blue #789ECF
RGB
CMYK
RGB Variations
Color information
#789ECF (or 0x789ECF) is known color: Polo Blue. HEX triplet: 78, 9E and CF. RGB value is (120,158,207). Sum of RGB (Red+Green+Blue) = 120+158+207=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #789ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ECF is #876130. Grayscale: #979797. Windows color (decimal): -8872241 or 13606520. OLE color: 13606520.
HSL color Cylindrical-coordinate representation of color #789ECF: hue angle of 213.79º 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 #789ECF is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 158 | 207 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.19 |
| HSL | 213.79º | 0.48% | 0.64% | - |
| HSV(B) | 213.79º | 0.42% | 0.81% | - |
| XYZ | 31.24 | 32.95 | 63.75 | - |
| YUV | 152.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 207 | 0.42 | 0.24 | 0 | 0.19 | 213.79 | 0.48 | 0.64 |
| Hex | 78 | 9E | CF | 2A | 18 | 0 | 13 | D6 | 30 | 40 |
| Octal | 170 | 236 | 317 | 52 | 30 | 0 | 23 | 326 | 60 | 100 |
| Binary | 1111000 | 10011110 | 11001111 | 101010 | 11000 | 0 | 10011 | 11010110 | 110000 | 1000000 |
Color Harmonies of #789ECF
Complementary color
Monochromatic Colors of #789ECF
Black with #789ECF
Text Example
Text Example
White with #789ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789ECF; }
p { color: rgb(120,158,207); }
H1.HeaderClassName
{
color: #789ECF;
}
.AnyTagClassName
{
color: #789ECF;
}
</style>
background-color css
<style>
a { background-color: #789ECF; }
a { background-color: rgb(120,158,207); }
div.DivClassName
{
background-color: #789ECF;
}
.BgClassName
{
background-color: #789ECF;
}
</style>
border-color css
<style>
span { border-color: #789ECF; }
span { border-color: rgb(120,158,207); }
td.TdClassName
{
border-color: #789ECF;
}
.TagClassName
{
border-color: #789ECF;
}
</style>