Shades of Portage #7A8ADC
Tints of Portage #7A8ADC
RGB
CMYK
RGB Variations
Color information
#7A8ADC (or 0x7A8ADC) is known color: Portage. HEX triplet: 7A, 8A and DC. RGB value is (122,138,220). Sum of RGB (Red+Green+Blue) = 122+138+220=480 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.42% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A8ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8ADC is #857523. Grayscale: #8E8E8E. Windows color (decimal): -8746276 or 14453370. OLE color: 14453370.
HSL color Cylindrical-coordinate representation of color #7A8ADC: hue angle of 230.2º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A8ADC is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 138 | 220 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.14 |
| HSL | 230.2º | 0.58% | 0.67% | - |
| HSV(B) | 230.2º | 0.45% | 0.86% | - |
| XYZ | 30.03 | 27.48 | 71.43 | - |
| YUV | 142.56 | 171.7 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 138 | 220 | 0.45 | 0.37 | 0 | 0.14 | 230.2 | 0.58 | 0.67 |
| Hex | 7A | 8A | DC | 2D | 25 | 0 | E | E6 | 3A | 43 |
| Octal | 172 | 212 | 334 | 55 | 45 | 0 | 16 | 346 | 72 | 103 |
| Binary | 1111010 | 10001010 | 11011100 | 101101 | 100101 | 0 | 1110 | 11100110 | 111010 | 1000011 |
Color Harmonies of #7A8ADC
Complementary color
Monochromatic Colors of #7A8ADC
Black with #7A8ADC
Text Example
Text Example
White with #7A8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8ADC; }
p { color: rgb(122,138,220); }
H1.HeaderClassName
{
color: #7A8ADC;
}
.AnyTagClassName
{
color: #7A8ADC;
}
</style>
background-color css
<style>
a { background-color: #7A8ADC; }
a { background-color: rgb(122,138,220); }
div.DivClassName
{
background-color: #7A8ADC;
}
.BgClassName
{
background-color: #7A8ADC;
}
</style>
border-color css
<style>
span { border-color: #7A8ADC; }
span { border-color: rgb(122,138,220); }
td.TdClassName
{
border-color: #7A8ADC;
}
.TagClassName
{
border-color: #7A8ADC;
}
</style>