Shades of Polo Blue #7BA1BE
Tints of Polo Blue #7BA1BE
RGB
CMYK
RGB Variations
Color information
#7BA1BE (or 0x7BA1BE) is known color: Polo Blue. HEX triplet: 7B, A1 and BE. RGB value is (123,161,190). Sum of RGB (Red+Green+Blue) = 123+161+190=474 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.95% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 190 - color contains mainly: blue. Hex color #7BA1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA1BE is #845E41. Grayscale: #989898. Windows color (decimal): -8674882 or 12493179. OLE color: 12493179.
HSL color Cylindrical-coordinate representation of color #7BA1BE: hue angle of 205.97º 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 #7BA1BE is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 123 | 161 | 190 | - |
| CMYK | 0.35 | 0.15 | 0 | 0.25 |
| HSL | 205.97º | 0.34% | 0.61% | - |
| HSV(B) | 205.97º | 0.35% | 0.75% | - |
| XYZ | 30.21 | 33.42 | 53.57 | - |
| YUV | 152.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 190 | 0.35 | 0.15 | 0 | 0.25 | 205.97 | 0.34 | 0.61 |
| Hex | 7B | A1 | BE | 23 | F | 0 | 19 | CE | 22 | 3D |
| Octal | 173 | 241 | 276 | 43 | 17 | 0 | 31 | 316 | 42 | 75 |
| Binary | 1111011 | 10100001 | 10111110 | 100011 | 1111 | 0 | 11001 | 11001110 | 100010 | 111101 |
Color Harmonies of #7BA1BE
Complementary color
Monochromatic Colors of #7BA1BE
Black with #7BA1BE
Text Example
Text Example
White with #7BA1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA1BE; }
p { color: rgb(123,161,190); }
H1.HeaderClassName
{
color: #7BA1BE;
}
.AnyTagClassName
{
color: #7BA1BE;
}
</style>
background-color css
<style>
a { background-color: #7BA1BE; }
a { background-color: rgb(123,161,190); }
div.DivClassName
{
background-color: #7BA1BE;
}
.BgClassName
{
background-color: #7BA1BE;
}
</style>
border-color css
<style>
span { border-color: #7BA1BE; }
span { border-color: rgb(123,161,190); }
td.TdClassName
{
border-color: #7BA1BE;
}
.TagClassName
{
border-color: #7BA1BE;
}
</style>