Shades of Polo Blue #7D9DCC
Tints of Polo Blue #7D9DCC
RGB
CMYK
RGB Variations
Color information
#7D9DCC (or 0x7D9DCC) is known color: Polo Blue. HEX triplet: 7D, 9D and CC. RGB value is (125,157,204). Sum of RGB (Red+Green+Blue) = 125+157+204=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D9DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9DCC is #826233. Grayscale: #989898. Windows color (decimal): -8544820 or 13409661. OLE color: 13409661.
HSL color Cylindrical-coordinate representation of color #7D9DCC: hue angle of 215.7º 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 #7D9DCC is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 157 | 204 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.2 |
| HSL | 215.7º | 0.44% | 0.65% | - |
| HSV(B) | 215.7º | 0.39% | 0.8% | - |
| XYZ | 31.41 | 32.83 | 61.81 | - |
| YUV | 152.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 157 | 204 | 0.39 | 0.23 | 0 | 0.2 | 215.7 | 0.44 | 0.65 |
| Hex | 7D | 9D | CC | 27 | 17 | 0 | 14 | D8 | 2C | 41 |
| Octal | 175 | 235 | 314 | 47 | 27 | 0 | 24 | 330 | 54 | 101 |
| Binary | 1111101 | 10011101 | 11001100 | 100111 | 10111 | 0 | 10100 | 11011000 | 101100 | 1000001 |
Color Harmonies of #7D9DCC
Complementary color
Monochromatic Colors of #7D9DCC
Black with #7D9DCC
Text Example
Text Example
White with #7D9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9DCC; }
p { color: rgb(125,157,204); }
H1.HeaderClassName
{
color: #7D9DCC;
}
.AnyTagClassName
{
color: #7D9DCC;
}
</style>
background-color css
<style>
a { background-color: #7D9DCC; }
a { background-color: rgb(125,157,204); }
div.DivClassName
{
background-color: #7D9DCC;
}
.BgClassName
{
background-color: #7D9DCC;
}
</style>
border-color css
<style>
span { border-color: #7D9DCC; }
span { border-color: rgb(125,157,204); }
td.TdClassName
{
border-color: #7D9DCC;
}
.TagClassName
{
border-color: #7D9DCC;
}
</style>