Shades of Polo Blue #7BA9CB
Tints of Polo Blue #7BA9CB
RGB
CMYK
RGB Variations
Color information
#7BA9CB (or 0x7BA9CB) is known color: Polo Blue. HEX triplet: 7B, A9 and CB. RGB value is (123,169,203). Sum of RGB (Red+Green+Blue) = 123+169+203=495 (65% of max value = 765). Red value is 123 (48.44% from 255 or 24.85% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #7BA9CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BA9CB is #845634. Grayscale: #9E9E9E. Windows color (decimal): -8672821 or 13347195. OLE color: 13347195.
HSL color Cylindrical-coordinate representation of color #7BA9CB: hue angle of 205.5º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BA9CB is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 169 | 203 | - |
| CMYK | 0.39 | 0.17 | 0 | 0.20 |
| HSL | 205.5º | 0.43% | 0.64% | - |
| HSV(B) | 205.5º | 0.39% | 0.8% | - |
| XYZ | 33.14 | 36.9 | 61.88 | - |
| YUV | 159.12 | 152.76 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 169 | 203 | 0.39 | 0.17 | 0 | 0.20 | 205.5 | 0.43 | 0.64 |
| Hex | 7B | A9 | CB | 27 | 11 | 0 | 14 | CE | 2B | 40 |
| Octal | 173 | 251 | 313 | 47 | 21 | 0 | 24 | 316 | 53 | 100 |
| Binary | 1111011 | 10101001 | 11001011 | 100111 | 10001 | 0 | 10100 | 11001110 | 101011 | 1000000 |
Color Harmonies of #7BA9CB
Complementary color
Monochromatic Colors of #7BA9CB
Black with #7BA9CB
Text Example
Text Example
White with #7BA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA9CB; }
p { color: rgb(123,169,203); }
H1.HeaderClassName
{
color: #7BA9CB;
}
.AnyTagClassName
{
color: #7BA9CB;
}
</style>
background-color css
<style>
a { background-color: #7BA9CB; }
a { background-color: rgb(123,169,203); }
div.DivClassName
{
background-color: #7BA9CB;
}
.BgClassName
{
background-color: #7BA9CB;
}
</style>
border-color css
<style>
span { border-color: #7BA9CB; }
span { border-color: rgb(123,169,203); }
td.TdClassName
{
border-color: #7BA9CB;
}
.TagClassName
{
border-color: #7BA9CB;
}
</style>