Shades of Polo Blue #7BA7CF
Tints of Polo Blue #7BA7CF
RGB
CMYK
RGB Variations
Color information
#7BA7CF (or 0x7BA7CF) is known color: Polo Blue. HEX triplet: 7B, A7 and CF. RGB value is (123,167,207). Sum of RGB (Red+Green+Blue) = 123+167+207=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #7BA7CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA7CF is #845830. Grayscale: #9E9E9E. Windows color (decimal): -8673329 or 13608827. OLE color: 13608827.
HSL color Cylindrical-coordinate representation of color #7BA7CF: hue angle of 208.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BA7CF is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 167 | 207 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.19 |
| HSL | 208.57º | 0.47% | 0.65% | - |
| HSV(B) | 208.57º | 0.41% | 0.81% | - |
| XYZ | 33.25 | 36.35 | 64.3 | - |
| YUV | 158.4 | 155.42 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 167 | 207 | 0.41 | 0.19 | 0 | 0.19 | 208.57 | 0.47 | 0.65 |
| Hex | 7B | A7 | CF | 29 | 13 | 0 | 13 | D1 | 2F | 41 |
| Octal | 173 | 247 | 317 | 51 | 23 | 0 | 23 | 321 | 57 | 101 |
| Binary | 1111011 | 10100111 | 11001111 | 101001 | 10011 | 0 | 10011 | 11010001 | 101111 | 1000001 |
Color Harmonies of #7BA7CF
Complementary color
Monochromatic Colors of #7BA7CF
Black with #7BA7CF
Text Example
Text Example
White with #7BA7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA7CF; }
p { color: rgb(123,167,207); }
H1.HeaderClassName
{
color: #7BA7CF;
}
.AnyTagClassName
{
color: #7BA7CF;
}
</style>
background-color css
<style>
a { background-color: #7BA7CF; }
a { background-color: rgb(123,167,207); }
div.DivClassName
{
background-color: #7BA7CF;
}
.BgClassName
{
background-color: #7BA7CF;
}
</style>
border-color css
<style>
span { border-color: #7BA7CF; }
span { border-color: rgb(123,167,207); }
td.TdClassName
{
border-color: #7BA7CF;
}
.TagClassName
{
border-color: #7BA7CF;
}
</style>