Shades of Polo Blue #7D9BCD
Tints of Polo Blue #7D9BCD
RGB
CMYK
RGB Variations
Color information
#7D9BCD (or 0x7D9BCD) is known color: Polo Blue. HEX triplet: 7D, 9B and CD. RGB value is (125,155,205). Sum of RGB (Red+Green+Blue) = 125+155+205=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D9BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9BCD is #826432. Grayscale: #979797. Windows color (decimal): -8545331 or 13474685. OLE color: 13474685.
HSL color Cylindrical-coordinate representation of color #7D9BCD: hue angle of 217.5º 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 #7D9BCD is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 155 | 205 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.20 |
| HSL | 217.5º | 0.44% | 0.65% | - |
| HSV(B) | 217.5º | 0.39% | 0.8% | - |
| XYZ | 31.2 | 32.21 | 62.33 | - |
| YUV | 151.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 155 | 205 | 0.39 | 0.24 | 0 | 0.20 | 217.5 | 0.44 | 0.65 |
| Hex | 7D | 9B | CD | 27 | 18 | 0 | 14 | DA | 2C | 41 |
| Octal | 175 | 233 | 315 | 47 | 30 | 0 | 24 | 332 | 54 | 101 |
| Binary | 1111101 | 10011011 | 11001101 | 100111 | 11000 | 0 | 10100 | 11011010 | 101100 | 1000001 |
Color Harmonies of #7D9BCD
Complementary color
Monochromatic Colors of #7D9BCD
Black with #7D9BCD
Text Example
Text Example
White with #7D9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9BCD; }
p { color: rgb(125,155,205); }
H1.HeaderClassName
{
color: #7D9BCD;
}
.AnyTagClassName
{
color: #7D9BCD;
}
</style>
background-color css
<style>
a { background-color: #7D9BCD; }
a { background-color: rgb(125,155,205); }
div.DivClassName
{
background-color: #7D9BCD;
}
.BgClassName
{
background-color: #7D9BCD;
}
</style>
border-color css
<style>
span { border-color: #7D9BCD; }
span { border-color: rgb(125,155,205); }
td.TdClassName
{
border-color: #7D9BCD;
}
.TagClassName
{
border-color: #7D9BCD;
}
</style>