Shades of Portage #7A81E0
Tints of Portage #7A81E0
RGB
CMYK
RGB Variations
Color information
#7A81E0 (or 0x7A81E0) is known color: Portage. HEX triplet: 7A, 81 and E0. RGB value is (122,129,224). Sum of RGB (Red+Green+Blue) = 122+129+224=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A81E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A81E0 is #857E1F. Grayscale: #898989. Windows color (decimal): -8748576 or 14713210. OLE color: 14713210.
HSL color Cylindrical-coordinate representation of color #7A81E0: hue angle of 235.88º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A81E0 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 129 | 224 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.12 |
| HSL | 235.88º | 0.62% | 0.68% | - |
| HSV(B) | 235.88º | 0.46% | 0.88% | - |
| XYZ | 29.33 | 25.22 | 73.84 | - |
| YUV | 137.74 | 176.68 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 224 | 0.46 | 0.42 | 0 | 0.12 | 235.88 | 0.62 | 0.68 |
| Hex | 7A | 81 | E0 | 2E | 2A | 0 | C | EC | 3E | 44 |
| Octal | 172 | 201 | 340 | 56 | 52 | 0 | 14 | 354 | 76 | 104 |
| Binary | 1111010 | 10000001 | 11100000 | 101110 | 101010 | 0 | 1100 | 11101100 | 111110 | 1000100 |
Color Harmonies of #7A81E0
Complementary color
Monochromatic Colors of #7A81E0
Black with #7A81E0
Text Example
Text Example
White with #7A81E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A81E0; }
p { color: rgb(122,129,224); }
H1.HeaderClassName
{
color: #7A81E0;
}
.AnyTagClassName
{
color: #7A81E0;
}
</style>
background-color css
<style>
a { background-color: #7A81E0; }
a { background-color: rgb(122,129,224); }
div.DivClassName
{
background-color: #7A81E0;
}
.BgClassName
{
background-color: #7A81E0;
}
</style>
border-color css
<style>
span { border-color: #7A81E0; }
span { border-color: rgb(122,129,224); }
td.TdClassName
{
border-color: #7A81E0;
}
.TagClassName
{
border-color: #7A81E0;
}
</style>