Shades of Portage #7A8BDE
Tints of Portage #7A8BDE
RGB
CMYK
RGB Variations
Color information
#7A8BDE (or 0x7A8BDE) is known color: Portage. HEX triplet: 7A, 8B and DE. RGB value is (122,139,222). Sum of RGB (Red+Green+Blue) = 122+139+222=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 139 (54.69% from 255 or 28.78% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A8BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8BDE is #857421. Grayscale: #8F8F8F. Windows color (decimal): -8746018 or 14584698. OLE color: 14584698.
HSL color Cylindrical-coordinate representation of color #7A8BDE: hue angle of 229.8º 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 #7A8BDE is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 139 | 222 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.13 |
| HSL | 229.8º | 0.6% | 0.67% | - |
| HSV(B) | 229.8º | 0.45% | 0.87% | - |
| XYZ | 30.44 | 27.88 | 72.88 | - |
| YUV | 143.38 | 172.37 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 222 | 0.45 | 0.37 | 0 | 0.13 | 229.8 | 0.6 | 0.67 |
| Hex | 7A | 8B | DE | 2D | 25 | 0 | D | E6 | 3C | 43 |
| Octal | 172 | 213 | 336 | 55 | 45 | 0 | 15 | 346 | 74 | 103 |
| Binary | 1111010 | 10001011 | 11011110 | 101101 | 100101 | 0 | 1101 | 11100110 | 111100 | 1000011 |
Color Harmonies of #7A8BDE
Complementary color
Monochromatic Colors of #7A8BDE
Black with #7A8BDE
Text Example
Text Example
White with #7A8BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BDE; }
p { color: rgb(122,139,222); }
H1.HeaderClassName
{
color: #7A8BDE;
}
.AnyTagClassName
{
color: #7A8BDE;
}
</style>
background-color css
<style>
a { background-color: #7A8BDE; }
a { background-color: rgb(122,139,222); }
div.DivClassName
{
background-color: #7A8BDE;
}
.BgClassName
{
background-color: #7A8BDE;
}
</style>
border-color css
<style>
span { border-color: #7A8BDE; }
span { border-color: rgb(122,139,222); }
td.TdClassName
{
border-color: #7A8BDE;
}
.TagClassName
{
border-color: #7A8BDE;
}
</style>