Shades of Polo Blue #7799CA
Tints of Polo Blue #7799CA
RGB
CMYK
RGB Variations
Color information
#7799CA (or 0x7799CA) is known color: Polo Blue. HEX triplet: 77, 99 and CA. RGB value is (119,153,202). Sum of RGB (Red+Green+Blue) = 119+153+202=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #7799CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799CA is #886635. Grayscale: #949494. Windows color (decimal): -8939062 or 13277559. OLE color: 13277559.
HSL color Cylindrical-coordinate representation of color #7799CA: hue angle of 215.42º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7799CA is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 119 | 153 | 202 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.21 |
| HSL | 215.42º | 0.44% | 0.63% | - |
| HSV(B) | 215.42º | 0.41% | 0.79% | - |
| XYZ | 29.66 | 30.97 | 60.29 | - |
| YUV | 148.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 202 | 0.41 | 0.24 | 0 | 0.21 | 215.42 | 0.44 | 0.63 |
| Hex | 77 | 99 | CA | 29 | 18 | 0 | 15 | D7 | 2C | 3F |
| Octal | 167 | 231 | 312 | 51 | 30 | 0 | 25 | 327 | 54 | 77 |
| Binary | 1110111 | 10011001 | 11001010 | 101001 | 11000 | 0 | 10101 | 11010111 | 101100 | 111111 |
Color Harmonies of #7799CA
Complementary color
Monochromatic Colors of #7799CA
Black with #7799CA
Text Example
Text Example
White with #7799CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799CA; }
p { color: rgb(119,153,202); }
H1.HeaderClassName
{
color: #7799CA;
}
.AnyTagClassName
{
color: #7799CA;
}
</style>
background-color css
<style>
a { background-color: #7799CA; }
a { background-color: rgb(119,153,202); }
div.DivClassName
{
background-color: #7799CA;
}
.BgClassName
{
background-color: #7799CA;
}
</style>
border-color css
<style>
span { border-color: #7799CA; }
span { border-color: rgb(119,153,202); }
td.TdClassName
{
border-color: #7799CA;
}
.TagClassName
{
border-color: #7799CA;
}
</style>