Shades of Polo Blue #7698C8
Tints of Polo Blue #7698C8
RGB
CMYK
RGB Variations
Color information
#7698C8 (or 0x7698C8) is known color: Polo Blue. HEX triplet: 76, 98 and C8. RGB value is (118,152,200). Sum of RGB (Red+Green+Blue) = 118+152+200=470 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.11% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #7698C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7698C8 is #896737. Grayscale: #939393. Windows color (decimal): -9004856 or 13146230. OLE color: 13146230.
HSL color Cylindrical-coordinate representation of color #7698C8: hue angle of 215.12º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7698C8 is Cyan = 0.41, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 152 | 200 | - |
| CMYK | 0.41 | 0.24 | 0 | 0.22 |
| HSL | 215.12º | 0.43% | 0.62% | - |
| HSV(B) | 215.12º | 0.41% | 0.78% | - |
| XYZ | 29.12 | 30.48 | 58.99 | - |
| YUV | 147.31 | 157.74 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 200 | 0.41 | 0.24 | 0 | 0.22 | 215.12 | 0.43 | 0.62 |
| Hex | 76 | 98 | C8 | 29 | 18 | 0 | 16 | D7 | 2B | 3E |
| Octal | 166 | 230 | 310 | 51 | 30 | 0 | 26 | 327 | 53 | 76 |
| Binary | 1110110 | 10011000 | 11001000 | 101001 | 11000 | 0 | 10110 | 11010111 | 101011 | 111110 |
Color Harmonies of #7698C8
Complementary color
Monochromatic Colors of #7698C8
Black with #7698C8
Text Example
Text Example
White with #7698C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7698C8; }
p { color: rgb(118,152,200); }
H1.HeaderClassName
{
color: #7698C8;
}
.AnyTagClassName
{
color: #7698C8;
}
</style>
background-color css
<style>
a { background-color: #7698C8; }
a { background-color: rgb(118,152,200); }
div.DivClassName
{
background-color: #7698C8;
}
.BgClassName
{
background-color: #7698C8;
}
</style>
border-color css
<style>
span { border-color: #7698C8; }
span { border-color: rgb(118,152,200); }
td.TdClassName
{
border-color: #7698C8;
}
.TagClassName
{
border-color: #7698C8;
}
</style>