Shades of Portage #7A8BDD
Tints of Portage #7A8BDD
RGB
CMYK
RGB Variations
Color information
#7A8BDD (or 0x7A8BDD) is known color: Portage. HEX triplet: 7A, 8B and DD. RGB value is (122,139,221). Sum of RGB (Red+Green+Blue) = 122+139+221=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A8BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8BDD is #857422. Grayscale: #8E8E8E. Windows color (decimal): -8746019 or 14519162. OLE color: 14519162.
HSL color Cylindrical-coordinate representation of color #7A8BDD: hue angle of 229.7º degrees, saturation: 0.59, 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 #7A8BDD is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 139 | 221 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.13 |
| HSL | 229.7º | 0.59% | 0.67% | - |
| HSV(B) | 229.7º | 0.45% | 0.87% | - |
| XYZ | 30.31 | 27.82 | 72.18 | - |
| YUV | 143.27 | 171.87 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 139 | 221 | 0.45 | 0.37 | 0 | 0.13 | 229.7 | 0.59 | 0.67 |
| Hex | 7A | 8B | DD | 2D | 25 | 0 | D | E6 | 3B | 43 |
| Octal | 172 | 213 | 335 | 55 | 45 | 0 | 15 | 346 | 73 | 103 |
| Binary | 1111010 | 10001011 | 11011101 | 101101 | 100101 | 0 | 1101 | 11100110 | 111011 | 1000011 |
Color Harmonies of #7A8BDD
Complementary color
Monochromatic Colors of #7A8BDD
Black with #7A8BDD
Text Example
Text Example
White with #7A8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8BDD; }
p { color: rgb(122,139,221); }
H1.HeaderClassName
{
color: #7A8BDD;
}
.AnyTagClassName
{
color: #7A8BDD;
}
</style>
background-color css
<style>
a { background-color: #7A8BDD; }
a { background-color: rgb(122,139,221); }
div.DivClassName
{
background-color: #7A8BDD;
}
.BgClassName
{
background-color: #7A8BDD;
}
</style>
border-color css
<style>
span { border-color: #7A8BDD; }
span { border-color: rgb(122,139,221); }
td.TdClassName
{
border-color: #7A8BDD;
}
.TagClassName
{
border-color: #7A8BDD;
}
</style>