Shades of Portage #7A8EDF
Tints of Portage #7A8EDF
RGB
CMYK
RGB Variations
Color information
#7A8EDF (or 0x7A8EDF) is known color: Portage. HEX triplet: 7A, 8E and DF. RGB value is (122,142,223). Sum of RGB (Red+Green+Blue) = 122+142+223=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 142 (55.86% from 255 or 29.16% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A8EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8EDF is #857120. Grayscale: #909090. Windows color (decimal): -8745249 or 14651002. OLE color: 14651002.
HSL color Cylindrical-coordinate representation of color #7A8EDF: hue angle of 228.12º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A8EDF is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 142 | 223 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.13 |
| HSL | 228.12º | 0.61% | 0.68% | - |
| HSV(B) | 228.12º | 0.45% | 0.87% | - |
| XYZ | 31.02 | 28.81 | 73.74 | - |
| YUV | 145.25 | 171.87 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 142 | 223 | 0.45 | 0.36 | 0 | 0.13 | 228.12 | 0.61 | 0.68 |
| Hex | 7A | 8E | DF | 2D | 24 | 0 | D | E4 | 3D | 44 |
| Octal | 172 | 216 | 337 | 55 | 44 | 0 | 15 | 344 | 75 | 104 |
| Binary | 1111010 | 10001110 | 11011111 | 101101 | 100100 | 0 | 1101 | 11100100 | 111101 | 1000100 |
Color Harmonies of #7A8EDF
Complementary color
Monochromatic Colors of #7A8EDF
Black with #7A8EDF
Text Example
Text Example
White with #7A8EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8EDF; }
p { color: rgb(122,142,223); }
H1.HeaderClassName
{
color: #7A8EDF;
}
.AnyTagClassName
{
color: #7A8EDF;
}
</style>
background-color css
<style>
a { background-color: #7A8EDF; }
a { background-color: rgb(122,142,223); }
div.DivClassName
{
background-color: #7A8EDF;
}
.BgClassName
{
background-color: #7A8EDF;
}
</style>
border-color css
<style>
span { border-color: #7A8EDF; }
span { border-color: rgb(122,142,223); }
td.TdClassName
{
border-color: #7A8EDF;
}
.TagClassName
{
border-color: #7A8EDF;
}
</style>