Shades of Polo Blue #7699CB
Tints of Polo Blue #7699CB
RGB
CMYK
RGB Variations
Color information
#7699CB (or 0x7699CB) is known color: Polo Blue. HEX triplet: 76, 99 and CB. RGB value is (118,153,203). Sum of RGB (Red+Green+Blue) = 118+153+203=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #7699CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7699CB is #896634. Grayscale: #949494. Windows color (decimal): -9004597 or 13343094. OLE color: 13343094.
HSL color Cylindrical-coordinate representation of color #7699CB: hue angle of 215.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7699CB is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 153 | 203 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.20 |
| HSL | 215.29º | 0.45% | 0.63% | - |
| HSV(B) | 215.29º | 0.42% | 0.8% | - |
| XYZ | 29.64 | 30.95 | 60.91 | - |
| YUV | 148.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 153 | 203 | 0.42 | 0.25 | 0 | 0.20 | 215.29 | 0.45 | 0.63 |
| Hex | 76 | 99 | CB | 2A | 19 | 0 | 14 | D7 | 2D | 3F |
| Octal | 166 | 231 | 313 | 52 | 31 | 0 | 24 | 327 | 55 | 77 |
| Binary | 1110110 | 10011001 | 11001011 | 101010 | 11001 | 0 | 10100 | 11010111 | 101101 | 111111 |
Color Harmonies of #7699CB
Complementary color
Monochromatic Colors of #7699CB
Black with #7699CB
Text Example
Text Example
White with #7699CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7699CB; }
p { color: rgb(118,153,203); }
H1.HeaderClassName
{
color: #7699CB;
}
.AnyTagClassName
{
color: #7699CB;
}
</style>
background-color css
<style>
a { background-color: #7699CB; }
a { background-color: rgb(118,153,203); }
div.DivClassName
{
background-color: #7699CB;
}
.BgClassName
{
background-color: #7699CB;
}
</style>
border-color css
<style>
span { border-color: #7699CB; }
span { border-color: rgb(118,153,203); }
td.TdClassName
{
border-color: #7699CB;
}
.TagClassName
{
border-color: #7699CB;
}
</style>