Shades of Polo Blue #7B9ECC
Tints of Polo Blue #7B9ECC
RGB
CMYK
RGB Variations
Color information
#7B9ECC (or 0x7B9ECC) is known color: Polo Blue. HEX triplet: 7B, 9E and CC. RGB value is (123,158,204). Sum of RGB (Red+Green+Blue) = 123+158+204=485 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.36% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B9ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7B9ECC is #846133. Grayscale: #989898. Windows color (decimal): -8675636 or 13409915. OLE color: 13409915.
HSL color Cylindrical-coordinate representation of color #7B9ECC: hue angle of 214.07º 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 #7B9ECC is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 158 | 204 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.2 |
| HSL | 214.07º | 0.44% | 0.64% | - |
| HSV(B) | 214.07º | 0.4% | 0.8% | - |
| XYZ | 31.29 | 33.02 | 61.85 | - |
| YUV | 152.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 204 | 0.40 | 0.23 | 0 | 0.2 | 214.07 | 0.44 | 0.64 |
| Hex | 7B | 9E | CC | 28 | 17 | 0 | 14 | D6 | 2C | 40 |
| Octal | 173 | 236 | 314 | 50 | 27 | 0 | 24 | 326 | 54 | 100 |
| Binary | 1111011 | 10011110 | 11001100 | 101000 | 10111 | 0 | 10100 | 11010110 | 101100 | 1000000 |
Color Harmonies of #7B9ECC
Complementary color
Monochromatic Colors of #7B9ECC
Black with #7B9ECC
Text Example
Text Example
White with #7B9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9ECC; }
p { color: rgb(123,158,204); }
H1.HeaderClassName
{
color: #7B9ECC;
}
.AnyTagClassName
{
color: #7B9ECC;
}
</style>
background-color css
<style>
a { background-color: #7B9ECC; }
a { background-color: rgb(123,158,204); }
div.DivClassName
{
background-color: #7B9ECC;
}
.BgClassName
{
background-color: #7B9ECC;
}
</style>
border-color css
<style>
span { border-color: #7B9ECC; }
span { border-color: rgb(123,158,204); }
td.TdClassName
{
border-color: #7B9ECC;
}
.TagClassName
{
border-color: #7B9ECC;
}
</style>