Shades of Portage #7A8DE6
Tints of Portage #7A8DE6
RGB
CMYK
RGB Variations
Color information
#7A8DE6 (or 0x7A8DE6) is known color: Portage. HEX triplet: 7A, 8D and E6. RGB value is (122,141,230). Sum of RGB (Red+Green+Blue) = 122+141+230=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #7A8DE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8DE6 is #857219. Grayscale: #919191. Windows color (decimal): -8745498 or 15109498. OLE color: 15109498.
HSL color Cylindrical-coordinate representation of color #7A8DE6: hue angle of 229.44º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A8DE6 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 122 | 141 | 230 | - |
| CMYK | 0.47 | 0.39 | 0 | 0.10 |
| HSL | 229.44º | 0.68% | 0.69% | - |
| HSV(B) | 229.44º | 0.47% | 0.9% | - |
| XYZ | 31.83 | 28.9 | 78.76 | - |
| YUV | 145.47 | 175.71 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 230 | 0.47 | 0.39 | 0 | 0.10 | 229.44 | 0.68 | 0.69 |
| Hex | 7A | 8D | E6 | 2F | 27 | 0 | A | E5 | 44 | 45 |
| Octal | 172 | 215 | 346 | 57 | 47 | 0 | 12 | 345 | 104 | 105 |
| Binary | 1111010 | 10001101 | 11100110 | 101111 | 100111 | 0 | 1010 | 11100101 | 1000100 | 1000101 |
Color Harmonies of #7A8DE6
Complementary color
Monochromatic Colors of #7A8DE6
Black with #7A8DE6
Text Example
Text Example
White with #7A8DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DE6; }
p { color: rgb(122,141,230); }
H1.HeaderClassName
{
color: #7A8DE6;
}
.AnyTagClassName
{
color: #7A8DE6;
}
</style>
background-color css
<style>
a { background-color: #7A8DE6; }
a { background-color: rgb(122,141,230); }
div.DivClassName
{
background-color: #7A8DE6;
}
.BgClassName
{
background-color: #7A8DE6;
}
</style>
border-color css
<style>
span { border-color: #7A8DE6; }
span { border-color: rgb(122,141,230); }
td.TdClassName
{
border-color: #7A8DE6;
}
.TagClassName
{
border-color: #7A8DE6;
}
</style>