Shades of Portage #7A8EDC
Tints of Portage #7A8EDC
RGB
CMYK
RGB Variations
Color information
#7A8EDC (or 0x7A8EDC) is known color: Portage. HEX triplet: 7A, 8E and DC. RGB value is (122,142,220). Sum of RGB (Red+Green+Blue) = 122+142+220=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 142 (55.86% from 255 or 29.34% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A8EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8EDC is #857123. Grayscale: #909090. Windows color (decimal): -8745252 or 14454394. OLE color: 14454394.
HSL color Cylindrical-coordinate representation of color #7A8EDC: hue angle of 227.76º 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 #7A8EDC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 142 | 220 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.14 |
| HSL | 227.76º | 0.58% | 0.67% | - |
| HSV(B) | 227.76º | 0.45% | 0.86% | - |
| XYZ | 30.62 | 28.65 | 71.63 | - |
| YUV | 144.91 | 170.37 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 220 | 0.45 | 0.35 | 0 | 0.14 | 227.76 | 0.58 | 0.67 |
| Hex | 7A | 8E | DC | 2D | 23 | 0 | E | E4 | 3A | 43 |
| Octal | 172 | 216 | 334 | 55 | 43 | 0 | 16 | 344 | 72 | 103 |
| Binary | 1111010 | 10001110 | 11011100 | 101101 | 100011 | 0 | 1110 | 11100100 | 111010 | 1000011 |
Color Harmonies of #7A8EDC
Complementary color
Monochromatic Colors of #7A8EDC
Black with #7A8EDC
Text Example
Text Example
White with #7A8EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8EDC; }
p { color: rgb(122,142,220); }
H1.HeaderClassName
{
color: #7A8EDC;
}
.AnyTagClassName
{
color: #7A8EDC;
}
</style>
background-color css
<style>
a { background-color: #7A8EDC; }
a { background-color: rgb(122,142,220); }
div.DivClassName
{
background-color: #7A8EDC;
}
.BgClassName
{
background-color: #7A8EDC;
}
</style>
border-color css
<style>
span { border-color: #7A8EDC; }
span { border-color: rgb(122,142,220); }
td.TdClassName
{
border-color: #7A8EDC;
}
.TagClassName
{
border-color: #7A8EDC;
}
</style>