Shades of Polo Blue #789AC2
Tints of Polo Blue #789AC2
RGB
CMYK
RGB Variations
Color information
#789AC2 (or 0x789AC2) is known color: Polo Blue. HEX triplet: 78, 9A and C2. RGB value is (120,154,194). Sum of RGB (Red+Green+Blue) = 120+154+194=468 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.64% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 194 - color contains mainly: blue. Hex color #789AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AC2 is #87653D. Grayscale: #949494. Windows color (decimal): -8873278 or 12753528. OLE color: 12753528.
HSL color Cylindrical-coordinate representation of color #789AC2: hue angle of 212.43º 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 #789AC2 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 154 | 194 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.24 |
| HSL | 212.43º | 0.38% | 0.62% | - |
| HSV(B) | 212.43º | 0.38% | 0.76% | - |
| XYZ | 29.04 | 31 | 55.49 | - |
| YUV | 148.39 | 153.74 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 154 | 194 | 0.38 | 0.21 | 0 | 0.24 | 212.43 | 0.38 | 0.62 |
| Hex | 78 | 9A | C2 | 26 | 15 | 0 | 18 | D4 | 26 | 3E |
| Octal | 170 | 232 | 302 | 46 | 25 | 0 | 30 | 324 | 46 | 76 |
| Binary | 1111000 | 10011010 | 11000010 | 100110 | 10101 | 0 | 11000 | 11010100 | 100110 | 111110 |
Color Harmonies of #789AC2
Complementary color
Monochromatic Colors of #789AC2
Black with #789AC2
Text Example
Text Example
White with #789AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789AC2; }
p { color: rgb(120,154,194); }
H1.HeaderClassName
{
color: #789AC2;
}
.AnyTagClassName
{
color: #789AC2;
}
</style>
background-color css
<style>
a { background-color: #789AC2; }
a { background-color: rgb(120,154,194); }
div.DivClassName
{
background-color: #789AC2;
}
.BgClassName
{
background-color: #789AC2;
}
</style>
border-color css
<style>
span { border-color: #789AC2; }
span { border-color: rgb(120,154,194); }
td.TdClassName
{
border-color: #789AC2;
}
.TagClassName
{
border-color: #789AC2;
}
</style>