Shades of Polo Blue #799AC1
Tints of Polo Blue #799AC1
RGB
CMYK
RGB Variations
Color information
#799AC1 (or 0x799AC1) is known color: Polo Blue. HEX triplet: 79, 9A and C1. RGB value is (121,154,193). Sum of RGB (Red+Green+Blue) = 121+154+193=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #799AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AC1 is #86653E. Grayscale: #949494. Windows color (decimal): -8807743 or 12687993. OLE color: 12687993.
HSL color Cylindrical-coordinate representation of color #799AC1: hue angle of 212.5º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #799AC1 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 154 | 193 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.24 |
| HSL | 212.5º | 0.37% | 0.62% | - |
| HSV(B) | 212.5º | 0.37% | 0.76% | - |
| XYZ | 29.07 | 31.03 | 54.91 | - |
| YUV | 148.58 | 153.07 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 193 | 0.37 | 0.20 | 0 | 0.24 | 212.5 | 0.37 | 0.62 |
| Hex | 79 | 9A | C1 | 25 | 14 | 0 | 18 | D4 | 25 | 3E |
| Octal | 171 | 232 | 301 | 45 | 24 | 0 | 30 | 324 | 45 | 76 |
| Binary | 1111001 | 10011010 | 11000001 | 100101 | 10100 | 0 | 11000 | 11010100 | 100101 | 111110 |
Color Harmonies of #799AC1
Complementary color
Monochromatic Colors of #799AC1
Black with #799AC1
Text Example
Text Example
White with #799AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799AC1; }
p { color: rgb(121,154,193); }
H1.HeaderClassName
{
color: #799AC1;
}
.AnyTagClassName
{
color: #799AC1;
}
</style>
background-color css
<style>
a { background-color: #799AC1; }
a { background-color: rgb(121,154,193); }
div.DivClassName
{
background-color: #799AC1;
}
.BgClassName
{
background-color: #799AC1;
}
</style>
border-color css
<style>
span { border-color: #799AC1; }
span { border-color: rgb(121,154,193); }
td.TdClassName
{
border-color: #799AC1;
}
.TagClassName
{
border-color: #799AC1;
}
</style>