Shades of Polo Blue #7798CB
Tints of Polo Blue #7798CB
RGB
CMYK
RGB Variations
Color information
#7798CB (or 0x7798CB) is known color: Polo Blue. HEX triplet: 77, 98 and CB. RGB value is (119,152,203). Sum of RGB (Red+Green+Blue) = 119+152+203=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #7798CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7798CB is #886734. Grayscale: #939393. Windows color (decimal): -8939317 or 13342839. OLE color: 13342839.
HSL color Cylindrical-coordinate representation of color #7798CB: hue angle of 216.43º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7798CB is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 152 | 203 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.20 |
| HSL | 216.43º | 0.45% | 0.63% | - |
| HSV(B) | 216.43º | 0.41% | 0.8% | - |
| XYZ | 29.62 | 30.69 | 60.86 | - |
| YUV | 147.95 | 159.07 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 152 | 203 | 0.41 | 0.25 | 0 | 0.20 | 216.43 | 0.45 | 0.63 |
| Hex | 77 | 98 | CB | 29 | 19 | 0 | 14 | D8 | 2D | 3F |
| Octal | 167 | 230 | 313 | 51 | 31 | 0 | 24 | 330 | 55 | 77 |
| Binary | 1110111 | 10011000 | 11001011 | 101001 | 11001 | 0 | 10100 | 11011000 | 101101 | 111111 |
Color Harmonies of #7798CB
Complementary color
Monochromatic Colors of #7798CB
Black with #7798CB
Text Example
Text Example
White with #7798CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7798CB; }
p { color: rgb(119,152,203); }
H1.HeaderClassName
{
color: #7798CB;
}
.AnyTagClassName
{
color: #7798CB;
}
</style>
background-color css
<style>
a { background-color: #7798CB; }
a { background-color: rgb(119,152,203); }
div.DivClassName
{
background-color: #7798CB;
}
.BgClassName
{
background-color: #7798CB;
}
</style>
border-color css
<style>
span { border-color: #7798CB; }
span { border-color: rgb(119,152,203); }
td.TdClassName
{
border-color: #7798CB;
}
.TagClassName
{
border-color: #7798CB;
}
</style>