Shades of Polo Blue #799BC0
Tints of Polo Blue #799BC0
RGB
CMYK
RGB Variations
Color information
#799BC0 (or 0x799BC0) is known color: Polo Blue. HEX triplet: 79, 9B and C0. RGB value is (121,155,192). Sum of RGB (Red+Green+Blue) = 121+155+192=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #799BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BC0 is #86643F. Grayscale: #949494. Windows color (decimal): -8807488 or 12622713. OLE color: 12622713.
HSL color Cylindrical-coordinate representation of color #799BC0: hue angle of 211.27º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #799BC0 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 155 | 192 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.25 |
| HSL | 211.27º | 0.36% | 0.61% | - |
| HSV(B) | 211.27º | 0.37% | 0.75% | - |
| XYZ | 29.12 | 31.31 | 54.38 | - |
| YUV | 149.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 192 | 0.37 | 0.19 | 0 | 0.25 | 211.27 | 0.36 | 0.61 |
| Hex | 79 | 9B | C0 | 25 | 13 | 0 | 19 | D3 | 24 | 3D |
| Octal | 171 | 233 | 300 | 45 | 23 | 0 | 31 | 323 | 44 | 75 |
| Binary | 1111001 | 10011011 | 11000000 | 100101 | 10011 | 0 | 11001 | 11010011 | 100100 | 111101 |
Color Harmonies of #799BC0
Complementary color
Monochromatic Colors of #799BC0
Black with #799BC0
Text Example
Text Example
White with #799BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BC0; }
p { color: rgb(121,155,192); }
H1.HeaderClassName
{
color: #799BC0;
}
.AnyTagClassName
{
color: #799BC0;
}
</style>
background-color css
<style>
a { background-color: #799BC0; }
a { background-color: rgb(121,155,192); }
div.DivClassName
{
background-color: #799BC0;
}
.BgClassName
{
background-color: #799BC0;
}
</style>
border-color css
<style>
span { border-color: #799BC0; }
span { border-color: rgb(121,155,192); }
td.TdClassName
{
border-color: #799BC0;
}
.TagClassName
{
border-color: #799BC0;
}
</style>