Shades of Polo Blue #799BC9
Tints of Polo Blue #799BC9
RGB
CMYK
RGB Variations
Color information
#799BC9 (or 0x799BC9) is known color: Polo Blue. HEX triplet: 79, 9B and C9. RGB value is (121,155,201). Sum of RGB (Red+Green+Blue) = 121+155+201=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 201 - color contains mainly: blue. Hex color #799BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BC9 is #866436. Grayscale: #959595. Windows color (decimal): -8807479 or 13212537. OLE color: 13212537.
HSL color Cylindrical-coordinate representation of color #799BC9: hue angle of 214.5º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #799BC9 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 155 | 201 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.21 |
| HSL | 214.5º | 0.43% | 0.63% | - |
| HSV(B) | 214.5º | 0.4% | 0.79% | - |
| XYZ | 30.15 | 31.72 | 59.79 | - |
| YUV | 150.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 201 | 0.40 | 0.23 | 0 | 0.21 | 214.5 | 0.43 | 0.63 |
| Hex | 79 | 9B | C9 | 28 | 17 | 0 | 15 | D6 | 2B | 3F |
| Octal | 171 | 233 | 311 | 50 | 27 | 0 | 25 | 326 | 53 | 77 |
| Binary | 1111001 | 10011011 | 11001001 | 101000 | 10111 | 0 | 10101 | 11010110 | 101011 | 111111 |
Color Harmonies of #799BC9
Complementary color
Monochromatic Colors of #799BC9
Black with #799BC9
Text Example
Text Example
White with #799BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BC9; }
p { color: rgb(121,155,201); }
H1.HeaderClassName
{
color: #799BC9;
}
.AnyTagClassName
{
color: #799BC9;
}
</style>
background-color css
<style>
a { background-color: #799BC9; }
a { background-color: rgb(121,155,201); }
div.DivClassName
{
background-color: #799BC9;
}
.BgClassName
{
background-color: #799BC9;
}
</style>
border-color css
<style>
span { border-color: #799BC9; }
span { border-color: rgb(121,155,201); }
td.TdClassName
{
border-color: #799BC9;
}
.TagClassName
{
border-color: #799BC9;
}
</style>