Shades of Polo Blue #799FCF
Tints of Polo Blue #799FCF
RGB
CMYK
RGB Variations
Color information
#799FCF (or 0x799FCF) is known color: Polo Blue. HEX triplet: 79, 9F and CF. RGB value is (121,159,207). Sum of RGB (Red+Green+Blue) = 121+159+207=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #799FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799FCF is #866030. Grayscale: #989898. Windows color (decimal): -8806449 or 13606777. OLE color: 13606777.
HSL color Cylindrical-coordinate representation of color #799FCF: hue angle of 213.49º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799FCF is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 159 | 207 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.19 |
| HSL | 213.49º | 0.47% | 0.64% | - |
| HSV(B) | 213.49º | 0.42% | 0.81% | - |
| XYZ | 31.55 | 33.37 | 63.81 | - |
| YUV | 153.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 207 | 0.42 | 0.23 | 0 | 0.19 | 213.49 | 0.47 | 0.64 |
| Hex | 79 | 9F | CF | 2A | 17 | 0 | 13 | D5 | 2F | 40 |
| Octal | 171 | 237 | 317 | 52 | 27 | 0 | 23 | 325 | 57 | 100 |
| Binary | 1111001 | 10011111 | 11001111 | 101010 | 10111 | 0 | 10011 | 11010101 | 101111 | 1000000 |
Color Harmonies of #799FCF
Complementary color
Monochromatic Colors of #799FCF
Black with #799FCF
Text Example
Text Example
White with #799FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799FCF; }
p { color: rgb(121,159,207); }
H1.HeaderClassName
{
color: #799FCF;
}
.AnyTagClassName
{
color: #799FCF;
}
</style>
background-color css
<style>
a { background-color: #799FCF; }
a { background-color: rgb(121,159,207); }
div.DivClassName
{
background-color: #799FCF;
}
.BgClassName
{
background-color: #799FCF;
}
</style>
border-color css
<style>
span { border-color: #799FCF; }
span { border-color: rgb(121,159,207); }
td.TdClassName
{
border-color: #799FCF;
}
.TagClassName
{
border-color: #799FCF;
}
</style>