Shades of Polo Blue #799DC3
Tints of Polo Blue #799DC3
RGB
CMYK
RGB Variations
Color information
#799DC3 (or 0x799DC3) is known color: Polo Blue. HEX triplet: 79, 9D and C3. RGB value is (121,157,195). Sum of RGB (Red+Green+Blue) = 121+157+195=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 195 (76.56% from 255 or 41.23% from 473); Max value from RGB is 195 - color contains mainly: blue. Hex color #799DC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DC3 is #86623C. Grayscale: #969696. Windows color (decimal): -8806973 or 12819833. OLE color: 12819833.
HSL color Cylindrical-coordinate representation of color #799DC3: hue angle of 210.81º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #799DC3 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 157 | 195 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.24 |
| HSL | 210.81º | 0.38% | 0.62% | - |
| HSV(B) | 210.81º | 0.38% | 0.76% | - |
| XYZ | 29.79 | 32.12 | 56.26 | - |
| YUV | 150.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 195 | 0.38 | 0.19 | 0 | 0.24 | 210.81 | 0.38 | 0.62 |
| Hex | 79 | 9D | C3 | 26 | 13 | 0 | 18 | D3 | 26 | 3E |
| Octal | 171 | 235 | 303 | 46 | 23 | 0 | 30 | 323 | 46 | 76 |
| Binary | 1111001 | 10011101 | 11000011 | 100110 | 10011 | 0 | 11000 | 11010011 | 100110 | 111110 |
Color Harmonies of #799DC3
Complementary color
Monochromatic Colors of #799DC3
Black with #799DC3
Text Example
Text Example
White with #799DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799DC3; }
p { color: rgb(121,157,195); }
H1.HeaderClassName
{
color: #799DC3;
}
.AnyTagClassName
{
color: #799DC3;
}
</style>
background-color css
<style>
a { background-color: #799DC3; }
a { background-color: rgb(121,157,195); }
div.DivClassName
{
background-color: #799DC3;
}
.BgClassName
{
background-color: #799DC3;
}
</style>
border-color css
<style>
span { border-color: #799DC3; }
span { border-color: rgb(121,157,195); }
td.TdClassName
{
border-color: #799DC3;
}
.TagClassName
{
border-color: #799DC3;
}
</style>