Shades of Polo Blue #7BA0BE
Tints of Polo Blue #7BA0BE
RGB
CMYK
RGB Variations
Color information
#7BA0BE (or 0x7BA0BE) is known color: Polo Blue. HEX triplet: 7B, A0 and BE. RGB value is (123,160,190). Sum of RGB (Red+Green+Blue) = 123+160+190=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BA0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA0BE is #845F41. Grayscale: #989898. Windows color (decimal): -8675138 or 12492923. OLE color: 12492923.
HSL color Cylindrical-coordinate representation of color #7BA0BE: hue angle of 206.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7BA0BE is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 160 | 190 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.25 |
| HSL | 206.87º | 0.34% | 0.61% | - |
| HSV(B) | 206.87º | 0.35% | 0.75% | - |
| XYZ | 30.03 | 33.07 | 53.52 | - |
| YUV | 152.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 190 | 0.35 | 0.16 | 0 | 0.25 | 206.87 | 0.34 | 0.61 |
| Hex | 7B | A0 | BE | 23 | 10 | 0 | 19 | CF | 22 | 3D |
| Octal | 173 | 240 | 276 | 43 | 20 | 0 | 31 | 317 | 42 | 75 |
| Binary | 1111011 | 10100000 | 10111110 | 100011 | 10000 | 0 | 11001 | 11001111 | 100010 | 111101 |
Color Harmonies of #7BA0BE
Complementary color
Monochromatic Colors of #7BA0BE
Black with #7BA0BE
Text Example
Text Example
White with #7BA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA0BE; }
p { color: rgb(123,160,190); }
H1.HeaderClassName
{
color: #7BA0BE;
}
.AnyTagClassName
{
color: #7BA0BE;
}
</style>
background-color css
<style>
a { background-color: #7BA0BE; }
a { background-color: rgb(123,160,190); }
div.DivClassName
{
background-color: #7BA0BE;
}
.BgClassName
{
background-color: #7BA0BE;
}
</style>
border-color css
<style>
span { border-color: #7BA0BE; }
span { border-color: rgb(123,160,190); }
td.TdClassName
{
border-color: #7BA0BE;
}
.TagClassName
{
border-color: #7BA0BE;
}
</style>