Shades of Portage #7998DA
Tints of Portage #7998DA
RGB
CMYK
RGB Variations
Color information
#7998DA (or 0x7998DA) is known color: Portage. HEX triplet: 79, 98 and DA. RGB value is (121,152,218). Sum of RGB (Red+Green+Blue) = 121+152+218=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #7998DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7998DA is #866725. Grayscale: #959595. Windows color (decimal): -8808230 or 14325881. OLE color: 14325881.
HSL color Cylindrical-coordinate representation of color #7998DA: hue angle of 220.82º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7998DA is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 152 | 218 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.15 |
| HSL | 220.82º | 0.57% | 0.66% | - |
| HSV(B) | 220.82º | 0.44% | 0.85% | - |
| XYZ | 31.77 | 31.58 | 70.75 | - |
| YUV | 150.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 152 | 218 | 0.44 | 0.30 | 0 | 0.15 | 220.82 | 0.57 | 0.66 |
| Hex | 79 | 98 | DA | 2C | 1E | 0 | F | DD | 39 | 42 |
| Octal | 171 | 230 | 332 | 54 | 36 | 0 | 17 | 335 | 71 | 102 |
| Binary | 1111001 | 10011000 | 11011010 | 101100 | 11110 | 0 | 1111 | 11011101 | 111001 | 1000010 |
Color Harmonies of #7998DA
Complementary color
Monochromatic Colors of #7998DA
Black with #7998DA
Text Example
Text Example
White with #7998DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7998DA; }
p { color: rgb(121,152,218); }
H1.HeaderClassName
{
color: #7998DA;
}
.AnyTagClassName
{
color: #7998DA;
}
</style>
background-color css
<style>
a { background-color: #7998DA; }
a { background-color: rgb(121,152,218); }
div.DivClassName
{
background-color: #7998DA;
}
.BgClassName
{
background-color: #7998DA;
}
</style>
border-color css
<style>
span { border-color: #7998DA; }
span { border-color: rgb(121,152,218); }
td.TdClassName
{
border-color: #7998DA;
}
.TagClassName
{
border-color: #7998DA;
}
</style>