Shades of Polo Blue #789EC3
Tints of Polo Blue #789EC3
RGB
CMYK
RGB Variations
Color information
#789EC3 (or 0x789EC3) is known color: Polo Blue. HEX triplet: 78, 9E and C3. RGB value is (120,158,195). Sum of RGB (Red+Green+Blue) = 120+158+195=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #789EC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EC3 is #87613C. Grayscale: #969696. Windows color (decimal): -8872253 or 12820088. OLE color: 12820088.
HSL color Cylindrical-coordinate representation of color #789EC3: hue angle of 209.6º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #789EC3 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 158 | 195 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.24 |
| HSL | 209.6º | 0.38% | 0.62% | - |
| HSV(B) | 209.6º | 0.38% | 0.76% | - |
| XYZ | 29.82 | 32.39 | 56.31 | - |
| YUV | 150.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 195 | 0.38 | 0.19 | 0 | 0.24 | 209.6 | 0.38 | 0.62 |
| Hex | 78 | 9E | C3 | 26 | 13 | 0 | 18 | D2 | 26 | 3E |
| Octal | 170 | 236 | 303 | 46 | 23 | 0 | 30 | 322 | 46 | 76 |
| Binary | 1111000 | 10011110 | 11000011 | 100110 | 10011 | 0 | 11000 | 11010010 | 100110 | 111110 |
Color Harmonies of #789EC3
Complementary color
Monochromatic Colors of #789EC3
Black with #789EC3
Text Example
Text Example
White with #789EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789EC3; }
p { color: rgb(120,158,195); }
H1.HeaderClassName
{
color: #789EC3;
}
.AnyTagClassName
{
color: #789EC3;
}
</style>
background-color css
<style>
a { background-color: #789EC3; }
a { background-color: rgb(120,158,195); }
div.DivClassName
{
background-color: #789EC3;
}
.BgClassName
{
background-color: #789EC3;
}
</style>
border-color css
<style>
span { border-color: #789EC3; }
span { border-color: rgb(120,158,195); }
td.TdClassName
{
border-color: #789EC3;
}
.TagClassName
{
border-color: #789EC3;
}
</style>