Shades of Polo Blue #789EC5
Tints of Polo Blue #789EC5
RGB
CMYK
RGB Variations
Color information
#789EC5 (or 0x789EC5) is known color: Polo Blue. HEX triplet: 78, 9E and C5. RGB value is (120,158,197). Sum of RGB (Red+Green+Blue) = 120+158+197=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 158 (62.11% from 255 or 33.26% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #789EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EC5 is #87613A. Grayscale: #969696. Windows color (decimal): -8872251 or 12951160. OLE color: 12951160.
HSL color Cylindrical-coordinate representation of color #789EC5: hue angle of 210.39º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #789EC5 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 158 | 197 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.23 |
| HSL | 210.39º | 0.4% | 0.62% | - |
| HSV(B) | 210.39º | 0.39% | 0.77% | - |
| XYZ | 30.05 | 32.48 | 57.51 | - |
| YUV | 151.08 | 153.91 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 197 | 0.39 | 0.20 | 0 | 0.23 | 210.39 | 0.4 | 0.62 |
| Hex | 78 | 9E | C5 | 27 | 14 | 0 | 17 | D2 | 28 | 3E |
| Octal | 170 | 236 | 305 | 47 | 24 | 0 | 27 | 322 | 50 | 76 |
| Binary | 1111000 | 10011110 | 11000101 | 100111 | 10100 | 0 | 10111 | 11010010 | 101000 | 111110 |
Color Harmonies of #789EC5
Complementary color
Monochromatic Colors of #789EC5
Black with #789EC5
Text Example
Text Example
White with #789EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789EC5; }
p { color: rgb(120,158,197); }
H1.HeaderClassName
{
color: #789EC5;
}
.AnyTagClassName
{
color: #789EC5;
}
</style>
background-color css
<style>
a { background-color: #789EC5; }
a { background-color: rgb(120,158,197); }
div.DivClassName
{
background-color: #789EC5;
}
.BgClassName
{
background-color: #789EC5;
}
</style>
border-color css
<style>
span { border-color: #789EC5; }
span { border-color: rgb(120,158,197); }
td.TdClassName
{
border-color: #789EC5;
}
.TagClassName
{
border-color: #789EC5;
}
</style>