Shades of Portage #7A8ADE
Tints of Portage #7A8ADE
RGB
CMYK
RGB Variations
Color information
#7A8ADE (or 0x7A8ADE) is known color: Portage. HEX triplet: 7A, 8A and DE. RGB value is (122,138,222). Sum of RGB (Red+Green+Blue) = 122+138+222=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 222 (87.11% from 255 or 46.06% from 482); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A8ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ADE is #857521. Grayscale: #8E8E8E. Windows color (decimal): -8746274 or 14584442. OLE color: 14584442.
HSL color Cylindrical-coordinate representation of color #7A8ADE: hue angle of 230.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A8ADE is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 138 | 222 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.13 |
| HSL | 230.4º | 0.6% | 0.67% | - |
| HSV(B) | 230.4º | 0.45% | 0.87% | - |
| XYZ | 30.3 | 27.59 | 72.84 | - |
| YUV | 142.79 | 172.7 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 222 | 0.45 | 0.38 | 0 | 0.13 | 230.4 | 0.6 | 0.67 |
| Hex | 7A | 8A | DE | 2D | 26 | 0 | D | E6 | 3C | 43 |
| Octal | 172 | 212 | 336 | 55 | 46 | 0 | 15 | 346 | 74 | 103 |
| Binary | 1111010 | 10001010 | 11011110 | 101101 | 100110 | 0 | 1101 | 11100110 | 111100 | 1000011 |
Color Harmonies of #7A8ADE
Complementary color
Monochromatic Colors of #7A8ADE
Black with #7A8ADE
Text Example
Text Example
White with #7A8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8ADE; }
p { color: rgb(122,138,222); }
H1.HeaderClassName
{
color: #7A8ADE;
}
.AnyTagClassName
{
color: #7A8ADE;
}
</style>
background-color css
<style>
a { background-color: #7A8ADE; }
a { background-color: rgb(122,138,222); }
div.DivClassName
{
background-color: #7A8ADE;
}
.BgClassName
{
background-color: #7A8ADE;
}
</style>
border-color css
<style>
span { border-color: #7A8ADE; }
span { border-color: rgb(122,138,222); }
td.TdClassName
{
border-color: #7A8ADE;
}
.TagClassName
{
border-color: #7A8ADE;
}
</style>