Shades of Polo Blue #799ECD
Tints of Polo Blue #799ECD
RGB
CMYK
RGB Variations
Color information
#799ECD (or 0x799ECD) is known color: Polo Blue. HEX triplet: 79, 9E and CD. RGB value is (121,158,205). Sum of RGB (Red+Green+Blue) = 121+158+205=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #799ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ECD is #866132. Grayscale: #989898. Windows color (decimal): -8806707 or 13475449. OLE color: 13475449.
HSL color Cylindrical-coordinate representation of color #799ECD: hue angle of 213.57º degrees, saturation: 0.46, 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 #799ECD is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 158 | 205 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.20 |
| HSL | 213.57º | 0.46% | 0.64% | - |
| HSV(B) | 213.57º | 0.41% | 0.8% | - |
| XYZ | 31.13 | 32.93 | 62.47 | - |
| YUV | 152.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 205 | 0.41 | 0.23 | 0 | 0.20 | 213.57 | 0.46 | 0.64 |
| Hex | 79 | 9E | CD | 29 | 17 | 0 | 14 | D6 | 2E | 40 |
| Octal | 171 | 236 | 315 | 51 | 27 | 0 | 24 | 326 | 56 | 100 |
| Binary | 1111001 | 10011110 | 11001101 | 101001 | 10111 | 0 | 10100 | 11010110 | 101110 | 1000000 |
Color Harmonies of #799ECD
Complementary color
Monochromatic Colors of #799ECD
Black with #799ECD
Text Example
Text Example
White with #799ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799ECD; }
p { color: rgb(121,158,205); }
H1.HeaderClassName
{
color: #799ECD;
}
.AnyTagClassName
{
color: #799ECD;
}
</style>
background-color css
<style>
a { background-color: #799ECD; }
a { background-color: rgb(121,158,205); }
div.DivClassName
{
background-color: #799ECD;
}
.BgClassName
{
background-color: #799ECD;
}
</style>
border-color css
<style>
span { border-color: #799ECD; }
span { border-color: rgb(121,158,205); }
td.TdClassName
{
border-color: #799ECD;
}
.TagClassName
{
border-color: #799ECD;
}
</style>