Shades of Portage #7A8CDE
Tints of Portage #7A8CDE
RGB
CMYK
RGB Variations
Color information
#7A8CDE (or 0x7A8CDE) is known color: Portage. HEX triplet: 7A, 8C and DE. RGB value is (122,140,222). Sum of RGB (Red+Green+Blue) = 122+140+222=484 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.21% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A8CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CDE is #857321. Grayscale: #8F8F8F. Windows color (decimal): -8745762 or 14584954. OLE color: 14584954.
HSL color Cylindrical-coordinate representation of color #7A8CDE: hue angle of 229.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A8CDE is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 140 | 222 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.13 |
| HSL | 229.2º | 0.6% | 0.67% | - |
| HSV(B) | 229.2º | 0.45% | 0.87% | - |
| XYZ | 30.59 | 28.17 | 72.93 | - |
| YUV | 143.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 222 | 0.45 | 0.37 | 0 | 0.13 | 229.2 | 0.6 | 0.67 |
| Hex | 7A | 8C | DE | 2D | 25 | 0 | D | E5 | 3C | 43 |
| Octal | 172 | 214 | 336 | 55 | 45 | 0 | 15 | 345 | 74 | 103 |
| Binary | 1111010 | 10001100 | 11011110 | 101101 | 100101 | 0 | 1101 | 11100101 | 111100 | 1000011 |
Color Harmonies of #7A8CDE
Complementary color
Monochromatic Colors of #7A8CDE
Black with #7A8CDE
Text Example
Text Example
White with #7A8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CDE; }
p { color: rgb(122,140,222); }
H1.HeaderClassName
{
color: #7A8CDE;
}
.AnyTagClassName
{
color: #7A8CDE;
}
</style>
background-color css
<style>
a { background-color: #7A8CDE; }
a { background-color: rgb(122,140,222); }
div.DivClassName
{
background-color: #7A8CDE;
}
.BgClassName
{
background-color: #7A8CDE;
}
</style>
border-color css
<style>
span { border-color: #7A8CDE; }
span { border-color: rgb(122,140,222); }
td.TdClassName
{
border-color: #7A8CDE;
}
.TagClassName
{
border-color: #7A8CDE;
}
</style>