Shades of Polo Blue #7799CF
Tints of Polo Blue #7799CF
RGB
CMYK
RGB Variations
Color information
#7799CF (or 0x7799CF) is known color: Polo Blue. HEX triplet: 77, 99 and CF. RGB value is (119,153,207). Sum of RGB (Red+Green+Blue) = 119+153+207=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #7799CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799CF is #886630. Grayscale: #949494. Windows color (decimal): -8939057 or 13605239. OLE color: 13605239.
HSL color Cylindrical-coordinate representation of color #7799CF: hue angle of 216.82º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7799CF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 119 | 153 | 207 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.19 |
| HSL | 216.82º | 0.48% | 0.64% | - |
| HSV(B) | 216.82º | 0.43% | 0.81% | - |
| XYZ | 30.26 | 31.21 | 63.46 | - |
| YUV | 148.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 207 | 0.43 | 0.26 | 0 | 0.19 | 216.82 | 0.48 | 0.64 |
| Hex | 77 | 99 | CF | 2B | 1A | 0 | 13 | D9 | 30 | 40 |
| Octal | 167 | 231 | 317 | 53 | 32 | 0 | 23 | 331 | 60 | 100 |
| Binary | 1110111 | 10011001 | 11001111 | 101011 | 11010 | 0 | 10011 | 11011001 | 110000 | 1000000 |
Color Harmonies of #7799CF
Complementary color
Monochromatic Colors of #7799CF
Black with #7799CF
Text Example
Text Example
White with #7799CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799CF; }
p { color: rgb(119,153,207); }
H1.HeaderClassName
{
color: #7799CF;
}
.AnyTagClassName
{
color: #7799CF;
}
</style>
background-color css
<style>
a { background-color: #7799CF; }
a { background-color: rgb(119,153,207); }
div.DivClassName
{
background-color: #7799CF;
}
.BgClassName
{
background-color: #7799CF;
}
</style>
border-color css
<style>
span { border-color: #7799CF; }
span { border-color: rgb(119,153,207); }
td.TdClassName
{
border-color: #7799CF;
}
.TagClassName
{
border-color: #7799CF;
}
</style>