Shades of Polo Blue #799DC2
Tints of Polo Blue #799DC2
RGB
CMYK
RGB Variations
Color information
#799DC2 (or 0x799DC2) is known color: Polo Blue. HEX triplet: 79, 9D and C2. RGB value is (121,157,194). Sum of RGB (Red+Green+Blue) = 121+157+194=472 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.64% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 194 (76.17% from 255 or 41.10% from 472); Max value from RGB is 194 - color contains mainly: blue. Hex color #799DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DC2 is #86623D. Grayscale: #969696. Windows color (decimal): -8806974 or 12754297. OLE color: 12754297.
HSL color Cylindrical-coordinate representation of color #799DC2: hue angle of 210.41º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #799DC2 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 157 | 194 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.24 |
| HSL | 210.41º | 0.37% | 0.62% | - |
| HSV(B) | 210.41º | 0.38% | 0.76% | - |
| XYZ | 29.68 | 32.07 | 55.67 | - |
| YUV | 150.45 | 152.57 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 194 | 0.38 | 0.19 | 0 | 0.24 | 210.41 | 0.37 | 0.62 |
| Hex | 79 | 9D | C2 | 26 | 13 | 0 | 18 | D2 | 25 | 3E |
| Octal | 171 | 235 | 302 | 46 | 23 | 0 | 30 | 322 | 45 | 76 |
| Binary | 1111001 | 10011101 | 11000010 | 100110 | 10011 | 0 | 11000 | 11010010 | 100101 | 111110 |
Color Harmonies of #799DC2
Complementary color
Monochromatic Colors of #799DC2
Black with #799DC2
Text Example
Text Example
White with #799DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799DC2; }
p { color: rgb(121,157,194); }
H1.HeaderClassName
{
color: #799DC2;
}
.AnyTagClassName
{
color: #799DC2;
}
</style>
background-color css
<style>
a { background-color: #799DC2; }
a { background-color: rgb(121,157,194); }
div.DivClassName
{
background-color: #799DC2;
}
.BgClassName
{
background-color: #799DC2;
}
</style>
border-color css
<style>
span { border-color: #799DC2; }
span { border-color: rgb(121,157,194); }
td.TdClassName
{
border-color: #799DC2;
}
.TagClassName
{
border-color: #799DC2;
}
</style>