Shades of Polo Blue #789ABF
Tints of Polo Blue #789ABF
RGB
CMYK
RGB Variations
Color information
#789ABF (or 0x789ABF) is known color: Polo Blue. HEX triplet: 78, 9A and BF. RGB value is (120,154,191). Sum of RGB (Red+Green+Blue) = 120+154+191=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #789ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ABF is #876540. Grayscale: #939393. Windows color (decimal): -8873281 or 12556920. OLE color: 12556920.
HSL color Cylindrical-coordinate representation of color #789ABF: hue angle of 211.27º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #789ABF is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 154 | 191 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.25 |
| HSL | 211.27º | 0.36% | 0.61% | - |
| HSV(B) | 211.27º | 0.37% | 0.75% | - |
| XYZ | 28.71 | 30.87 | 53.73 | - |
| YUV | 148.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 191 | 0.37 | 0.19 | 0 | 0.25 | 211.27 | 0.36 | 0.61 |
| Hex | 78 | 9A | BF | 25 | 13 | 0 | 19 | D3 | 24 | 3D |
| Octal | 170 | 232 | 277 | 45 | 23 | 0 | 31 | 323 | 44 | 75 |
| Binary | 1111000 | 10011010 | 10111111 | 100101 | 10011 | 0 | 11001 | 11010011 | 100100 | 111101 |
Color Harmonies of #789ABF
Complementary color
Monochromatic Colors of #789ABF
Black with #789ABF
Text Example
Text Example
White with #789ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789ABF; }
p { color: rgb(120,154,191); }
H1.HeaderClassName
{
color: #789ABF;
}
.AnyTagClassName
{
color: #789ABF;
}
</style>
background-color css
<style>
a { background-color: #789ABF; }
a { background-color: rgb(120,154,191); }
div.DivClassName
{
background-color: #789ABF;
}
.BgClassName
{
background-color: #789ABF;
}
</style>
border-color css
<style>
span { border-color: #789ABF; }
span { border-color: rgb(120,154,191); }
td.TdClassName
{
border-color: #789ABF;
}
.TagClassName
{
border-color: #789ABF;
}
</style>