Shades of Polo Blue #7BA9CD
Tints of Polo Blue #7BA9CD
RGB
CMYK
RGB Variations
Color information
#7BA9CD (or 0x7BA9CD) is known color: Polo Blue. HEX triplet: 7B, A9 and CD. RGB value is (123,169,205). Sum of RGB (Red+Green+Blue) = 123+169+205=497 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.75% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 205 - color contains mainly: blue. Hex color #7BA9CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA9CD is #845632. Grayscale: #9F9F9F. Windows color (decimal): -8672819 or 13478267. OLE color: 13478267.
HSL color Cylindrical-coordinate representation of color #7BA9CD: hue angle of 206.34º 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 #7BA9CD is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 169 | 205 | - |
| CMYK | 0.4 | 0.18 | 0 | 0.20 |
| HSL | 206.34º | 0.45% | 0.64% | - |
| HSV(B) | 206.34º | 0.4% | 0.8% | - |
| XYZ | 33.38 | 36.99 | 63.14 | - |
| YUV | 159.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 205 | 0.4 | 0.18 | 0 | 0.20 | 206.34 | 0.45 | 0.64 |
| Hex | 7B | A9 | CD | 28 | 12 | 0 | 14 | CE | 2D | 40 |
| Octal | 173 | 251 | 315 | 50 | 22 | 0 | 24 | 316 | 55 | 100 |
| Binary | 1111011 | 10101001 | 11001101 | 101000 | 10010 | 0 | 10100 | 11001110 | 101101 | 1000000 |
Color Harmonies of #7BA9CD
Complementary color
Monochromatic Colors of #7BA9CD
Black with #7BA9CD
Text Example
Text Example
White with #7BA9CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA9CD; }
p { color: rgb(123,169,205); }
H1.HeaderClassName
{
color: #7BA9CD;
}
.AnyTagClassName
{
color: #7BA9CD;
}
</style>
background-color css
<style>
a { background-color: #7BA9CD; }
a { background-color: rgb(123,169,205); }
div.DivClassName
{
background-color: #7BA9CD;
}
.BgClassName
{
background-color: #7BA9CD;
}
</style>
border-color css
<style>
span { border-color: #7BA9CD; }
span { border-color: rgb(123,169,205); }
td.TdClassName
{
border-color: #7BA9CD;
}
.TagClassName
{
border-color: #7BA9CD;
}
</style>