Shades of Polo Blue #7BA5CE
Tints of Polo Blue #7BA5CE
RGB
CMYK
RGB Variations
Color information
#7BA5CE (or 0x7BA5CE) is known color: Polo Blue. HEX triplet: 7B, A5 and CE. RGB value is (123,165,206). Sum of RGB (Red+Green+Blue) = 123+165+206=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #7BA5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA5CE is #845A31. Grayscale: #9C9C9C. Windows color (decimal): -8673842 or 13542779. OLE color: 13542779.
HSL color Cylindrical-coordinate representation of color #7BA5CE: hue angle of 209.64º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7BA5CE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 165 | 206 | - |
| CMYK | 0.40 | 0.20 | 0 | 0.19 |
| HSL | 209.64º | 0.46% | 0.65% | - |
| HSV(B) | 209.64º | 0.4% | 0.81% | - |
| XYZ | 32.76 | 35.58 | 63.53 | - |
| YUV | 157.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 165 | 206 | 0.40 | 0.20 | 0 | 0.19 | 209.64 | 0.46 | 0.65 |
| Hex | 7B | A5 | CE | 28 | 14 | 0 | 13 | D2 | 2E | 41 |
| Octal | 173 | 245 | 316 | 50 | 24 | 0 | 23 | 322 | 56 | 101 |
| Binary | 1111011 | 10100101 | 11001110 | 101000 | 10100 | 0 | 10011 | 11010010 | 101110 | 1000001 |
Color Harmonies of #7BA5CE
Complementary color
Monochromatic Colors of #7BA5CE
Black with #7BA5CE
Text Example
Text Example
White with #7BA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA5CE; }
p { color: rgb(123,165,206); }
H1.HeaderClassName
{
color: #7BA5CE;
}
.AnyTagClassName
{
color: #7BA5CE;
}
</style>
background-color css
<style>
a { background-color: #7BA5CE; }
a { background-color: rgb(123,165,206); }
div.DivClassName
{
background-color: #7BA5CE;
}
.BgClassName
{
background-color: #7BA5CE;
}
</style>
border-color css
<style>
span { border-color: #7BA5CE; }
span { border-color: rgb(123,165,206); }
td.TdClassName
{
border-color: #7BA5CE;
}
.TagClassName
{
border-color: #7BA5CE;
}
</style>