Shades of Polo Blue #799BCF
Tints of Polo Blue #799BCF
RGB
CMYK
RGB Variations
Color information
#799BCF (or 0x799BCF) is known color: Polo Blue. HEX triplet: 79, 9B and CF. RGB value is (121,155,207). Sum of RGB (Red+Green+Blue) = 121+155+207=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #799BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BCF is #866430. Grayscale: #969696. Windows color (decimal): -8807473 or 13605753. OLE color: 13605753.
HSL color Cylindrical-coordinate representation of color #799BCF: hue angle of 216.28º 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 #799BCF is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 155 | 207 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.19 |
| HSL | 216.28º | 0.47% | 0.64% | - |
| HSV(B) | 216.28º | 0.42% | 0.81% | - |
| XYZ | 30.87 | 32.01 | 63.58 | - |
| YUV | 150.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 155 | 207 | 0.42 | 0.25 | 0 | 0.19 | 216.28 | 0.47 | 0.64 |
| Hex | 79 | 9B | CF | 2A | 19 | 0 | 13 | D8 | 2F | 40 |
| Octal | 171 | 233 | 317 | 52 | 31 | 0 | 23 | 330 | 57 | 100 |
| Binary | 1111001 | 10011011 | 11001111 | 101010 | 11001 | 0 | 10011 | 11011000 | 101111 | 1000000 |
Color Harmonies of #799BCF
Complementary color
Monochromatic Colors of #799BCF
Black with #799BCF
Text Example
Text Example
White with #799BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799BCF; }
p { color: rgb(121,155,207); }
H1.HeaderClassName
{
color: #799BCF;
}
.AnyTagClassName
{
color: #799BCF;
}
</style>
background-color css
<style>
a { background-color: #799BCF; }
a { background-color: rgb(121,155,207); }
div.DivClassName
{
background-color: #799BCF;
}
.BgClassName
{
background-color: #799BCF;
}
</style>
border-color css
<style>
span { border-color: #799BCF; }
span { border-color: rgb(121,155,207); }
td.TdClassName
{
border-color: #799BCF;
}
.TagClassName
{
border-color: #799BCF;
}
</style>