Shades of Polo Blue #789FC1
Tints of Polo Blue #789FC1
RGB
CMYK
RGB Variations
Color information
#789FC1 (or 0x789FC1) is known color: Polo Blue. HEX triplet: 78, 9F and C1. RGB value is (120,159,193). Sum of RGB (Red+Green+Blue) = 120+159+193=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #789FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FC1 is #87603E. Grayscale: #979797. Windows color (decimal): -8871999 or 12689272. OLE color: 12689272.
HSL color Cylindrical-coordinate representation of color #789FC1: hue angle of 207.95º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #789FC1 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 159 | 193 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.24 |
| HSL | 207.95º | 0.37% | 0.61% | - |
| HSV(B) | 207.95º | 0.38% | 0.76% | - |
| XYZ | 29.77 | 32.64 | 55.18 | - |
| YUV | 151.22 | 151.58 | 105.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 193 | 0.38 | 0.18 | 0 | 0.24 | 207.95 | 0.37 | 0.61 |
| Hex | 78 | 9F | C1 | 26 | 12 | 0 | 18 | D0 | 25 | 3D |
| Octal | 170 | 237 | 301 | 46 | 22 | 0 | 30 | 320 | 45 | 75 |
| Binary | 1111000 | 10011111 | 11000001 | 100110 | 10010 | 0 | 11000 | 11010000 | 100101 | 111101 |
Color Harmonies of #789FC1
Complementary color
Monochromatic Colors of #789FC1
Black with #789FC1
Text Example
Text Example
White with #789FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FC1; }
p { color: rgb(120,159,193); }
H1.HeaderClassName
{
color: #789FC1;
}
.AnyTagClassName
{
color: #789FC1;
}
</style>
background-color css
<style>
a { background-color: #789FC1; }
a { background-color: rgb(120,159,193); }
div.DivClassName
{
background-color: #789FC1;
}
.BgClassName
{
background-color: #789FC1;
}
</style>
border-color css
<style>
span { border-color: #789FC1; }
span { border-color: rgb(120,159,193); }
td.TdClassName
{
border-color: #789FC1;
}
.TagClassName
{
border-color: #789FC1;
}
</style>