Shades of Polo Blue #7DABD0
Tints of Polo Blue #7DABD0
RGB
CMYK
RGB Variations
Color information
#7DABD0 (or 0x7DABD0) is known color: Polo Blue. HEX triplet: 7D, AB and D0. RGB value is (125,171,208). Sum of RGB (Red+Green+Blue) = 125+171+208=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #7DABD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DABD0 is #82542F. Grayscale: #A1A1A1. Windows color (decimal): -8541232 or 13675389. OLE color: 13675389.
HSL color Cylindrical-coordinate representation of color #7DABD0: hue angle of 206.75º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DABD0 is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 171 | 208 | - |
| CMYK | 0.40 | 0.18 | 0 | 0.18 |
| HSL | 206.75º | 0.47% | 0.65% | - |
| HSV(B) | 206.75º | 0.4% | 0.82% | - |
| XYZ | 34.41 | 38.04 | 65.2 | - |
| YUV | 161.46 | 154.26 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 171 | 208 | 0.40 | 0.18 | 0 | 0.18 | 206.75 | 0.47 | 0.65 |
| Hex | 7D | AB | D0 | 28 | 12 | 0 | 12 | CF | 2F | 41 |
| Octal | 175 | 253 | 320 | 50 | 22 | 0 | 22 | 317 | 57 | 101 |
| Binary | 1111101 | 10101011 | 11010000 | 101000 | 10010 | 0 | 10010 | 11001111 | 101111 | 1000001 |
Color Harmonies of #7DABD0
Complementary color
Monochromatic Colors of #7DABD0
Black with #7DABD0
Text Example
Text Example
White with #7DABD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DABD0; }
p { color: rgb(125,171,208); }
H1.HeaderClassName
{
color: #7DABD0;
}
.AnyTagClassName
{
color: #7DABD0;
}
</style>
background-color css
<style>
a { background-color: #7DABD0; }
a { background-color: rgb(125,171,208); }
div.DivClassName
{
background-color: #7DABD0;
}
.BgClassName
{
background-color: #7DABD0;
}
</style>
border-color css
<style>
span { border-color: #7DABD0; }
span { border-color: rgb(125,171,208); }
td.TdClassName
{
border-color: #7DABD0;
}
.TagClassName
{
border-color: #7DABD0;
}
</style>