Shades of Polo Blue #789EC4
Tints of Polo Blue #789EC4
RGB
CMYK
RGB Variations
Color information
#789EC4 (or 0x789EC4) is known color: Polo Blue. HEX triplet: 78, 9E and C4. RGB value is (120,158,196). Sum of RGB (Red+Green+Blue) = 120+158+196=474 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.32% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 196 (76.95% from 255 or 41.35% from 474); Max value from RGB is 196 - color contains mainly: blue. Hex color #789EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EC4 is #87613B. Grayscale: #969696. Windows color (decimal): -8872252 or 12885624. OLE color: 12885624.
HSL color Cylindrical-coordinate representation of color #789EC4: hue angle of 210º degrees, saturation: 0.39, 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 #789EC4 is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 158 | 196 | - |
| CMYK | 0.39 | 0.19 | 0 | 0.23 |
| HSL | 210º | 0.39% | 0.62% | - |
| HSV(B) | 210º | 0.39% | 0.77% | - |
| XYZ | 29.94 | 32.43 | 56.91 | - |
| YUV | 150.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 196 | 0.39 | 0.19 | 0 | 0.23 | 210 | 0.39 | 0.62 |
| Hex | 78 | 9E | C4 | 27 | 13 | 0 | 17 | D2 | 27 | 3E |
| Octal | 170 | 236 | 304 | 47 | 23 | 0 | 27 | 322 | 47 | 76 |
| Binary | 1111000 | 10011110 | 11000100 | 100111 | 10011 | 0 | 10111 | 11010010 | 100111 | 111110 |
Color Harmonies of #789EC4
Complementary color
Monochromatic Colors of #789EC4
Black with #789EC4
Text Example
Text Example
White with #789EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789EC4; }
p { color: rgb(120,158,196); }
H1.HeaderClassName
{
color: #789EC4;
}
.AnyTagClassName
{
color: #789EC4;
}
</style>
background-color css
<style>
a { background-color: #789EC4; }
a { background-color: rgb(120,158,196); }
div.DivClassName
{
background-color: #789EC4;
}
.BgClassName
{
background-color: #789EC4;
}
</style>
border-color css
<style>
span { border-color: #789EC4; }
span { border-color: rgb(120,158,196); }
td.TdClassName
{
border-color: #789EC4;
}
.TagClassName
{
border-color: #789EC4;
}
</style>