Shades of Polo Blue #799ABF
Tints of Polo Blue #799ABF
RGB
CMYK
RGB Variations
Color information
#799ABF (or 0x799ABF) is known color: Polo Blue. HEX triplet: 79, 9A and BF. RGB value is (121,154,191). Sum of RGB (Red+Green+Blue) = 121+154+191=466 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.97% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 191 - color contains mainly: blue. Hex color #799ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ABF is #866540. Grayscale: #949494. Windows color (decimal): -8807745 or 12556921. OLE color: 12556921.
HSL color Cylindrical-coordinate representation of color #799ABF: hue angle of 211.71º degrees, saturation: 0.35, 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 #799ABF is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 154 | 191 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.25 |
| HSL | 211.71º | 0.35% | 0.61% | - |
| HSV(B) | 211.71º | 0.37% | 0.75% | - |
| XYZ | 28.84 | 30.94 | 53.74 | - |
| YUV | 148.35 | 152.07 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 191 | 0.37 | 0.19 | 0 | 0.25 | 211.71 | 0.35 | 0.61 |
| Hex | 79 | 9A | BF | 25 | 13 | 0 | 19 | D4 | 23 | 3D |
| Octal | 171 | 232 | 277 | 45 | 23 | 0 | 31 | 324 | 43 | 75 |
| Binary | 1111001 | 10011010 | 10111111 | 100101 | 10011 | 0 | 11001 | 11010100 | 100011 | 111101 |
Color Harmonies of #799ABF
Complementary color
Monochromatic Colors of #799ABF
Black with #799ABF
Text Example
Text Example
White with #799ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799ABF; }
p { color: rgb(121,154,191); }
H1.HeaderClassName
{
color: #799ABF;
}
.AnyTagClassName
{
color: #799ABF;
}
</style>
background-color css
<style>
a { background-color: #799ABF; }
a { background-color: rgb(121,154,191); }
div.DivClassName
{
background-color: #799ABF;
}
.BgClassName
{
background-color: #799ABF;
}
</style>
border-color css
<style>
span { border-color: #799ABF; }
span { border-color: rgb(121,154,191); }
td.TdClassName
{
border-color: #799ABF;
}
.TagClassName
{
border-color: #799ABF;
}
</style>