Shades of Polo Blue #7899C2
Tints of Polo Blue #7899C2
RGB
CMYK
RGB Variations
Color information
#7899C2 (or 0x7899C2) is known color: Polo Blue. HEX triplet: 78, 99 and C2. RGB value is (120,153,194). Sum of RGB (Red+Green+Blue) = 120+153+194=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #7899C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7899C2 is #87663D. Grayscale: #939393. Windows color (decimal): -8873534 or 12753272. OLE color: 12753272.
HSL color Cylindrical-coordinate representation of color #7899C2: hue angle of 213.24º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7899C2 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 153 | 194 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.24 |
| HSL | 213.24º | 0.38% | 0.62% | - |
| HSV(B) | 213.24º | 0.38% | 0.76% | - |
| XYZ | 28.87 | 30.67 | 55.44 | - |
| YUV | 147.81 | 154.07 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 194 | 0.38 | 0.21 | 0 | 0.24 | 213.24 | 0.38 | 0.62 |
| Hex | 78 | 99 | C2 | 26 | 15 | 0 | 18 | D5 | 26 | 3E |
| Octal | 170 | 231 | 302 | 46 | 25 | 0 | 30 | 325 | 46 | 76 |
| Binary | 1111000 | 10011001 | 11000010 | 100110 | 10101 | 0 | 11000 | 11010101 | 100110 | 111110 |
Color Harmonies of #7899C2
Complementary color
Monochromatic Colors of #7899C2
Black with #7899C2
Text Example
Text Example
White with #7899C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7899C2; }
p { color: rgb(120,153,194); }
H1.HeaderClassName
{
color: #7899C2;
}
.AnyTagClassName
{
color: #7899C2;
}
</style>
background-color css
<style>
a { background-color: #7899C2; }
a { background-color: rgb(120,153,194); }
div.DivClassName
{
background-color: #7899C2;
}
.BgClassName
{
background-color: #7899C2;
}
</style>
border-color css
<style>
span { border-color: #7899C2; }
span { border-color: rgb(120,153,194); }
td.TdClassName
{
border-color: #7899C2;
}
.TagClassName
{
border-color: #7899C2;
}
</style>