Shades of Portage #7A83D6
Tints of Portage #7A83D6
RGB
CMYK
RGB Variations
Color information
#7A83D6 (or 0x7A83D6) is known color: Portage. HEX triplet: 7A, 83 and D6. RGB value is (122,131,214). Sum of RGB (Red+Green+Blue) = 122+131+214=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #7A83D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A83D6 is #857C29. Grayscale: #898989. Windows color (decimal): -8748074 or 14058362. OLE color: 14058362.
HSL color Cylindrical-coordinate representation of color #7A83D6: hue angle of 234.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A83D6 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 131 | 214 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.16 |
| HSL | 234.13º | 0.53% | 0.66% | - |
| HSV(B) | 234.13º | 0.43% | 0.84% | - |
| XYZ | 28.28 | 25.23 | 67 | - |
| YUV | 137.77 | 171.02 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 131 | 214 | 0.43 | 0.39 | 0 | 0.16 | 234.13 | 0.53 | 0.66 |
| Hex | 7A | 83 | D6 | 2B | 27 | 0 | 10 | EA | 35 | 42 |
| Octal | 172 | 203 | 326 | 53 | 47 | 0 | 20 | 352 | 65 | 102 |
| Binary | 1111010 | 10000011 | 11010110 | 101011 | 100111 | 0 | 10000 | 11101010 | 110101 | 1000010 |
Color Harmonies of #7A83D6
Complementary color
Monochromatic Colors of #7A83D6
Black with #7A83D6
Text Example
Text Example
White with #7A83D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A83D6; }
p { color: rgb(122,131,214); }
H1.HeaderClassName
{
color: #7A83D6;
}
.AnyTagClassName
{
color: #7A83D6;
}
</style>
background-color css
<style>
a { background-color: #7A83D6; }
a { background-color: rgb(122,131,214); }
div.DivClassName
{
background-color: #7A83D6;
}
.BgClassName
{
background-color: #7A83D6;
}
</style>
border-color css
<style>
span { border-color: #7A83D6; }
span { border-color: rgb(122,131,214); }
td.TdClassName
{
border-color: #7A83D6;
}
.TagClassName
{
border-color: #7A83D6;
}
</style>