Shades of Polo Blue #7BA2C2
Tints of Polo Blue #7BA2C2
RGB
CMYK
RGB Variations
Color information
#7BA2C2 (or 0x7BA2C2) is known color: Polo Blue. HEX triplet: 7B, A2 and C2. RGB value is (123,162,194). Sum of RGB (Red+Green+Blue) = 123+162+194=479 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.68% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #7BA2C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA2C2 is #845D3D. Grayscale: #999999. Windows color (decimal): -8674622 or 12755579. OLE color: 12755579.
HSL color Cylindrical-coordinate representation of color #7BA2C2: hue angle of 207.04º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7BA2C2 is Cyan = 0.37, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 162 | 194 | - |
| CMYK | 0.37 | 0.16 | 0 | 0.24 |
| HSL | 207.04º | 0.37% | 0.62% | - |
| HSV(B) | 207.04º | 0.37% | 0.76% | - |
| XYZ | 30.83 | 33.95 | 55.97 | - |
| YUV | 153.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 162 | 194 | 0.37 | 0.16 | 0 | 0.24 | 207.04 | 0.37 | 0.62 |
| Hex | 7B | A2 | C2 | 25 | 10 | 0 | 18 | CF | 25 | 3E |
| Octal | 173 | 242 | 302 | 45 | 20 | 0 | 30 | 317 | 45 | 76 |
| Binary | 1111011 | 10100010 | 11000010 | 100101 | 10000 | 0 | 11000 | 11001111 | 100101 | 111110 |
Color Harmonies of #7BA2C2
Complementary color
Monochromatic Colors of #7BA2C2
Black with #7BA2C2
Text Example
Text Example
White with #7BA2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA2C2; }
p { color: rgb(123,162,194); }
H1.HeaderClassName
{
color: #7BA2C2;
}
.AnyTagClassName
{
color: #7BA2C2;
}
</style>
background-color css
<style>
a { background-color: #7BA2C2; }
a { background-color: rgb(123,162,194); }
div.DivClassName
{
background-color: #7BA2C2;
}
.BgClassName
{
background-color: #7BA2C2;
}
</style>
border-color css
<style>
span { border-color: #7BA2C2; }
span { border-color: rgb(123,162,194); }
td.TdClassName
{
border-color: #7BA2C2;
}
.TagClassName
{
border-color: #7BA2C2;
}
</style>