Shades of Portage #7A82DA
Tints of Portage #7A82DA
RGB
CMYK
RGB Variations
Color information
#7A82DA (or 0x7A82DA) is known color: Portage. HEX triplet: 7A, 82 and DA. RGB value is (122,130,218). Sum of RGB (Red+Green+Blue) = 122+130+218=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A82DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A82DA is #857D25. Grayscale: #898989. Windows color (decimal): -8748326 or 14320250. OLE color: 14320250.
HSL color Cylindrical-coordinate representation of color #7A82DA: hue angle of 235º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A82DA is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 130 | 218 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.15 |
| HSL | 235º | 0.56% | 0.67% | - |
| HSV(B) | 235º | 0.44% | 0.85% | - |
| XYZ | 28.66 | 25.16 | 69.68 | - |
| YUV | 137.64 | 173.35 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 130 | 218 | 0.44 | 0.40 | 0 | 0.15 | 235 | 0.56 | 0.67 |
| Hex | 7A | 82 | DA | 2C | 28 | 0 | F | EB | 38 | 43 |
| Octal | 172 | 202 | 332 | 54 | 50 | 0 | 17 | 353 | 70 | 103 |
| Binary | 1111010 | 10000010 | 11011010 | 101100 | 101000 | 0 | 1111 | 11101011 | 111000 | 1000011 |
Color Harmonies of #7A82DA
Complementary color
Monochromatic Colors of #7A82DA
Black with #7A82DA
Text Example
Text Example
White with #7A82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A82DA; }
p { color: rgb(122,130,218); }
H1.HeaderClassName
{
color: #7A82DA;
}
.AnyTagClassName
{
color: #7A82DA;
}
</style>
background-color css
<style>
a { background-color: #7A82DA; }
a { background-color: rgb(122,130,218); }
div.DivClassName
{
background-color: #7A82DA;
}
.BgClassName
{
background-color: #7A82DA;
}
</style>
border-color css
<style>
span { border-color: #7A82DA; }
span { border-color: rgb(122,130,218); }
td.TdClassName
{
border-color: #7A82DA;
}
.TagClassName
{
border-color: #7A82DA;
}
</style>