Shades of Polo Blue #7D9FCC
Tints of Polo Blue #7D9FCC
RGB
CMYK
RGB Variations
Color information
#7D9FCC (or 0x7D9FCC) is known color: Polo Blue. HEX triplet: 7D, 9F and CC. RGB value is (125,159,204). Sum of RGB (Red+Green+Blue) = 125+159+204=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D9FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9FCC is #826033. Grayscale: #999999. Windows color (decimal): -8544308 or 13410173. OLE color: 13410173.
HSL color Cylindrical-coordinate representation of color #7D9FCC: hue angle of 214.18º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D9FCC is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 159 | 204 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.2 |
| HSL | 214.18º | 0.44% | 0.65% | - |
| HSV(B) | 214.18º | 0.39% | 0.8% | - |
| XYZ | 31.75 | 33.52 | 61.92 | - |
| YUV | 153.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 159 | 204 | 0.39 | 0.22 | 0 | 0.2 | 214.18 | 0.44 | 0.65 |
| Hex | 7D | 9F | CC | 27 | 16 | 0 | 14 | D6 | 2C | 41 |
| Octal | 175 | 237 | 314 | 47 | 26 | 0 | 24 | 326 | 54 | 101 |
| Binary | 1111101 | 10011111 | 11001100 | 100111 | 10110 | 0 | 10100 | 11010110 | 101100 | 1000001 |
Color Harmonies of #7D9FCC
Complementary color
Monochromatic Colors of #7D9FCC
Black with #7D9FCC
Text Example
Text Example
White with #7D9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9FCC; }
p { color: rgb(125,159,204); }
H1.HeaderClassName
{
color: #7D9FCC;
}
.AnyTagClassName
{
color: #7D9FCC;
}
</style>
background-color css
<style>
a { background-color: #7D9FCC; }
a { background-color: rgb(125,159,204); }
div.DivClassName
{
background-color: #7D9FCC;
}
.BgClassName
{
background-color: #7D9FCC;
}
</style>
border-color css
<style>
span { border-color: #7D9FCC; }
span { border-color: rgb(125,159,204); }
td.TdClassName
{
border-color: #7D9FCC;
}
.TagClassName
{
border-color: #7D9FCC;
}
</style>