Shades of Polo Blue #799ECC
Tints of Polo Blue #799ECC
RGB
CMYK
RGB Variations
Color information
#799ECC (or 0x799ECC) is known color: Polo Blue. HEX triplet: 79, 9E and CC. RGB value is (121,158,204). Sum of RGB (Red+Green+Blue) = 121+158+204=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 158 (62.11% from 255 or 32.71% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #799ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ECC is #866133. Grayscale: #979797. Windows color (decimal): -8806708 or 13409913. OLE color: 13409913.
HSL color Cylindrical-coordinate representation of color #799ECC: hue angle of 213.25º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #799ECC is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 158 | 204 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.2 |
| HSL | 213.25º | 0.45% | 0.64% | - |
| HSV(B) | 213.25º | 0.41% | 0.8% | - |
| XYZ | 31.01 | 32.88 | 61.84 | - |
| YUV | 152.18 | 157.24 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 204 | 0.41 | 0.23 | 0 | 0.2 | 213.25 | 0.45 | 0.64 |
| Hex | 79 | 9E | CC | 29 | 17 | 0 | 14 | D5 | 2D | 40 |
| Octal | 171 | 236 | 314 | 51 | 27 | 0 | 24 | 325 | 55 | 100 |
| Binary | 1111001 | 10011110 | 11001100 | 101001 | 10111 | 0 | 10100 | 11010101 | 101101 | 1000000 |
Color Harmonies of #799ECC
Complementary color
Monochromatic Colors of #799ECC
Black with #799ECC
Text Example
Text Example
White with #799ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799ECC; }
p { color: rgb(121,158,204); }
H1.HeaderClassName
{
color: #799ECC;
}
.AnyTagClassName
{
color: #799ECC;
}
</style>
background-color css
<style>
a { background-color: #799ECC; }
a { background-color: rgb(121,158,204); }
div.DivClassName
{
background-color: #799ECC;
}
.BgClassName
{
background-color: #799ECC;
}
</style>
border-color css
<style>
span { border-color: #799ECC; }
span { border-color: rgb(121,158,204); }
td.TdClassName
{
border-color: #799ECC;
}
.TagClassName
{
border-color: #799ECC;
}
</style>