Shades of Portage #7982DF
Tints of Portage #7982DF
RGB
CMYK
RGB Variations
Color information
#7982DF (or 0x7982DF) is known color: Portage. HEX triplet: 79, 82 and DF. RGB value is (121,130,223). Sum of RGB (Red+Green+Blue) = 121+130+223=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #7982DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7982DF is #867D20. Grayscale: #898989. Windows color (decimal): -8813857 or 14647929. OLE color: 14647929.
HSL color Cylindrical-coordinate representation of color #7982DF: hue angle of 234.71º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7982DF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 130 | 223 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.13 |
| HSL | 234.71º | 0.61% | 0.67% | - |
| HSV(B) | 234.71º | 0.46% | 0.87% | - |
| XYZ | 29.19 | 25.36 | 73.17 | - |
| YUV | 137.91 | 176.02 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 223 | 0.46 | 0.42 | 0 | 0.13 | 234.71 | 0.61 | 0.67 |
| Hex | 79 | 82 | DF | 2E | 2A | 0 | D | EB | 3D | 43 |
| Octal | 171 | 202 | 337 | 56 | 52 | 0 | 15 | 353 | 75 | 103 |
| Binary | 1111001 | 10000010 | 11011111 | 101110 | 101010 | 0 | 1101 | 11101011 | 111101 | 1000011 |
Color Harmonies of #7982DF
Complementary color
Monochromatic Colors of #7982DF
Black with #7982DF
Text Example
Text Example
White with #7982DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7982DF; }
p { color: rgb(121,130,223); }
H1.HeaderClassName
{
color: #7982DF;
}
.AnyTagClassName
{
color: #7982DF;
}
</style>
background-color css
<style>
a { background-color: #7982DF; }
a { background-color: rgb(121,130,223); }
div.DivClassName
{
background-color: #7982DF;
}
.BgClassName
{
background-color: #7982DF;
}
</style>
border-color css
<style>
span { border-color: #7982DF; }
span { border-color: rgb(121,130,223); }
td.TdClassName
{
border-color: #7982DF;
}
.TagClassName
{
border-color: #7982DF;
}
</style>