Shades of Polo Blue #7698CE
Tints of Polo Blue #7698CE
RGB
CMYK
RGB Variations
Color information
#7698CE (or 0x7698CE) is known color: Polo Blue. HEX triplet: 76, 98 and CE. RGB value is (118,152,206). Sum of RGB (Red+Green+Blue) = 118+152+206=476 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.79% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #7698CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698CE is #896731. Grayscale: #939393. Windows color (decimal): -9004850 or 13539446. OLE color: 13539446.
HSL color Cylindrical-coordinate representation of color #7698CE: hue angle of 216.82º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7698CE is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 152 | 206 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.19 |
| HSL | 216.82º | 0.47% | 0.64% | - |
| HSV(B) | 216.82º | 0.43% | 0.81% | - |
| XYZ | 29.84 | 30.76 | 62.76 | - |
| YUV | 147.99 | 160.74 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 206 | 0.43 | 0.26 | 0 | 0.19 | 216.82 | 0.47 | 0.64 |
| Hex | 76 | 98 | CE | 2B | 1A | 0 | 13 | D9 | 2F | 40 |
| Octal | 166 | 230 | 316 | 53 | 32 | 0 | 23 | 331 | 57 | 100 |
| Binary | 1110110 | 10011000 | 11001110 | 101011 | 11010 | 0 | 10011 | 11011001 | 101111 | 1000000 |
Color Harmonies of #7698CE
Complementary color
Monochromatic Colors of #7698CE
Black with #7698CE
Text Example
Text Example
White with #7698CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7698CE; }
p { color: rgb(118,152,206); }
H1.HeaderClassName
{
color: #7698CE;
}
.AnyTagClassName
{
color: #7698CE;
}
</style>
background-color css
<style>
a { background-color: #7698CE; }
a { background-color: rgb(118,152,206); }
div.DivClassName
{
background-color: #7698CE;
}
.BgClassName
{
background-color: #7698CE;
}
</style>
border-color css
<style>
span { border-color: #7698CE; }
span { border-color: rgb(118,152,206); }
td.TdClassName
{
border-color: #7698CE;
}
.TagClassName
{
border-color: #7698CE;
}
</style>