Shades of Polo Blue #799CCA
Tints of Polo Blue #799CCA
RGB
CMYK
RGB Variations
Color information
#799CCA (or 0x799CCA) is known color: Polo Blue. HEX triplet: 79, 9C and CA. RGB value is (121,156,202). Sum of RGB (Red+Green+Blue) = 121+156+202=479 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.26% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #799CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CCA is #866335. Grayscale: #969696. Windows color (decimal): -8807222 or 13278329. OLE color: 13278329.
HSL color Cylindrical-coordinate representation of color #799CCA: hue angle of 214.07º 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 #799CCA is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 156 | 202 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.21 |
| HSL | 214.07º | 0.43% | 0.63% | - |
| HSV(B) | 214.07º | 0.4% | 0.79% | - |
| XYZ | 30.43 | 32.11 | 60.47 | - |
| YUV | 150.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 202 | 0.40 | 0.23 | 0 | 0.21 | 214.07 | 0.43 | 0.63 |
| Hex | 79 | 9C | CA | 28 | 17 | 0 | 15 | D6 | 2B | 3F |
| Octal | 171 | 234 | 312 | 50 | 27 | 0 | 25 | 326 | 53 | 77 |
| Binary | 1111001 | 10011100 | 11001010 | 101000 | 10111 | 0 | 10101 | 11010110 | 101011 | 111111 |
Color Harmonies of #799CCA
Complementary color
Monochromatic Colors of #799CCA
Black with #799CCA
Text Example
Text Example
White with #799CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CCA; }
p { color: rgb(121,156,202); }
H1.HeaderClassName
{
color: #799CCA;
}
.AnyTagClassName
{
color: #799CCA;
}
</style>
background-color css
<style>
a { background-color: #799CCA; }
a { background-color: rgb(121,156,202); }
div.DivClassName
{
background-color: #799CCA;
}
.BgClassName
{
background-color: #799CCA;
}
</style>
border-color css
<style>
span { border-color: #799CCA; }
span { border-color: rgb(121,156,202); }
td.TdClassName
{
border-color: #799CCA;
}
.TagClassName
{
border-color: #799CCA;
}
</style>