Shades of Polo Blue #789FC2
Tints of Polo Blue #789FC2
RGB
CMYK
RGB Variations
Color information
#789FC2 (or 0x789FC2) is known color: Polo Blue. HEX triplet: 78, 9F and C2. RGB value is (120,159,194). Sum of RGB (Red+Green+Blue) = 120+159+194=473 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.37% from 473); Green value is 159 (62.5% from 255 or 33.62% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #789FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FC2 is #87603D. Grayscale: #979797. Windows color (decimal): -8871998 or 12754808. OLE color: 12754808.
HSL color Cylindrical-coordinate representation of color #789FC2: hue angle of 208.38º 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 #789FC2 is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 159 | 194 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.24 |
| HSL | 208.38º | 0.38% | 0.62% | - |
| HSV(B) | 208.38º | 0.38% | 0.76% | - |
| XYZ | 29.88 | 32.68 | 55.77 | - |
| YUV | 151.33 | 152.08 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 194 | 0.38 | 0.18 | 0 | 0.24 | 208.38 | 0.38 | 0.62 |
| Hex | 78 | 9F | C2 | 26 | 12 | 0 | 18 | D0 | 26 | 3E |
| Octal | 170 | 237 | 302 | 46 | 22 | 0 | 30 | 320 | 46 | 76 |
| Binary | 1111000 | 10011111 | 11000010 | 100110 | 10010 | 0 | 11000 | 11010000 | 100110 | 111110 |
Color Harmonies of #789FC2
Complementary color
Monochromatic Colors of #789FC2
Black with #789FC2
Text Example
Text Example
White with #789FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789FC2; }
p { color: rgb(120,159,194); }
H1.HeaderClassName
{
color: #789FC2;
}
.AnyTagClassName
{
color: #789FC2;
}
</style>
background-color css
<style>
a { background-color: #789FC2; }
a { background-color: rgb(120,159,194); }
div.DivClassName
{
background-color: #789FC2;
}
.BgClassName
{
background-color: #789FC2;
}
</style>
border-color css
<style>
span { border-color: #789FC2; }
span { border-color: rgb(120,159,194); }
td.TdClassName
{
border-color: #789FC2;
}
.TagClassName
{
border-color: #789FC2;
}
</style>