Shades of Polo Blue #7D98C4
Tints of Polo Blue #7D98C4
RGB
CMYK
RGB Variations
Color information
#7D98C4 (or 0x7D98C4) is known color: Polo Blue. HEX triplet: 7D, 98 and C4. RGB value is (125,152,196). Sum of RGB (Red+Green+Blue) = 125+152+196=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D98C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D98C4 is #82673B. Grayscale: #949494. Windows color (decimal): -8546108 or 12884093. OLE color: 12884093.
HSL color Cylindrical-coordinate representation of color #7D98C4: hue angle of 217.18º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D98C4 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 152 | 196 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.23 |
| HSL | 217.18º | 0.38% | 0.63% | - |
| HSV(B) | 217.18º | 0.36% | 0.77% | - |
| XYZ | 29.65 | 30.8 | 56.61 | - |
| YUV | 148.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 152 | 196 | 0.36 | 0.22 | 0 | 0.23 | 217.18 | 0.38 | 0.63 |
| Hex | 7D | 98 | C4 | 24 | 16 | 0 | 17 | D9 | 26 | 3F |
| Octal | 175 | 230 | 304 | 44 | 26 | 0 | 27 | 331 | 46 | 77 |
| Binary | 1111101 | 10011000 | 11000100 | 100100 | 10110 | 0 | 10111 | 11011001 | 100110 | 111111 |
Color Harmonies of #7D98C4
Complementary color
Monochromatic Colors of #7D98C4
Black with #7D98C4
Text Example
Text Example
White with #7D98C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D98C4; }
p { color: rgb(125,152,196); }
H1.HeaderClassName
{
color: #7D98C4;
}
.AnyTagClassName
{
color: #7D98C4;
}
</style>
background-color css
<style>
a { background-color: #7D98C4; }
a { background-color: rgb(125,152,196); }
div.DivClassName
{
background-color: #7D98C4;
}
.BgClassName
{
background-color: #7D98C4;
}
</style>
border-color css
<style>
span { border-color: #7D98C4; }
span { border-color: rgb(125,152,196); }
td.TdClassName
{
border-color: #7D98C4;
}
.TagClassName
{
border-color: #7D98C4;
}
</style>