Shades of Polo Blue #7B9DC1
Tints of Polo Blue #7B9DC1
RGB
CMYK
RGB Variations
Color information
#7B9DC1 (or 0x7B9DC1) is known color: Polo Blue. HEX triplet: 7B, 9D and C1. RGB value is (123,157,193). Sum of RGB (Red+Green+Blue) = 123+157+193=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 193 (75.78% from 255 or 40.80% from 473); Max value from RGB is 193 - color contains mainly: blue. Hex color #7B9DC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9DC1 is #84623E. Grayscale: #969696. Windows color (decimal): -8675903 or 12688763. OLE color: 12688763.
HSL color Cylindrical-coordinate representation of color #7B9DC1: hue angle of 210.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B9DC1 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 157 | 193 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.24 |
| HSL | 210.86º | 0.36% | 0.62% | - |
| HSV(B) | 210.86º | 0.36% | 0.76% | - |
| XYZ | 29.85 | 32.18 | 55.09 | - |
| YUV | 150.94 | 151.74 | 108.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 157 | 193 | 0.36 | 0.19 | 0 | 0.24 | 210.86 | 0.36 | 0.62 |
| Hex | 7B | 9D | C1 | 24 | 13 | 0 | 18 | D3 | 24 | 3E |
| Octal | 173 | 235 | 301 | 44 | 23 | 0 | 30 | 323 | 44 | 76 |
| Binary | 1111011 | 10011101 | 11000001 | 100100 | 10011 | 0 | 11000 | 11010011 | 100100 | 111110 |
Color Harmonies of #7B9DC1
Complementary color
Monochromatic Colors of #7B9DC1
Black with #7B9DC1
Text Example
Text Example
White with #7B9DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9DC1; }
p { color: rgb(123,157,193); }
H1.HeaderClassName
{
color: #7B9DC1;
}
.AnyTagClassName
{
color: #7B9DC1;
}
</style>
background-color css
<style>
a { background-color: #7B9DC1; }
a { background-color: rgb(123,157,193); }
div.DivClassName
{
background-color: #7B9DC1;
}
.BgClassName
{
background-color: #7B9DC1;
}
</style>
border-color css
<style>
span { border-color: #7B9DC1; }
span { border-color: rgb(123,157,193); }
td.TdClassName
{
border-color: #7B9DC1;
}
.TagClassName
{
border-color: #7B9DC1;
}
</style>