Shades of Portage #7A85E7
Tints of Portage #7A85E7
RGB
CMYK
RGB Variations
Color information
#7A85E7 (or 0x7A85E7) is known color: Portage. HEX triplet: 7A, 85 and E7. RGB value is (122,133,231). Sum of RGB (Red+Green+Blue) = 122+133+231=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 133 (52.34% from 255 or 27.37% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #7A85E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A85E7 is #857A18. Grayscale: #8C8C8C. Windows color (decimal): -8747545 or 15172986. OLE color: 15172986.
HSL color Cylindrical-coordinate representation of color #7A85E7: hue angle of 233.94º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A85E7 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 133 | 231 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.09 |
| HSL | 233.95º | 0.69% | 0.69% | - |
| HSV(B) | 233.95º | 0.47% | 0.91% | - |
| XYZ | 30.84 | 26.68 | 79.13 | - |
| YUV | 140.88 | 178.86 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 231 | 0.47 | 0.42 | 0 | 0.09 | 233.95 | 0.69 | 0.69 |
| Hex | 7A | 85 | E7 | 2F | 2A | 0 | 9 | EA | 45 | 45 |
| Octal | 172 | 205 | 347 | 57 | 52 | 0 | 11 | 352 | 105 | 105 |
| Binary | 1111010 | 10000101 | 11100111 | 101111 | 101010 | 0 | 1001 | 11101010 | 1000101 | 1000101 |
Color Harmonies of #7A85E7
Complementary color
Monochromatic Colors of #7A85E7
Black with #7A85E7
Text Example
Text Example
White with #7A85E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A85E7; }
p { color: rgb(122,133,231); }
H1.HeaderClassName
{
color: #7A85E7;
}
.AnyTagClassName
{
color: #7A85E7;
}
</style>
background-color css
<style>
a { background-color: #7A85E7; }
a { background-color: rgb(122,133,231); }
div.DivClassName
{
background-color: #7A85E7;
}
.BgClassName
{
background-color: #7A85E7;
}
</style>
border-color css
<style>
span { border-color: #7A85E7; }
span { border-color: rgb(122,133,231); }
td.TdClassName
{
border-color: #7A85E7;
}
.TagClassName
{
border-color: #7A85E7;
}
</style>