Shades of Polo Blue #7D9CCD
Tints of Polo Blue #7D9CCD
RGB
CMYK
RGB Variations
Color information
#7D9CCD (or 0x7D9CCD) is known color: Polo Blue. HEX triplet: 7D, 9C and CD. RGB value is (125,156,205). Sum of RGB (Red+Green+Blue) = 125+156+205=486 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.72% from 486); Green value is 156 (61.33% from 255 or 32.10% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D9CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CCD is #826332. Grayscale: #989898. Windows color (decimal): -8545075 or 13474941. OLE color: 13474941.
HSL color Cylindrical-coordinate representation of color #7D9CCD: hue angle of 216.75º 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 #7D9CCD is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 156 | 205 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.20 |
| HSL | 216.75º | 0.44% | 0.65% | - |
| HSV(B) | 216.75º | 0.39% | 0.8% | - |
| XYZ | 31.37 | 32.54 | 62.39 | - |
| YUV | 152.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 205 | 0.39 | 0.24 | 0 | 0.20 | 216.75 | 0.44 | 0.65 |
| Hex | 7D | 9C | CD | 27 | 18 | 0 | 14 | D9 | 2C | 41 |
| Octal | 175 | 234 | 315 | 47 | 30 | 0 | 24 | 331 | 54 | 101 |
| Binary | 1111101 | 10011100 | 11001101 | 100111 | 11000 | 0 | 10100 | 11011001 | 101100 | 1000001 |
Color Harmonies of #7D9CCD
Complementary color
Monochromatic Colors of #7D9CCD
Black with #7D9CCD
Text Example
Text Example
White with #7D9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9CCD; }
p { color: rgb(125,156,205); }
H1.HeaderClassName
{
color: #7D9CCD;
}
.AnyTagClassName
{
color: #7D9CCD;
}
</style>
background-color css
<style>
a { background-color: #7D9CCD; }
a { background-color: rgb(125,156,205); }
div.DivClassName
{
background-color: #7D9CCD;
}
.BgClassName
{
background-color: #7D9CCD;
}
</style>
border-color css
<style>
span { border-color: #7D9CCD; }
span { border-color: rgb(125,156,205); }
td.TdClassName
{
border-color: #7D9CCD;
}
.TagClassName
{
border-color: #7D9CCD;
}
</style>