Shades of Polo Blue #7AA1CB
Tints of Polo Blue #7AA1CB
RGB
CMYK
RGB Variations
Color information
#7AA1CB (or 0x7AA1CB) is known color: Polo Blue. HEX triplet: 7A, A1 and CB. RGB value is (122,161,203). Sum of RGB (Red+Green+Blue) = 122+161+203=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 161 (63.28% from 255 or 33.13% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 203 - color contains mainly: blue. Hex color #7AA1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AA1CB is #855E34. Grayscale: #999999. Windows color (decimal): -8740405 or 13345146. OLE color: 13345146.
HSL color Cylindrical-coordinate representation of color #7AA1CB: hue angle of 211.11º 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 #7AA1CB is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 161 | 203 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.20 |
| HSL | 211.11º | 0.44% | 0.64% | - |
| HSV(B) | 211.11º | 0.4% | 0.8% | - |
| XYZ | 31.55 | 33.94 | 61.39 | - |
| YUV | 154.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 203 | 0.40 | 0.21 | 0 | 0.20 | 211.11 | 0.44 | 0.64 |
| Hex | 7A | A1 | CB | 28 | 15 | 0 | 14 | D3 | 2C | 40 |
| Octal | 172 | 241 | 313 | 50 | 25 | 0 | 24 | 323 | 54 | 100 |
| Binary | 1111010 | 10100001 | 11001011 | 101000 | 10101 | 0 | 10100 | 11010011 | 101100 | 1000000 |
Color Harmonies of #7AA1CB
Complementary color
Monochromatic Colors of #7AA1CB
Black with #7AA1CB
Text Example
Text Example
White with #7AA1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA1CB; }
p { color: rgb(122,161,203); }
H1.HeaderClassName
{
color: #7AA1CB;
}
.AnyTagClassName
{
color: #7AA1CB;
}
</style>
background-color css
<style>
a { background-color: #7AA1CB; }
a { background-color: rgb(122,161,203); }
div.DivClassName
{
background-color: #7AA1CB;
}
.BgClassName
{
background-color: #7AA1CB;
}
</style>
border-color css
<style>
span { border-color: #7AA1CB; }
span { border-color: rgb(122,161,203); }
td.TdClassName
{
border-color: #7AA1CB;
}
.TagClassName
{
border-color: #7AA1CB;
}
</style>