Shades of Portage #7998DD
Tints of Portage #7998DD
RGB
CMYK
RGB Variations
Color information
#7998DD (or 0x7998DD) is known color: Portage. HEX triplet: 79, 98 and DD. RGB value is (121,152,221). Sum of RGB (Red+Green+Blue) = 121+152+221=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #7998DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998DD is #866722. Grayscale: #969696. Windows color (decimal): -8808227 or 14522489. OLE color: 14522489.
HSL color Cylindrical-coordinate representation of color #7998DD: hue angle of 221.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7998DD is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 152 | 221 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.13 |
| HSL | 221.4º | 0.6% | 0.67% | - |
| HSV(B) | 221.4º | 0.45% | 0.87% | - |
| XYZ | 32.16 | 31.74 | 72.84 | - |
| YUV | 150.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 152 | 221 | 0.45 | 0.31 | 0 | 0.13 | 221.4 | 0.6 | 0.67 |
| Hex | 79 | 98 | DD | 2D | 1F | 0 | D | DD | 3C | 43 |
| Octal | 171 | 230 | 335 | 55 | 37 | 0 | 15 | 335 | 74 | 103 |
| Binary | 1111001 | 10011000 | 11011101 | 101101 | 11111 | 0 | 1101 | 11011101 | 111100 | 1000011 |
Color Harmonies of #7998DD
Complementary color
Monochromatic Colors of #7998DD
Black with #7998DD
Text Example
Text Example
White with #7998DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7998DD; }
p { color: rgb(121,152,221); }
H1.HeaderClassName
{
color: #7998DD;
}
.AnyTagClassName
{
color: #7998DD;
}
</style>
background-color css
<style>
a { background-color: #7998DD; }
a { background-color: rgb(121,152,221); }
div.DivClassName
{
background-color: #7998DD;
}
.BgClassName
{
background-color: #7998DD;
}
</style>
border-color css
<style>
span { border-color: #7998DD; }
span { border-color: rgb(121,152,221); }
td.TdClassName
{
border-color: #7998DD;
}
.TagClassName
{
border-color: #7998DD;
}
</style>