Shades of Polo Blue #7899CE
Tints of Polo Blue #7899CE
RGB
CMYK
RGB Variations
Color information
#7899CE (or 0x7899CE) is known color: Polo Blue. HEX triplet: 78, 99 and CE. RGB value is (120,153,206). Sum of RGB (Red+Green+Blue) = 120+153+206=479 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.05% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #7899CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7899CE is #876631. Grayscale: #949494. Windows color (decimal): -8873522 or 13539704. OLE color: 13539704.
HSL color Cylindrical-coordinate representation of color #7899CE: hue angle of 216.98º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7899CE is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 153 | 206 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.19 |
| HSL | 216.98º | 0.47% | 0.64% | - |
| HSV(B) | 216.98º | 0.42% | 0.81% | - |
| XYZ | 30.28 | 31.23 | 62.83 | - |
| YUV | 149.18 | 160.07 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 206 | 0.42 | 0.26 | 0 | 0.19 | 216.98 | 0.47 | 0.64 |
| Hex | 78 | 99 | CE | 2A | 1A | 0 | 13 | D9 | 2F | 40 |
| Octal | 170 | 231 | 316 | 52 | 32 | 0 | 23 | 331 | 57 | 100 |
| Binary | 1111000 | 10011001 | 11001110 | 101010 | 11010 | 0 | 10011 | 11011001 | 101111 | 1000000 |
Color Harmonies of #7899CE
Complementary color
Monochromatic Colors of #7899CE
Black with #7899CE
Text Example
Text Example
White with #7899CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7899CE; }
p { color: rgb(120,153,206); }
H1.HeaderClassName
{
color: #7899CE;
}
.AnyTagClassName
{
color: #7899CE;
}
</style>
background-color css
<style>
a { background-color: #7899CE; }
a { background-color: rgb(120,153,206); }
div.DivClassName
{
background-color: #7899CE;
}
.BgClassName
{
background-color: #7899CE;
}
</style>
border-color css
<style>
span { border-color: #7899CE; }
span { border-color: rgb(120,153,206); }
td.TdClassName
{
border-color: #7899CE;
}
.TagClassName
{
border-color: #7899CE;
}
</style>