Shades of Polo Blue #799AC0
Tints of Polo Blue #799AC0
RGB
CMYK
RGB Variations
Color information
#799AC0 (or 0x799AC0) is known color: Polo Blue. HEX triplet: 79, 9A and C0. RGB value is (121,154,192). Sum of RGB (Red+Green+Blue) = 121+154+192=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #799AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AC0 is #86653F. Grayscale: #949494. Windows color (decimal): -8807744 or 12622457. OLE color: 12622457.
HSL color Cylindrical-coordinate representation of color #799AC0: hue angle of 212.11º 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 #799AC0 is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 154 | 192 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.25 |
| HSL | 212.11º | 0.36% | 0.61% | - |
| HSV(B) | 212.11º | 0.37% | 0.75% | - |
| XYZ | 28.96 | 30.98 | 54.32 | - |
| YUV | 148.47 | 152.57 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 154 | 192 | 0.37 | 0.20 | 0 | 0.25 | 212.11 | 0.36 | 0.61 |
| Hex | 79 | 9A | C0 | 25 | 14 | 0 | 19 | D4 | 24 | 3D |
| Octal | 171 | 232 | 300 | 45 | 24 | 0 | 31 | 324 | 44 | 75 |
| Binary | 1111001 | 10011010 | 11000000 | 100101 | 10100 | 0 | 11001 | 11010100 | 100100 | 111101 |
Color Harmonies of #799AC0
Complementary color
Monochromatic Colors of #799AC0
Black with #799AC0
Text Example
Text Example
White with #799AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799AC0; }
p { color: rgb(121,154,192); }
H1.HeaderClassName
{
color: #799AC0;
}
.AnyTagClassName
{
color: #799AC0;
}
</style>
background-color css
<style>
a { background-color: #799AC0; }
a { background-color: rgb(121,154,192); }
div.DivClassName
{
background-color: #799AC0;
}
.BgClassName
{
background-color: #799AC0;
}
</style>
border-color css
<style>
span { border-color: #799AC0; }
span { border-color: rgb(121,154,192); }
td.TdClassName
{
border-color: #799AC0;
}
.TagClassName
{
border-color: #799AC0;
}
</style>