Shades of Polo Blue #799CC1
Tints of Polo Blue #799CC1
RGB
CMYK
RGB Variations
Color information
#799CC1 (or 0x799CC1) is known color: Polo Blue. HEX triplet: 79, 9C and C1. RGB value is (121,156,193). Sum of RGB (Red+Green+Blue) = 121+156+193=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 156 (61.33% from 255 or 33.19% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #799CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CC1 is #86633E. Grayscale: #959595. Windows color (decimal): -8807231 or 12688505. OLE color: 12688505.
HSL color Cylindrical-coordinate representation of color #799CC1: hue angle of 210.83º 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 #799CC1 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 156 | 193 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.24 |
| HSL | 210.83º | 0.37% | 0.62% | - |
| HSV(B) | 210.83º | 0.37% | 0.76% | - |
| XYZ | 29.4 | 31.69 | 55.02 | - |
| YUV | 149.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 193 | 0.37 | 0.19 | 0 | 0.24 | 210.83 | 0.37 | 0.62 |
| Hex | 79 | 9C | C1 | 25 | 13 | 0 | 18 | D3 | 25 | 3E |
| Octal | 171 | 234 | 301 | 45 | 23 | 0 | 30 | 323 | 45 | 76 |
| Binary | 1111001 | 10011100 | 11000001 | 100101 | 10011 | 0 | 11000 | 11010011 | 100101 | 111110 |
Color Harmonies of #799CC1
Complementary color
Monochromatic Colors of #799CC1
Black with #799CC1
Text Example
Text Example
White with #799CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CC1; }
p { color: rgb(121,156,193); }
H1.HeaderClassName
{
color: #799CC1;
}
.AnyTagClassName
{
color: #799CC1;
}
</style>
background-color css
<style>
a { background-color: #799CC1; }
a { background-color: rgb(121,156,193); }
div.DivClassName
{
background-color: #799CC1;
}
.BgClassName
{
background-color: #799CC1;
}
</style>
border-color css
<style>
span { border-color: #799CC1; }
span { border-color: rgb(121,156,193); }
td.TdClassName
{
border-color: #799CC1;
}
.TagClassName
{
border-color: #799CC1;
}
</style>