Shades of Polo Blue #799DCD
Tints of Polo Blue #799DCD
RGB
CMYK
RGB Variations
Color information
#799DCD (or 0x799DCD) is known color: Polo Blue. HEX triplet: 79, 9D and CD. RGB value is (121,157,205). Sum of RGB (Red+Green+Blue) = 121+157+205=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #799DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DCD is #866232. Grayscale: #979797. Windows color (decimal): -8806963 or 13475193. OLE color: 13475193.
HSL color Cylindrical-coordinate representation of color #799DCD: hue angle of 214.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #799DCD is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 157 | 205 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.20 |
| HSL | 214.29º | 0.46% | 0.64% | - |
| HSV(B) | 214.29º | 0.41% | 0.8% | - |
| XYZ | 30.96 | 32.59 | 62.42 | - |
| YUV | 151.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 205 | 0.41 | 0.23 | 0 | 0.20 | 214.29 | 0.46 | 0.64 |
| Hex | 79 | 9D | CD | 29 | 17 | 0 | 14 | D6 | 2E | 40 |
| Octal | 171 | 235 | 315 | 51 | 27 | 0 | 24 | 326 | 56 | 100 |
| Binary | 1111001 | 10011101 | 11001101 | 101001 | 10111 | 0 | 10100 | 11010110 | 101110 | 1000000 |
Color Harmonies of #799DCD
Complementary color
Monochromatic Colors of #799DCD
Black with #799DCD
Text Example
Text Example
White with #799DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799DCD; }
p { color: rgb(121,157,205); }
H1.HeaderClassName
{
color: #799DCD;
}
.AnyTagClassName
{
color: #799DCD;
}
</style>
background-color css
<style>
a { background-color: #799DCD; }
a { background-color: rgb(121,157,205); }
div.DivClassName
{
background-color: #799DCD;
}
.BgClassName
{
background-color: #799DCD;
}
</style>
border-color css
<style>
span { border-color: #799DCD; }
span { border-color: rgb(121,157,205); }
td.TdClassName
{
border-color: #799DCD;
}
.TagClassName
{
border-color: #799DCD;
}
</style>