Shades of Polo Blue #799ECB
Tints of Polo Blue #799ECB
RGB
CMYK
RGB Variations
Color information
#799ECB (or 0x799ECB) is known color: Polo Blue. HEX triplet: 79, 9E and CB. RGB value is (121,158,203). Sum of RGB (Red+Green+Blue) = 121+158+203=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 203 - color contains mainly: blue. Hex color #799ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ECB is #866134. Grayscale: #979797. Windows color (decimal): -8806709 or 13344377. OLE color: 13344377.
HSL color Cylindrical-coordinate representation of color #799ECB: hue angle of 212.93º 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 #799ECB is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 158 | 203 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.20 |
| HSL | 212.93º | 0.44% | 0.64% | - |
| HSV(B) | 212.93º | 0.4% | 0.8% | - |
| XYZ | 30.89 | 32.83 | 61.21 | - |
| YUV | 152.07 | 156.74 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 203 | 0.40 | 0.22 | 0 | 0.20 | 212.93 | 0.44 | 0.64 |
| Hex | 79 | 9E | CB | 28 | 16 | 0 | 14 | D5 | 2C | 40 |
| Octal | 171 | 236 | 313 | 50 | 26 | 0 | 24 | 325 | 54 | 100 |
| Binary | 1111001 | 10011110 | 11001011 | 101000 | 10110 | 0 | 10100 | 11010101 | 101100 | 1000000 |
Color Harmonies of #799ECB
Complementary color
Monochromatic Colors of #799ECB
Black with #799ECB
Text Example
Text Example
White with #799ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799ECB; }
p { color: rgb(121,158,203); }
H1.HeaderClassName
{
color: #799ECB;
}
.AnyTagClassName
{
color: #799ECB;
}
</style>
background-color css
<style>
a { background-color: #799ECB; }
a { background-color: rgb(121,158,203); }
div.DivClassName
{
background-color: #799ECB;
}
.BgClassName
{
background-color: #799ECB;
}
</style>
border-color css
<style>
span { border-color: #799ECB; }
span { border-color: rgb(121,158,203); }
td.TdClassName
{
border-color: #799ECB;
}
.TagClassName
{
border-color: #799ECB;
}
</style>