Shades of Polo Blue #739CC7
Tints of Polo Blue #739CC7
RGB
CMYK
RGB Variations
Color information
#739CC7 (or 0x739CC7) is known color: Polo Blue. HEX triplet: 73, 9C and C7. RGB value is (115,156,199). Sum of RGB (Red+Green+Blue) = 115+156+199=470 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.47% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 199 - color contains mainly: blue. Hex color #739CC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #739CC7 is #8C6338. Grayscale: #949494. Windows color (decimal): -9200441 or 13081715. OLE color: 13081715.
HSL color Cylindrical-coordinate representation of color #739CC7: hue angle of 210.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #739CC7 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 156 | 199 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.22 |
| HSL | 210.71º | 0.43% | 0.62% | - |
| HSV(B) | 210.71º | 0.42% | 0.78% | - |
| XYZ | 29.27 | 31.55 | 58.58 | - |
| YUV | 148.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 156 | 199 | 0.42 | 0.22 | 0 | 0.22 | 210.71 | 0.43 | 0.62 |
| Hex | 73 | 9C | C7 | 2A | 16 | 0 | 16 | D3 | 2B | 3E |
| Octal | 163 | 234 | 307 | 52 | 26 | 0 | 26 | 323 | 53 | 76 |
| Binary | 1110011 | 10011100 | 11000111 | 101010 | 10110 | 0 | 10110 | 11010011 | 101011 | 111110 |
Color Harmonies of #739CC7
Complementary color
Monochromatic Colors of #739CC7
Black with #739CC7
Text Example
Text Example
White with #739CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739CC7; }
p { color: rgb(115,156,199); }
H1.HeaderClassName
{
color: #739CC7;
}
.AnyTagClassName
{
color: #739CC7;
}
</style>
background-color css
<style>
a { background-color: #739CC7; }
a { background-color: rgb(115,156,199); }
div.DivClassName
{
background-color: #739CC7;
}
.BgClassName
{
background-color: #739CC7;
}
</style>
border-color css
<style>
span { border-color: #739CC7; }
span { border-color: rgb(115,156,199); }
td.TdClassName
{
border-color: #739CC7;
}
.TagClassName
{
border-color: #739CC7;
}
</style>