Shades of Polo Blue #7398CA
Tints of Polo Blue #7398CA
RGB
CMYK
RGB Variations
Color information
#7398CA (or 0x7398CA) is known color: Polo Blue. HEX triplet: 73, 98 and CA. RGB value is (115,152,202). Sum of RGB (Red+Green+Blue) = 115+152+202=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #7398CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7398CA is #8C6735. Grayscale: #929292. Windows color (decimal): -9201462 or 13277299. OLE color: 13277299.
HSL color Cylindrical-coordinate representation of color #7398CA: hue angle of 214.48º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7398CA is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 152 | 202 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.21 |
| HSL | 214.48º | 0.45% | 0.62% | - |
| HSV(B) | 214.48º | 0.43% | 0.79% | - |
| XYZ | 28.96 | 30.37 | 60.21 | - |
| YUV | 146.64 | 159.24 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 202 | 0.43 | 0.25 | 0 | 0.21 | 214.48 | 0.45 | 0.62 |
| Hex | 73 | 98 | CA | 2B | 19 | 0 | 15 | D6 | 2D | 3E |
| Octal | 163 | 230 | 312 | 53 | 31 | 0 | 25 | 326 | 55 | 76 |
| Binary | 1110011 | 10011000 | 11001010 | 101011 | 11001 | 0 | 10101 | 11010110 | 101101 | 111110 |
Color Harmonies of #7398CA
Complementary color
Monochromatic Colors of #7398CA
Black with #7398CA
Text Example
Text Example
White with #7398CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7398CA; }
p { color: rgb(115,152,202); }
H1.HeaderClassName
{
color: #7398CA;
}
.AnyTagClassName
{
color: #7398CA;
}
</style>
background-color css
<style>
a { background-color: #7398CA; }
a { background-color: rgb(115,152,202); }
div.DivClassName
{
background-color: #7398CA;
}
.BgClassName
{
background-color: #7398CA;
}
</style>
border-color css
<style>
span { border-color: #7398CA; }
span { border-color: rgb(115,152,202); }
td.TdClassName
{
border-color: #7398CA;
}
.TagClassName
{
border-color: #7398CA;
}
</style>