Shades of Polo Blue #7798CA
Tints of Polo Blue #7798CA
RGB
CMYK
RGB Variations
Color information
#7798CA (or 0x7798CA) is known color: Polo Blue. HEX triplet: 77, 98 and CA. RGB value is (119,152,202). Sum of RGB (Red+Green+Blue) = 119+152+202=473 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.16% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #7798CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798CA is #886735. Grayscale: #939393. Windows color (decimal): -8939318 or 13277303. OLE color: 13277303.
HSL color Cylindrical-coordinate representation of color #7798CA: hue angle of 216.14º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7798CA is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 152 | 202 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.21 |
| HSL | 216.14º | 0.44% | 0.63% | - |
| HSV(B) | 216.14º | 0.41% | 0.79% | - |
| XYZ | 29.5 | 30.64 | 60.24 | - |
| YUV | 147.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 202 | 0.41 | 0.25 | 0 | 0.21 | 216.14 | 0.44 | 0.63 |
| Hex | 77 | 98 | CA | 29 | 19 | 0 | 15 | D8 | 2C | 3F |
| Octal | 167 | 230 | 312 | 51 | 31 | 0 | 25 | 330 | 54 | 77 |
| Binary | 1110111 | 10011000 | 11001010 | 101001 | 11001 | 0 | 10101 | 11011000 | 101100 | 111111 |
Color Harmonies of #7798CA
Complementary color
Monochromatic Colors of #7798CA
Black with #7798CA
Text Example
Text Example
White with #7798CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7798CA; }
p { color: rgb(119,152,202); }
H1.HeaderClassName
{
color: #7798CA;
}
.AnyTagClassName
{
color: #7798CA;
}
</style>
background-color css
<style>
a { background-color: #7798CA; }
a { background-color: rgb(119,152,202); }
div.DivClassName
{
background-color: #7798CA;
}
.BgClassName
{
background-color: #7798CA;
}
</style>
border-color css
<style>
span { border-color: #7798CA; }
span { border-color: rgb(119,152,202); }
td.TdClassName
{
border-color: #7798CA;
}
.TagClassName
{
border-color: #7798CA;
}
</style>