Shades of Polo Blue #7D99CE
Tints of Polo Blue #7D99CE
RGB
CMYK
RGB Variations
Color information
#7D99CE (or 0x7D99CE) is known color: Polo Blue. HEX triplet: 7D, 99 and CE. RGB value is (125,153,206). Sum of RGB (Red+Green+Blue) = 125+153+206=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D99CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D99CE is #826631. Grayscale: #969696. Windows color (decimal): -8545842 or 13539709. OLE color: 13539709.
HSL color Cylindrical-coordinate representation of color #7D99CE: hue angle of 219.26º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D99CE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 153 | 206 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.19 |
| HSL | 219.26º | 0.45% | 0.65% | - |
| HSV(B) | 219.26º | 0.39% | 0.81% | - |
| XYZ | 30.99 | 31.6 | 62.86 | - |
| YUV | 150.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 153 | 206 | 0.39 | 0.26 | 0 | 0.19 | 219.26 | 0.45 | 0.65 |
| Hex | 7D | 99 | CE | 27 | 1A | 0 | 13 | DB | 2D | 41 |
| Octal | 175 | 231 | 316 | 47 | 32 | 0 | 23 | 333 | 55 | 101 |
| Binary | 1111101 | 10011001 | 11001110 | 100111 | 11010 | 0 | 10011 | 11011011 | 101101 | 1000001 |
Color Harmonies of #7D99CE
Complementary color
Monochromatic Colors of #7D99CE
Black with #7D99CE
Text Example
Text Example
White with #7D99CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D99CE; }
p { color: rgb(125,153,206); }
H1.HeaderClassName
{
color: #7D99CE;
}
.AnyTagClassName
{
color: #7D99CE;
}
</style>
background-color css
<style>
a { background-color: #7D99CE; }
a { background-color: rgb(125,153,206); }
div.DivClassName
{
background-color: #7D99CE;
}
.BgClassName
{
background-color: #7D99CE;
}
</style>
border-color css
<style>
span { border-color: #7D99CE; }
span { border-color: rgb(125,153,206); }
td.TdClassName
{
border-color: #7D99CE;
}
.TagClassName
{
border-color: #7D99CE;
}
</style>