Shades of Portage #7982DE
Tints of Portage #7982DE
RGB
CMYK
RGB Variations
Color information
#7982DE (or 0x7982DE) is known color: Portage. HEX triplet: 79, 82 and DE. RGB value is (121,130,222). Sum of RGB (Red+Green+Blue) = 121+130+222=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #7982DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982DE is #867D21. Grayscale: #898989. Windows color (decimal): -8813858 or 14582393. OLE color: 14582393.
HSL color Cylindrical-coordinate representation of color #7982DE: hue angle of 234.65º 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 #7982DE is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 130 | 222 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.13 |
| HSL | 234.65º | 0.6% | 0.67% | - |
| HSV(B) | 234.65º | 0.45% | 0.87% | - |
| XYZ | 29.05 | 25.3 | 72.46 | - |
| YUV | 137.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 222 | 0.45 | 0.41 | 0 | 0.13 | 234.65 | 0.6 | 0.67 |
| Hex | 79 | 82 | DE | 2D | 29 | 0 | D | EB | 3C | 43 |
| Octal | 171 | 202 | 336 | 55 | 51 | 0 | 15 | 353 | 74 | 103 |
| Binary | 1111001 | 10000010 | 11011110 | 101101 | 101001 | 0 | 1101 | 11101011 | 111100 | 1000011 |
Color Harmonies of #7982DE
Complementary color
Monochromatic Colors of #7982DE
Black with #7982DE
Text Example
Text Example
White with #7982DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7982DE; }
p { color: rgb(121,130,222); }
H1.HeaderClassName
{
color: #7982DE;
}
.AnyTagClassName
{
color: #7982DE;
}
</style>
background-color css
<style>
a { background-color: #7982DE; }
a { background-color: rgb(121,130,222); }
div.DivClassName
{
background-color: #7982DE;
}
.BgClassName
{
background-color: #7982DE;
}
</style>
border-color css
<style>
span { border-color: #7982DE; }
span { border-color: rgb(121,130,222); }
td.TdClassName
{
border-color: #7982DE;
}
.TagClassName
{
border-color: #7982DE;
}
</style>