Shades of Polo Blue #799CC5
Tints of Polo Blue #799CC5
RGB
CMYK
RGB Variations
Color information
#799CC5 (or 0x799CC5) is known color: Polo Blue. HEX triplet: 79, 9C and C5. RGB value is (121,156,197). Sum of RGB (Red+Green+Blue) = 121+156+197=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #799CC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CC5 is #86633A. Grayscale: #969696. Windows color (decimal): -8807227 or 12950649. OLE color: 12950649.
HSL color Cylindrical-coordinate representation of color #799CC5: hue angle of 212.37º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #799CC5 is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 156 | 197 | - |
| CMYK | 0.39 | 0.21 | 0 | 0.23 |
| HSL | 212.37º | 0.4% | 0.62% | - |
| HSV(B) | 212.37º | 0.39% | 0.77% | - |
| XYZ | 29.85 | 31.87 | 57.4 | - |
| YUV | 150.21 | 154.4 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 197 | 0.39 | 0.21 | 0 | 0.23 | 212.37 | 0.4 | 0.62 |
| Hex | 79 | 9C | C5 | 27 | 15 | 0 | 17 | D4 | 28 | 3E |
| Octal | 171 | 234 | 305 | 47 | 25 | 0 | 27 | 324 | 50 | 76 |
| Binary | 1111001 | 10011100 | 11000101 | 100111 | 10101 | 0 | 10111 | 11010100 | 101000 | 111110 |
Color Harmonies of #799CC5
Complementary color
Monochromatic Colors of #799CC5
Black with #799CC5
Text Example
Text Example
White with #799CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CC5; }
p { color: rgb(121,156,197); }
H1.HeaderClassName
{
color: #799CC5;
}
.AnyTagClassName
{
color: #799CC5;
}
</style>
background-color css
<style>
a { background-color: #799CC5; }
a { background-color: rgb(121,156,197); }
div.DivClassName
{
background-color: #799CC5;
}
.BgClassName
{
background-color: #799CC5;
}
</style>
border-color css
<style>
span { border-color: #799CC5; }
span { border-color: rgb(121,156,197); }
td.TdClassName
{
border-color: #799CC5;
}
.TagClassName
{
border-color: #799CC5;
}
</style>