Shades of Polo Blue #7BA3CD
Tints of Polo Blue #7BA3CD
RGB
CMYK
RGB Variations
Color information
#7BA3CD (or 0x7BA3CD) is known color: Polo Blue. HEX triplet: 7B, A3 and CD. RGB value is (123,163,205). Sum of RGB (Red+Green+Blue) = 123+163+205=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BA3CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA3CD is #845C32. Grayscale: #9B9B9B. Windows color (decimal): -8674355 or 13476731. OLE color: 13476731.
HSL color Cylindrical-coordinate representation of color #7BA3CD: hue angle of 210.73º 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 #7BA3CD is Cyan = 0.4, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 163 | 205 | - |
| CMYK | 0.4 | 0.20 | 0 | 0.20 |
| HSL | 210.73º | 0.45% | 0.64% | - |
| HSV(B) | 210.73º | 0.4% | 0.8% | - |
| XYZ | 32.29 | 34.81 | 62.78 | - |
| YUV | 155.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 163 | 205 | 0.4 | 0.20 | 0 | 0.20 | 210.73 | 0.45 | 0.64 |
| Hex | 7B | A3 | CD | 28 | 14 | 0 | 14 | D3 | 2D | 40 |
| Octal | 173 | 243 | 315 | 50 | 24 | 0 | 24 | 323 | 55 | 100 |
| Binary | 1111011 | 10100011 | 11001101 | 101000 | 10100 | 0 | 10100 | 11010011 | 101101 | 1000000 |
Color Harmonies of #7BA3CD
Complementary color
Monochromatic Colors of #7BA3CD
Black with #7BA3CD
Text Example
Text Example
White with #7BA3CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA3CD; }
p { color: rgb(123,163,205); }
H1.HeaderClassName
{
color: #7BA3CD;
}
.AnyTagClassName
{
color: #7BA3CD;
}
</style>
background-color css
<style>
a { background-color: #7BA3CD; }
a { background-color: rgb(123,163,205); }
div.DivClassName
{
background-color: #7BA3CD;
}
.BgClassName
{
background-color: #7BA3CD;
}
</style>
border-color css
<style>
span { border-color: #7BA3CD; }
span { border-color: rgb(123,163,205); }
td.TdClassName
{
border-color: #7BA3CD;
}
.TagClassName
{
border-color: #7BA3CD;
}
</style>