Shades of Polo Blue #7BA4CF
Tints of Polo Blue #7BA4CF
RGB
CMYK
RGB Variations
Color information
#7BA4CF (or 0x7BA4CF) is known color: Polo Blue. HEX triplet: 7B, A4 and CF. RGB value is (123,164,207). Sum of RGB (Red+Green+Blue) = 123+164+207=494 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.90% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #7BA4CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA4CF is #845B30. Grayscale: #9C9C9C. Windows color (decimal): -8674097 or 13608059. OLE color: 13608059.
HSL color Cylindrical-coordinate representation of color #7BA4CF: hue angle of 210.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BA4CF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 164 | 207 | - |
| CMYK | 0.41 | 0.21 | 0 | 0.19 |
| HSL | 210.71º | 0.47% | 0.65% | - |
| HSV(B) | 210.71º | 0.41% | 0.81% | - |
| XYZ | 32.71 | 35.27 | 64.11 | - |
| YUV | 156.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 164 | 207 | 0.41 | 0.21 | 0 | 0.19 | 210.71 | 0.47 | 0.65 |
| Hex | 7B | A4 | CF | 29 | 15 | 0 | 13 | D3 | 2F | 41 |
| Octal | 173 | 244 | 317 | 51 | 25 | 0 | 23 | 323 | 57 | 101 |
| Binary | 1111011 | 10100100 | 11001111 | 101001 | 10101 | 0 | 10011 | 11010011 | 101111 | 1000001 |
Color Harmonies of #7BA4CF
Complementary color
Monochromatic Colors of #7BA4CF
Black with #7BA4CF
Text Example
Text Example
White with #7BA4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA4CF; }
p { color: rgb(123,164,207); }
H1.HeaderClassName
{
color: #7BA4CF;
}
.AnyTagClassName
{
color: #7BA4CF;
}
</style>
background-color css
<style>
a { background-color: #7BA4CF; }
a { background-color: rgb(123,164,207); }
div.DivClassName
{
background-color: #7BA4CF;
}
.BgClassName
{
background-color: #7BA4CF;
}
</style>
border-color css
<style>
span { border-color: #7BA4CF; }
span { border-color: rgb(123,164,207); }
td.TdClassName
{
border-color: #7BA4CF;
}
.TagClassName
{
border-color: #7BA4CF;
}
</style>