Shades of Polo Blue #789EBF
Tints of Polo Blue #789EBF
RGB
CMYK
RGB Variations
Color information
#789EBF (or 0x789EBF) is known color: Polo Blue. HEX triplet: 78, 9E and BF. RGB value is (120,158,191). Sum of RGB (Red+Green+Blue) = 120+158+191=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 191 - color contains mainly: blue. Hex color #789EBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EBF is #876140. Grayscale: #969696. Windows color (decimal): -8872257 or 12557944. OLE color: 12557944.
HSL color Cylindrical-coordinate representation of color #789EBF: hue angle of 207.89º 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 #789EBF is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 158 | 191 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.25 |
| HSL | 207.89º | 0.36% | 0.61% | - |
| HSV(B) | 207.89º | 0.37% | 0.75% | - |
| XYZ | 29.38 | 32.21 | 53.96 | - |
| YUV | 150.4 | 150.91 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 191 | 0.37 | 0.17 | 0 | 0.25 | 207.89 | 0.36 | 0.61 |
| Hex | 78 | 9E | BF | 25 | 11 | 0 | 19 | D0 | 24 | 3D |
| Octal | 170 | 236 | 277 | 45 | 21 | 0 | 31 | 320 | 44 | 75 |
| Binary | 1111000 | 10011110 | 10111111 | 100101 | 10001 | 0 | 11001 | 11010000 | 100100 | 111101 |
Color Harmonies of #789EBF
Complementary color
Monochromatic Colors of #789EBF
Black with #789EBF
Text Example
Text Example
White with #789EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789EBF; }
p { color: rgb(120,158,191); }
H1.HeaderClassName
{
color: #789EBF;
}
.AnyTagClassName
{
color: #789EBF;
}
</style>
background-color css
<style>
a { background-color: #789EBF; }
a { background-color: rgb(120,158,191); }
div.DivClassName
{
background-color: #789EBF;
}
.BgClassName
{
background-color: #789EBF;
}
</style>
border-color css
<style>
span { border-color: #789EBF; }
span { border-color: rgb(120,158,191); }
td.TdClassName
{
border-color: #789EBF;
}
.TagClassName
{
border-color: #789EBF;
}
</style>