Shades of Polo Blue #789BD0
Tints of Polo Blue #789BD0
RGB
CMYK
RGB Variations
Color information
#789BD0 (or 0x789BD0) is known color: Polo Blue. HEX triplet: 78, 9B and D0. RGB value is (120,155,208). Sum of RGB (Red+Green+Blue) = 120+155+208=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #789BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BD0 is #87642F. Grayscale: #969696. Windows color (decimal): -8873008 or 13671288. OLE color: 13671288.
HSL color Cylindrical-coordinate representation of color #789BD0: hue angle of 216.14º 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 #789BD0 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 155 | 208 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.18 |
| HSL | 216.14º | 0.48% | 0.64% | - |
| HSV(B) | 216.14º | 0.42% | 0.82% | - |
| XYZ | 30.85 | 31.99 | 64.22 | - |
| YUV | 150.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 208 | 0.42 | 0.25 | 0 | 0.18 | 216.14 | 0.48 | 0.64 |
| Hex | 78 | 9B | D0 | 2A | 19 | 0 | 12 | D8 | 30 | 40 |
| Octal | 170 | 233 | 320 | 52 | 31 | 0 | 22 | 330 | 60 | 100 |
| Binary | 1111000 | 10011011 | 11010000 | 101010 | 11001 | 0 | 10010 | 11011000 | 110000 | 1000000 |
Color Harmonies of #789BD0
Complementary color
Monochromatic Colors of #789BD0
Black with #789BD0
Text Example
Text Example
White with #789BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789BD0; }
p { color: rgb(120,155,208); }
H1.HeaderClassName
{
color: #789BD0;
}
.AnyTagClassName
{
color: #789BD0;
}
</style>
background-color css
<style>
a { background-color: #789BD0; }
a { background-color: rgb(120,155,208); }
div.DivClassName
{
background-color: #789BD0;
}
.BgClassName
{
background-color: #789BD0;
}
</style>
border-color css
<style>
span { border-color: #789BD0; }
span { border-color: rgb(120,155,208); }
td.TdClassName
{
border-color: #789BD0;
}
.TagClassName
{
border-color: #789BD0;
}
</style>