Shades of Polo Blue #7699CF
Tints of Polo Blue #7699CF
RGB
CMYK
RGB Variations
Color information
#7699CF (or 0x7699CF) is known color: Polo Blue. HEX triplet: 76, 99 and CF. RGB value is (118,153,207). Sum of RGB (Red+Green+Blue) = 118+153+207=478 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.69% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #7699CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699CF is #896630. Grayscale: #949494. Windows color (decimal): -9004593 or 13605238. OLE color: 13605238.
HSL color Cylindrical-coordinate representation of color #7699CF: hue angle of 216.4º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7699CF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 153 | 207 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.19 |
| HSL | 216.4º | 0.48% | 0.64% | - |
| HSV(B) | 216.4º | 0.43% | 0.81% | - |
| XYZ | 30.12 | 31.14 | 63.45 | - |
| YUV | 148.69 | 160.9 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 207 | 0.43 | 0.26 | 0 | 0.19 | 216.4 | 0.48 | 0.64 |
| Hex | 76 | 99 | CF | 2B | 1A | 0 | 13 | D8 | 30 | 40 |
| Octal | 166 | 231 | 317 | 53 | 32 | 0 | 23 | 330 | 60 | 100 |
| Binary | 1110110 | 10011001 | 11001111 | 101011 | 11010 | 0 | 10011 | 11011000 | 110000 | 1000000 |
Color Harmonies of #7699CF
Complementary color
Monochromatic Colors of #7699CF
Black with #7699CF
Text Example
Text Example
White with #7699CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7699CF; }
p { color: rgb(118,153,207); }
H1.HeaderClassName
{
color: #7699CF;
}
.AnyTagClassName
{
color: #7699CF;
}
</style>
background-color css
<style>
a { background-color: #7699CF; }
a { background-color: rgb(118,153,207); }
div.DivClassName
{
background-color: #7699CF;
}
.BgClassName
{
background-color: #7699CF;
}
</style>
border-color css
<style>
span { border-color: #7699CF; }
span { border-color: rgb(118,153,207); }
td.TdClassName
{
border-color: #7699CF;
}
.TagClassName
{
border-color: #7699CF;
}
</style>