Shades of Polo Blue #7799C7
Tints of Polo Blue #7799C7
RGB
CMYK
RGB Variations
Color information
#7799C7 (or 0x7799C7) is known color: Polo Blue. HEX triplet: 77, 99 and C7. RGB value is (119,153,199). Sum of RGB (Red+Green+Blue) = 119+153+199=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 199 - color contains mainly: blue. Hex color #7799C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799C7 is #886638. Grayscale: #939393. Windows color (decimal): -8939065 or 13080951. OLE color: 13080951.
HSL color Cylindrical-coordinate representation of color #7799C7: hue angle of 214.5º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7799C7 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 153 | 199 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.22 |
| HSL | 214.5º | 0.42% | 0.62% | - |
| HSV(B) | 214.5º | 0.4% | 0.78% | - |
| XYZ | 29.31 | 30.83 | 58.44 | - |
| YUV | 148.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 199 | 0.40 | 0.23 | 0 | 0.22 | 214.5 | 0.42 | 0.62 |
| Hex | 77 | 99 | C7 | 28 | 17 | 0 | 16 | D6 | 2A | 3E |
| Octal | 167 | 231 | 307 | 50 | 27 | 0 | 26 | 326 | 52 | 76 |
| Binary | 1110111 | 10011001 | 11000111 | 101000 | 10111 | 0 | 10110 | 11010110 | 101010 | 111110 |
Color Harmonies of #7799C7
Complementary color
Monochromatic Colors of #7799C7
Black with #7799C7
Text Example
Text Example
White with #7799C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799C7; }
p { color: rgb(119,153,199); }
H1.HeaderClassName
{
color: #7799C7;
}
.AnyTagClassName
{
color: #7799C7;
}
</style>
background-color css
<style>
a { background-color: #7799C7; }
a { background-color: rgb(119,153,199); }
div.DivClassName
{
background-color: #7799C7;
}
.BgClassName
{
background-color: #7799C7;
}
</style>
border-color css
<style>
span { border-color: #7799C7; }
span { border-color: rgb(119,153,199); }
td.TdClassName
{
border-color: #7799C7;
}
.TagClassName
{
border-color: #7799C7;
}
</style>