Shades of Polo Blue #7799C1
Tints of Polo Blue #7799C1
RGB
CMYK
RGB Variations
Color information
#7799C1 (or 0x7799C1) is known color: Polo Blue. HEX triplet: 77, 99 and C1. RGB value is (119,153,193). Sum of RGB (Red+Green+Blue) = 119+153+193=465 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.59% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #7799C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799C1 is #88663E. Grayscale: #939393. Windows color (decimal): -8939071 or 12687735. OLE color: 12687735.
HSL color Cylindrical-coordinate representation of color #7799C1: hue angle of 212.43º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7799C1 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 119 | 153 | 193 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.24 |
| HSL | 212.43º | 0.37% | 0.61% | - |
| HSV(B) | 212.43º | 0.38% | 0.76% | - |
| XYZ | 28.62 | 30.55 | 54.84 | - |
| YUV | 147.39 | 153.74 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 193 | 0.38 | 0.21 | 0 | 0.24 | 212.43 | 0.37 | 0.61 |
| Hex | 77 | 99 | C1 | 26 | 15 | 0 | 18 | D4 | 25 | 3D |
| Octal | 167 | 231 | 301 | 46 | 25 | 0 | 30 | 324 | 45 | 75 |
| Binary | 1110111 | 10011001 | 11000001 | 100110 | 10101 | 0 | 11000 | 11010100 | 100101 | 111101 |
Color Harmonies of #7799C1
Complementary color
Monochromatic Colors of #7799C1
Black with #7799C1
Text Example
Text Example
White with #7799C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799C1; }
p { color: rgb(119,153,193); }
H1.HeaderClassName
{
color: #7799C1;
}
.AnyTagClassName
{
color: #7799C1;
}
</style>
background-color css
<style>
a { background-color: #7799C1; }
a { background-color: rgb(119,153,193); }
div.DivClassName
{
background-color: #7799C1;
}
.BgClassName
{
background-color: #7799C1;
}
</style>
border-color css
<style>
span { border-color: #7799C1; }
span { border-color: rgb(119,153,193); }
td.TdClassName
{
border-color: #7799C1;
}
.TagClassName
{
border-color: #7799C1;
}
</style>