Shades of Polo Blue #789AC0
Tints of Polo Blue #789AC0
RGB
CMYK
RGB Variations
Color information
#789AC0 (or 0x789AC0) is known color: Polo Blue. HEX triplet: 78, 9A and C0. RGB value is (120,154,192). Sum of RGB (Red+Green+Blue) = 120+154+192=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 192 - color contains mainly: blue. Hex color #789AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AC0 is #87653F. Grayscale: #939393. Windows color (decimal): -8873280 or 12622456. OLE color: 12622456.
HSL color Cylindrical-coordinate representation of color #789AC0: hue angle of 211.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #789AC0 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 154 | 192 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.25 |
| HSL | 211.67º | 0.36% | 0.61% | - |
| HSV(B) | 211.67º | 0.38% | 0.75% | - |
| XYZ | 28.82 | 30.91 | 54.32 | - |
| YUV | 148.17 | 152.74 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 192 | 0.38 | 0.20 | 0 | 0.25 | 211.67 | 0.36 | 0.61 |
| Hex | 78 | 9A | C0 | 26 | 14 | 0 | 19 | D4 | 24 | 3D |
| Octal | 170 | 232 | 300 | 46 | 24 | 0 | 31 | 324 | 44 | 75 |
| Binary | 1111000 | 10011010 | 11000000 | 100110 | 10100 | 0 | 11001 | 11010100 | 100100 | 111101 |
Color Harmonies of #789AC0
Complementary color
Monochromatic Colors of #789AC0
Black with #789AC0
Text Example
Text Example
White with #789AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789AC0; }
p { color: rgb(120,154,192); }
H1.HeaderClassName
{
color: #789AC0;
}
.AnyTagClassName
{
color: #789AC0;
}
</style>
background-color css
<style>
a { background-color: #789AC0; }
a { background-color: rgb(120,154,192); }
div.DivClassName
{
background-color: #789AC0;
}
.BgClassName
{
background-color: #789AC0;
}
</style>
border-color css
<style>
span { border-color: #789AC0; }
span { border-color: rgb(120,154,192); }
td.TdClassName
{
border-color: #789AC0;
}
.TagClassName
{
border-color: #789AC0;
}
</style>