Shades of Polo Blue #7BA9CC
Tints of Polo Blue #7BA9CC
RGB
CMYK
RGB Variations
Color information
#7BA9CC (or 0x7BA9CC) is known color: Polo Blue. HEX triplet: 7B, A9 and CC. RGB value is (123,169,204). Sum of RGB (Red+Green+Blue) = 123+169+204=496 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.80% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BA9CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA9CC is #845633. Grayscale: #9F9F9F. Windows color (decimal): -8672820 or 13412731. OLE color: 13412731.
HSL color Cylindrical-coordinate representation of color #7BA9CC: hue angle of 205.93º degrees, saturation: 0.44, 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 #7BA9CC is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 169 | 204 | - |
| CMYK | 0.40 | 0.17 | 0 | 0.2 |
| HSL | 205.93º | 0.44% | 0.64% | - |
| HSV(B) | 205.93º | 0.4% | 0.8% | - |
| XYZ | 33.26 | 36.95 | 62.51 | - |
| YUV | 159.24 | 153.26 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 204 | 0.40 | 0.17 | 0 | 0.2 | 205.93 | 0.44 | 0.64 |
| Hex | 7B | A9 | CC | 28 | 11 | 0 | 14 | CE | 2C | 40 |
| Octal | 173 | 251 | 314 | 50 | 21 | 0 | 24 | 316 | 54 | 100 |
| Binary | 1111011 | 10101001 | 11001100 | 101000 | 10001 | 0 | 10100 | 11001110 | 101100 | 1000000 |
Color Harmonies of #7BA9CC
Complementary color
Monochromatic Colors of #7BA9CC
Black with #7BA9CC
Text Example
Text Example
White with #7BA9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA9CC; }
p { color: rgb(123,169,204); }
H1.HeaderClassName
{
color: #7BA9CC;
}
.AnyTagClassName
{
color: #7BA9CC;
}
</style>
background-color css
<style>
a { background-color: #7BA9CC; }
a { background-color: rgb(123,169,204); }
div.DivClassName
{
background-color: #7BA9CC;
}
.BgClassName
{
background-color: #7BA9CC;
}
</style>
border-color css
<style>
span { border-color: #7BA9CC; }
span { border-color: rgb(123,169,204); }
td.TdClassName
{
border-color: #7BA9CC;
}
.TagClassName
{
border-color: #7BA9CC;
}
</style>