Shades of Polo Blue #7998D1
Tints of Polo Blue #7998D1
RGB
CMYK
RGB Variations
Color information
#7998D1 (or 0x7998D1) is known color: Polo Blue. HEX triplet: 79, 98 and D1. RGB value is (121,152,209). Sum of RGB (Red+Green+Blue) = 121+152+209=482 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.10% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #7998D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998D1 is #86672E. Grayscale: #949494. Windows color (decimal): -8808239 or 13736057. OLE color: 13736057.
HSL color Cylindrical-coordinate representation of color #7998D1: hue angle of 218.86º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7998D1 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 152 | 209 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.18 |
| HSL | 218.86º | 0.49% | 0.65% | - |
| HSV(B) | 218.86º | 0.42% | 0.82% | - |
| XYZ | 30.62 | 31.12 | 64.72 | - |
| YUV | 149.23 | 161.73 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 152 | 209 | 0.42 | 0.27 | 0 | 0.18 | 218.86 | 0.49 | 0.65 |
| Hex | 79 | 98 | D1 | 2A | 1B | 0 | 12 | DB | 31 | 41 |
| Octal | 171 | 230 | 321 | 52 | 33 | 0 | 22 | 333 | 61 | 101 |
| Binary | 1111001 | 10011000 | 11010001 | 101010 | 11011 | 0 | 10010 | 11011011 | 110001 | 1000001 |
Color Harmonies of #7998D1
Complementary color
Monochromatic Colors of #7998D1
Black with #7998D1
Text Example
Text Example
White with #7998D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7998D1; }
p { color: rgb(121,152,209); }
H1.HeaderClassName
{
color: #7998D1;
}
.AnyTagClassName
{
color: #7998D1;
}
</style>
background-color css
<style>
a { background-color: #7998D1; }
a { background-color: rgb(121,152,209); }
div.DivClassName
{
background-color: #7998D1;
}
.BgClassName
{
background-color: #7998D1;
}
</style>
border-color css
<style>
span { border-color: #7998D1; }
span { border-color: rgb(121,152,209); }
td.TdClassName
{
border-color: #7998D1;
}
.TagClassName
{
border-color: #7998D1;
}
</style>