Shades of Polo Blue #799EC5
Tints of Polo Blue #799EC5
RGB
CMYK
RGB Variations
Color information
#799EC5 (or 0x799EC5) is known color: Polo Blue. HEX triplet: 79, 9E and C5. RGB value is (121,158,197). Sum of RGB (Red+Green+Blue) = 121+158+197=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 158 (62.11% from 255 or 33.19% from 476); Blue value is 197 (77.34% from 255 or 41.39% from 476); Max value from RGB is 197 - color contains mainly: blue. Hex color #799EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EC5 is #86613A. Grayscale: #979797. Windows color (decimal): -8806715 or 12951161. OLE color: 12951161.
HSL color Cylindrical-coordinate representation of color #799EC5: hue angle of 210.79º 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 #799EC5 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 158 | 197 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.23 |
| HSL | 210.79º | 0.4% | 0.62% | - |
| HSV(B) | 210.79º | 0.39% | 0.77% | - |
| XYZ | 30.19 | 32.55 | 57.51 | - |
| YUV | 151.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 197 | 0.39 | 0.20 | 0 | 0.23 | 210.79 | 0.4 | 0.62 |
| Hex | 79 | 9E | C5 | 27 | 14 | 0 | 17 | D3 | 28 | 3E |
| Octal | 171 | 236 | 305 | 47 | 24 | 0 | 27 | 323 | 50 | 76 |
| Binary | 1111001 | 10011110 | 11000101 | 100111 | 10100 | 0 | 10111 | 11010011 | 101000 | 111110 |
Color Harmonies of #799EC5
Complementary color
Monochromatic Colors of #799EC5
Black with #799EC5
Text Example
Text Example
White with #799EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799EC5; }
p { color: rgb(121,158,197); }
H1.HeaderClassName
{
color: #799EC5;
}
.AnyTagClassName
{
color: #799EC5;
}
</style>
background-color css
<style>
a { background-color: #799EC5; }
a { background-color: rgb(121,158,197); }
div.DivClassName
{
background-color: #799EC5;
}
.BgClassName
{
background-color: #799EC5;
}
</style>
border-color css
<style>
span { border-color: #799EC5; }
span { border-color: rgb(121,158,197); }
td.TdClassName
{
border-color: #799EC5;
}
.TagClassName
{
border-color: #799EC5;
}
</style>