Shades of Portage #7A8BEC
Tints of Portage #7A8BEC
RGB
CMYK
RGB Variations
Color information
#7A8BEC (or 0x7A8BEC) is known color: Portage. HEX triplet: 7A, 8B and EC. RGB value is (122,139,236). Sum of RGB (Red+Green+Blue) = 122+139+236=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A8BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8BEC is #857413. Grayscale: #909090. Windows color (decimal): -8746004 or 15502202. OLE color: 15502202.
HSL color Cylindrical-coordinate representation of color #7A8BEC: hue angle of 231.05º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A8BEC is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 139 | 236 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.07 |
| HSL | 231.05º | 0.75% | 0.7% | - |
| HSV(B) | 231.05º | 0.48% | 0.93% | - |
| XYZ | 32.4 | 28.66 | 83.18 | - |
| YUV | 144.98 | 179.37 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 236 | 0.48 | 0.41 | 0 | 0.07 | 231.05 | 0.75 | 0.7 |
| Hex | 7A | 8B | EC | 30 | 29 | 0 | 7 | E7 | 4B | 46 |
| Octal | 172 | 213 | 354 | 60 | 51 | 0 | 7 | 347 | 113 | 106 |
| Binary | 1111010 | 10001011 | 11101100 | 110000 | 101001 | 0 | 111 | 11100111 | 1001011 | 1000110 |
Color Harmonies of #7A8BEC
Complementary color
Monochromatic Colors of #7A8BEC
Black with #7A8BEC
Text Example
Text Example
White with #7A8BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BEC; }
p { color: rgb(122,139,236); }
H1.HeaderClassName
{
color: #7A8BEC;
}
.AnyTagClassName
{
color: #7A8BEC;
}
</style>
background-color css
<style>
a { background-color: #7A8BEC; }
a { background-color: rgb(122,139,236); }
div.DivClassName
{
background-color: #7A8BEC;
}
.BgClassName
{
background-color: #7A8BEC;
}
</style>
border-color css
<style>
span { border-color: #7A8BEC; }
span { border-color: rgb(122,139,236); }
td.TdClassName
{
border-color: #7A8BEC;
}
.TagClassName
{
border-color: #7A8BEC;
}
</style>