Shades of Portage #7A8AD1
Tints of Portage #7A8AD1
RGB
CMYK
RGB Variations
Color information
#7A8AD1 (or 0x7A8AD1) is known color: Portage. HEX triplet: 7A, 8A and D1. RGB value is (122,138,209). Sum of RGB (Red+Green+Blue) = 122+138+209=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A8AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8AD1 is #85752E. Grayscale: #8D8D8D. Windows color (decimal): -8746287 or 13732474. OLE color: 13732474.
HSL color Cylindrical-coordinate representation of color #7A8AD1: hue angle of 228.97º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A8AD1 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 138 | 209 | - |
| CMYK | 0.42 | 0.34 | 0 | 0.18 |
| HSL | 228.97º | 0.49% | 0.65% | - |
| HSV(B) | 228.97º | 0.42% | 0.82% | - |
| XYZ | 28.62 | 26.92 | 64.01 | - |
| YUV | 141.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 209 | 0.42 | 0.34 | 0 | 0.18 | 228.97 | 0.49 | 0.65 |
| Hex | 7A | 8A | D1 | 2A | 22 | 0 | 12 | E5 | 31 | 41 |
| Octal | 172 | 212 | 321 | 52 | 42 | 0 | 22 | 345 | 61 | 101 |
| Binary | 1111010 | 10001010 | 11010001 | 101010 | 100010 | 0 | 10010 | 11100101 | 110001 | 1000001 |
Color Harmonies of #7A8AD1
Complementary color
Monochromatic Colors of #7A8AD1
Black with #7A8AD1
Text Example
Text Example
White with #7A8AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8AD1; }
p { color: rgb(122,138,209); }
H1.HeaderClassName
{
color: #7A8AD1;
}
.AnyTagClassName
{
color: #7A8AD1;
}
</style>
background-color css
<style>
a { background-color: #7A8AD1; }
a { background-color: rgb(122,138,209); }
div.DivClassName
{
background-color: #7A8AD1;
}
.BgClassName
{
background-color: #7A8AD1;
}
</style>
border-color css
<style>
span { border-color: #7A8AD1; }
span { border-color: rgb(122,138,209); }
td.TdClassName
{
border-color: #7A8AD1;
}
.TagClassName
{
border-color: #7A8AD1;
}
</style>