Shades of Polo Blue #7BA6CD
Tints of Polo Blue #7BA6CD
RGB
CMYK
RGB Variations
Color information
#7BA6CD (or 0x7BA6CD) is known color: Polo Blue. HEX triplet: 7B, A6 and CD. RGB value is (123,166,205). Sum of RGB (Red+Green+Blue) = 123+166+205=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BA6CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA6CD is #845932. Grayscale: #9D9D9D. Windows color (decimal): -8673587 or 13477499. OLE color: 13477499.
HSL color Cylindrical-coordinate representation of color #7BA6CD: hue angle of 208.54º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BA6CD is Cyan = 0.4, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 166 | 205 | - |
| CMYK | 0.4 | 0.19 | 0 | 0.20 |
| HSL | 208.54º | 0.45% | 0.64% | - |
| HSV(B) | 208.54º | 0.4% | 0.8% | - |
| XYZ | 32.82 | 35.89 | 62.96 | - |
| YUV | 157.59 | 154.75 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 166 | 205 | 0.4 | 0.19 | 0 | 0.20 | 208.54 | 0.45 | 0.64 |
| Hex | 7B | A6 | CD | 28 | 13 | 0 | 14 | D1 | 2D | 40 |
| Octal | 173 | 246 | 315 | 50 | 23 | 0 | 24 | 321 | 55 | 100 |
| Binary | 1111011 | 10100110 | 11001101 | 101000 | 10011 | 0 | 10100 | 11010001 | 101101 | 1000000 |
Color Harmonies of #7BA6CD
Complementary color
Monochromatic Colors of #7BA6CD
Black with #7BA6CD
Text Example
Text Example
White with #7BA6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA6CD; }
p { color: rgb(123,166,205); }
H1.HeaderClassName
{
color: #7BA6CD;
}
.AnyTagClassName
{
color: #7BA6CD;
}
</style>
background-color css
<style>
a { background-color: #7BA6CD; }
a { background-color: rgb(123,166,205); }
div.DivClassName
{
background-color: #7BA6CD;
}
.BgClassName
{
background-color: #7BA6CD;
}
</style>
border-color css
<style>
span { border-color: #7BA6CD; }
span { border-color: rgb(123,166,205); }
td.TdClassName
{
border-color: #7BA6CD;
}
.TagClassName
{
border-color: #7BA6CD;
}
</style>