Shades of Polo Blue #7D9CBE
Tints of Polo Blue #7D9CBE
RGB
CMYK
RGB Variations
Color information
#7D9CBE (or 0x7D9CBE) is known color: Polo Blue. HEX triplet: 7D, 9C and BE. RGB value is (125,156,190). Sum of RGB (Red+Green+Blue) = 125+156+190=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 156 (61.33% from 255 or 33.12% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D9CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D9CBE is #826341. Grayscale: #969696. Windows color (decimal): -8545090 or 12491901. OLE color: 12491901.
HSL color Cylindrical-coordinate representation of color #7D9CBE: hue angle of 211.38º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D9CBE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 156 | 190 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.25 |
| HSL | 211.38º | 0.33% | 0.62% | - |
| HSV(B) | 211.38º | 0.34% | 0.75% | - |
| XYZ | 29.64 | 31.85 | 53.3 | - |
| YUV | 150.61 | 150.23 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 156 | 190 | 0.34 | 0.18 | 0 | 0.25 | 211.38 | 0.33 | 0.62 |
| Hex | 7D | 9C | BE | 22 | 12 | 0 | 19 | D3 | 21 | 3E |
| Octal | 175 | 234 | 276 | 42 | 22 | 0 | 31 | 323 | 41 | 76 |
| Binary | 1111101 | 10011100 | 10111110 | 100010 | 10010 | 0 | 11001 | 11010011 | 100001 | 111110 |
Color Harmonies of #7D9CBE
Complementary color
Monochromatic Colors of #7D9CBE
Black with #7D9CBE
Text Example
Text Example
White with #7D9CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9CBE; }
p { color: rgb(125,156,190); }
H1.HeaderClassName
{
color: #7D9CBE;
}
.AnyTagClassName
{
color: #7D9CBE;
}
</style>
background-color css
<style>
a { background-color: #7D9CBE; }
a { background-color: rgb(125,156,190); }
div.DivClassName
{
background-color: #7D9CBE;
}
.BgClassName
{
background-color: #7D9CBE;
}
</style>
border-color css
<style>
span { border-color: #7D9CBE; }
span { border-color: rgb(125,156,190); }
td.TdClassName
{
border-color: #7D9CBE;
}
.TagClassName
{
border-color: #7D9CBE;
}
</style>