Shades of Polo Blue #799CC0
Tints of Polo Blue #799CC0
RGB
CMYK
RGB Variations
Color information
#799CC0 (or 0x799CC0) is known color: Polo Blue. HEX triplet: 79, 9C and C0. RGB value is (121,156,192). Sum of RGB (Red+Green+Blue) = 121+156+192=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 192 - color contains mainly: blue. Hex color #799CC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799CC0 is #86633F. Grayscale: #959595. Windows color (decimal): -8807232 or 12622969. OLE color: 12622969.
HSL color Cylindrical-coordinate representation of color #799CC0: hue angle of 210.42º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #799CC0 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 156 | 192 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.25 |
| HSL | 210.42º | 0.36% | 0.61% | - |
| HSV(B) | 210.42º | 0.37% | 0.75% | - |
| XYZ | 29.29 | 31.65 | 54.43 | - |
| YUV | 149.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 156 | 192 | 0.37 | 0.19 | 0 | 0.25 | 210.42 | 0.36 | 0.61 |
| Hex | 79 | 9C | C0 | 25 | 13 | 0 | 19 | D2 | 24 | 3D |
| Octal | 171 | 234 | 300 | 45 | 23 | 0 | 31 | 322 | 44 | 75 |
| Binary | 1111001 | 10011100 | 11000000 | 100101 | 10011 | 0 | 11001 | 11010010 | 100100 | 111101 |
Color Harmonies of #799CC0
Complementary color
Monochromatic Colors of #799CC0
Black with #799CC0
Text Example
Text Example
White with #799CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799CC0; }
p { color: rgb(121,156,192); }
H1.HeaderClassName
{
color: #799CC0;
}
.AnyTagClassName
{
color: #799CC0;
}
</style>
background-color css
<style>
a { background-color: #799CC0; }
a { background-color: rgb(121,156,192); }
div.DivClassName
{
background-color: #799CC0;
}
.BgClassName
{
background-color: #799CC0;
}
</style>
border-color css
<style>
span { border-color: #799CC0; }
span { border-color: rgb(121,156,192); }
td.TdClassName
{
border-color: #799CC0;
}
.TagClassName
{
border-color: #799CC0;
}
</style>