Shades of Polo Blue #7499C7
Tints of Polo Blue #7499C7
RGB
CMYK
RGB Variations
Color information
#7499C7 (or 0x7499C7) is known color: Polo Blue. HEX triplet: 74, 99 and C7. RGB value is (116,153,199). Sum of RGB (Red+Green+Blue) = 116+153+199=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 153 (60.16% from 255 or 32.69% from 468); Blue value is 199 (78.12% from 255 or 42.52% from 468); Max value from RGB is 199 - color contains mainly: blue. Hex color #7499C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7499C7 is #8B6638. Grayscale: #929292. Windows color (decimal): -9135673 or 13080948. OLE color: 13080948.
HSL color Cylindrical-coordinate representation of color #7499C7: hue angle of 213.25º 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 #7499C7 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 153 | 199 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.22 |
| HSL | 213.25º | 0.43% | 0.62% | - |
| HSV(B) | 213.25º | 0.42% | 0.78% | - |
| XYZ | 28.9 | 30.62 | 58.42 | - |
| YUV | 147.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 153 | 199 | 0.42 | 0.23 | 0 | 0.22 | 213.25 | 0.43 | 0.62 |
| Hex | 74 | 99 | C7 | 2A | 17 | 0 | 16 | D5 | 2B | 3E |
| Octal | 164 | 231 | 307 | 52 | 27 | 0 | 26 | 325 | 53 | 76 |
| Binary | 1110100 | 10011001 | 11000111 | 101010 | 10111 | 0 | 10110 | 11010101 | 101011 | 111110 |
Color Harmonies of #7499C7
Complementary color
Monochromatic Colors of #7499C7
Black with #7499C7
Text Example
Text Example
White with #7499C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7499C7; }
p { color: rgb(116,153,199); }
H1.HeaderClassName
{
color: #7499C7;
}
.AnyTagClassName
{
color: #7499C7;
}
</style>
background-color css
<style>
a { background-color: #7499C7; }
a { background-color: rgb(116,153,199); }
div.DivClassName
{
background-color: #7499C7;
}
.BgClassName
{
background-color: #7499C7;
}
</style>
border-color css
<style>
span { border-color: #7499C7; }
span { border-color: rgb(116,153,199); }
td.TdClassName
{
border-color: #7499C7;
}
.TagClassName
{
border-color: #7499C7;
}
</style>