Shades of Portage #7A8CEB
Tints of Portage #7A8CEB
RGB
CMYK
RGB Variations
Color information
#7A8CEB (or 0x7A8CEB) is known color: Portage. HEX triplet: 7A, 8C and EB. RGB value is (122,140,235). Sum of RGB (Red+Green+Blue) = 122+140+235=497 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.55% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #7A8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A8CEB is #857314. Grayscale: #919191. Windows color (decimal): -8745749 or 15436922. OLE color: 15436922.
HSL color Cylindrical-coordinate representation of color #7A8CEB: hue angle of 230.44º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A8CEB is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 140 | 235 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.08 |
| HSL | 230.44º | 0.74% | 0.7% | - |
| HSV(B) | 230.44º | 0.48% | 0.92% | - |
| XYZ | 32.4 | 28.89 | 82.47 | - |
| YUV | 145.45 | 178.54 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 235 | 0.48 | 0.40 | 0 | 0.08 | 230.44 | 0.74 | 0.7 |
| Hex | 7A | 8C | EB | 30 | 28 | 0 | 8 | E6 | 4A | 46 |
| Octal | 172 | 214 | 353 | 60 | 50 | 0 | 10 | 346 | 112 | 106 |
| Binary | 1111010 | 10001100 | 11101011 | 110000 | 101000 | 0 | 1000 | 11100110 | 1001010 | 1000110 |
Color Harmonies of #7A8CEB
Complementary color
Monochromatic Colors of #7A8CEB
Black with #7A8CEB
Text Example
Text Example
White with #7A8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CEB; }
p { color: rgb(122,140,235); }
H1.HeaderClassName
{
color: #7A8CEB;
}
.AnyTagClassName
{
color: #7A8CEB;
}
</style>
background-color css
<style>
a { background-color: #7A8CEB; }
a { background-color: rgb(122,140,235); }
div.DivClassName
{
background-color: #7A8CEB;
}
.BgClassName
{
background-color: #7A8CEB;
}
</style>
border-color css
<style>
span { border-color: #7A8CEB; }
span { border-color: rgb(122,140,235); }
td.TdClassName
{
border-color: #7A8CEB;
}
.TagClassName
{
border-color: #7A8CEB;
}
</style>