Shades of Polo Blue #799CCD
Tints of Polo Blue #799CCD
RGB
CMYK
RGB Variations
Color information
#799CCD (or 0x799CCD) is known color: Polo Blue. HEX triplet: 79, 9C and CD. RGB value is (121,156,205). Sum of RGB (Red+Green+Blue) = 121+156+205=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #799CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CCD is #866332. Grayscale: #969696. Windows color (decimal): -8807219 or 13474937. OLE color: 13474937.
HSL color Cylindrical-coordinate representation of color #799CCD: hue angle of 215º 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 #799CCD is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 156 | 205 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.20 |
| HSL | 215º | 0.46% | 0.64% | - |
| HSV(B) | 215º | 0.41% | 0.8% | - |
| XYZ | 30.79 | 32.25 | 62.36 | - |
| YUV | 151.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 205 | 0.41 | 0.24 | 0 | 0.20 | 215 | 0.46 | 0.64 |
| Hex | 79 | 9C | CD | 29 | 18 | 0 | 14 | D7 | 2E | 40 |
| Octal | 171 | 234 | 315 | 51 | 30 | 0 | 24 | 327 | 56 | 100 |
| Binary | 1111001 | 10011100 | 11001101 | 101001 | 11000 | 0 | 10100 | 11010111 | 101110 | 1000000 |
Color Harmonies of #799CCD
Complementary color
Monochromatic Colors of #799CCD
Black with #799CCD
Text Example
Text Example
White with #799CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CCD; }
p { color: rgb(121,156,205); }
H1.HeaderClassName
{
color: #799CCD;
}
.AnyTagClassName
{
color: #799CCD;
}
</style>
background-color css
<style>
a { background-color: #799CCD; }
a { background-color: rgb(121,156,205); }
div.DivClassName
{
background-color: #799CCD;
}
.BgClassName
{
background-color: #799CCD;
}
</style>
border-color css
<style>
span { border-color: #799CCD; }
span { border-color: rgb(121,156,205); }
td.TdClassName
{
border-color: #799CCD;
}
.TagClassName
{
border-color: #799CCD;
}
</style>