Shades of Polo Blue #799AC2
Tints of Polo Blue #799AC2
RGB
CMYK
RGB Variations
Color information
#799AC2 (or 0x799AC2) is known color: Polo Blue. HEX triplet: 79, 9A and C2. RGB value is (121,154,194). Sum of RGB (Red+Green+Blue) = 121+154+194=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #799AC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AC2 is #86653D. Grayscale: #949494. Windows color (decimal): -8807742 or 12753529. OLE color: 12753529.
HSL color Cylindrical-coordinate representation of color #799AC2: hue angle of 212.88º 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 #799AC2 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 154 | 194 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.24 |
| HSL | 212.88º | 0.37% | 0.62% | - |
| HSV(B) | 212.88º | 0.38% | 0.76% | - |
| XYZ | 29.18 | 31.07 | 55.5 | - |
| YUV | 148.69 | 153.57 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 194 | 0.38 | 0.21 | 0 | 0.24 | 212.88 | 0.37 | 0.62 |
| Hex | 79 | 9A | C2 | 26 | 15 | 0 | 18 | D5 | 25 | 3E |
| Octal | 171 | 232 | 302 | 46 | 25 | 0 | 30 | 325 | 45 | 76 |
| Binary | 1111001 | 10011010 | 11000010 | 100110 | 10101 | 0 | 11000 | 11010101 | 100101 | 111110 |
Color Harmonies of #799AC2
Complementary color
Monochromatic Colors of #799AC2
Black with #799AC2
Text Example
Text Example
White with #799AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799AC2; }
p { color: rgb(121,154,194); }
H1.HeaderClassName
{
color: #799AC2;
}
.AnyTagClassName
{
color: #799AC2;
}
</style>
background-color css
<style>
a { background-color: #799AC2; }
a { background-color: rgb(121,154,194); }
div.DivClassName
{
background-color: #799AC2;
}
.BgClassName
{
background-color: #799AC2;
}
</style>
border-color css
<style>
span { border-color: #799AC2; }
span { border-color: rgb(121,154,194); }
td.TdClassName
{
border-color: #799AC2;
}
.TagClassName
{
border-color: #799AC2;
}
</style>