Shades of Polo Blue #7998CC
Tints of Polo Blue #7998CC
RGB
CMYK
RGB Variations
Color information
#7998CC (or 0x7998CC) is known color: Polo Blue. HEX triplet: 79, 98 and CC. RGB value is (121,152,204). Sum of RGB (Red+Green+Blue) = 121+152+204=477 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.37% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #7998CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998CC is #866733. Grayscale: #949494. Windows color (decimal): -8808244 or 13408377. OLE color: 13408377.
HSL color Cylindrical-coordinate representation of color #7998CC: hue angle of 217.59º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7998CC is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 121 | 152 | 204 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.2 |
| HSL | 217.59º | 0.45% | 0.64% | - |
| HSV(B) | 217.59º | 0.41% | 0.8% | - |
| XYZ | 30.01 | 30.88 | 61.51 | - |
| YUV | 148.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 152 | 204 | 0.41 | 0.25 | 0 | 0.2 | 217.59 | 0.45 | 0.64 |
| Hex | 79 | 98 | CC | 29 | 19 | 0 | 14 | DA | 2D | 40 |
| Octal | 171 | 230 | 314 | 51 | 31 | 0 | 24 | 332 | 55 | 100 |
| Binary | 1111001 | 10011000 | 11001100 | 101001 | 11001 | 0 | 10100 | 11011010 | 101101 | 1000000 |
Color Harmonies of #7998CC
Complementary color
Monochromatic Colors of #7998CC
Black with #7998CC
Text Example
Text Example
White with #7998CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7998CC; }
p { color: rgb(121,152,204); }
H1.HeaderClassName
{
color: #7998CC;
}
.AnyTagClassName
{
color: #7998CC;
}
</style>
background-color css
<style>
a { background-color: #7998CC; }
a { background-color: rgb(121,152,204); }
div.DivClassName
{
background-color: #7998CC;
}
.BgClassName
{
background-color: #7998CC;
}
</style>
border-color css
<style>
span { border-color: #7998CC; }
span { border-color: rgb(121,152,204); }
td.TdClassName
{
border-color: #7998CC;
}
.TagClassName
{
border-color: #7998CC;
}
</style>