Shades of Polo Blue #789AD0
Tints of Polo Blue #789AD0
RGB
CMYK
RGB Variations
Color information
#789AD0 (or 0x789AD0) is known color: Polo Blue. HEX triplet: 78, 9A and D0. RGB value is (120,154,208). Sum of RGB (Red+Green+Blue) = 120+154+208=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #789AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AD0 is #87652F. Grayscale: #959595. Windows color (decimal): -8873264 or 13671032. OLE color: 13671032.
HSL color Cylindrical-coordinate representation of color #789AD0: hue angle of 216.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #789AD0 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 154 | 208 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.18 |
| HSL | 216.82º | 0.48% | 0.64% | - |
| HSV(B) | 216.82º | 0.42% | 0.82% | - |
| XYZ | 30.69 | 31.66 | 64.17 | - |
| YUV | 149.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 208 | 0.42 | 0.26 | 0 | 0.18 | 216.82 | 0.48 | 0.64 |
| Hex | 78 | 9A | D0 | 2A | 1A | 0 | 12 | D9 | 30 | 40 |
| Octal | 170 | 232 | 320 | 52 | 32 | 0 | 22 | 331 | 60 | 100 |
| Binary | 1111000 | 10011010 | 11010000 | 101010 | 11010 | 0 | 10010 | 11011001 | 110000 | 1000000 |
Color Harmonies of #789AD0
Complementary color
Monochromatic Colors of #789AD0
Black with #789AD0
Text Example
Text Example
White with #789AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789AD0; }
p { color: rgb(120,154,208); }
H1.HeaderClassName
{
color: #789AD0;
}
.AnyTagClassName
{
color: #789AD0;
}
</style>
background-color css
<style>
a { background-color: #789AD0; }
a { background-color: rgb(120,154,208); }
div.DivClassName
{
background-color: #789AD0;
}
.BgClassName
{
background-color: #789AD0;
}
</style>
border-color css
<style>
span { border-color: #789AD0; }
span { border-color: rgb(120,154,208); }
td.TdClassName
{
border-color: #789AD0;
}
.TagClassName
{
border-color: #789AD0;
}
</style>