Shades of Polo Blue #7BA1CC
Tints of Polo Blue #7BA1CC
RGB
CMYK
RGB Variations
Color information
#7BA1CC (or 0x7BA1CC) is known color: Polo Blue. HEX triplet: 7B, A1 and CC. RGB value is (123,161,204). Sum of RGB (Red+Green+Blue) = 123+161+204=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #7BA1CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1CC is #845E33. Grayscale: #9A9A9A. Windows color (decimal): -8674868 or 13410683. OLE color: 13410683.
HSL color Cylindrical-coordinate representation of color #7BA1CC: hue angle of 211.85º 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 #7BA1CC is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 161 | 204 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.2 |
| HSL | 211.85º | 0.44% | 0.64% | - |
| HSV(B) | 211.85º | 0.4% | 0.8% | - |
| XYZ | 31.81 | 34.06 | 62.02 | - |
| YUV | 154.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 204 | 0.40 | 0.21 | 0 | 0.2 | 211.85 | 0.44 | 0.64 |
| Hex | 7B | A1 | CC | 28 | 15 | 0 | 14 | D4 | 2C | 40 |
| Octal | 173 | 241 | 314 | 50 | 25 | 0 | 24 | 324 | 54 | 100 |
| Binary | 1111011 | 10100001 | 11001100 | 101000 | 10101 | 0 | 10100 | 11010100 | 101100 | 1000000 |
Color Harmonies of #7BA1CC
Complementary color
Monochromatic Colors of #7BA1CC
Black with #7BA1CC
Text Example
Text Example
White with #7BA1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA1CC; }
p { color: rgb(123,161,204); }
H1.HeaderClassName
{
color: #7BA1CC;
}
.AnyTagClassName
{
color: #7BA1CC;
}
</style>
background-color css
<style>
a { background-color: #7BA1CC; }
a { background-color: rgb(123,161,204); }
div.DivClassName
{
background-color: #7BA1CC;
}
.BgClassName
{
background-color: #7BA1CC;
}
</style>
border-color css
<style>
span { border-color: #7BA1CC; }
span { border-color: rgb(123,161,204); }
td.TdClassName
{
border-color: #7BA1CC;
}
.TagClassName
{
border-color: #7BA1CC;
}
</style>