Shades of Portage #7A89DA
Tints of Portage #7A89DA
RGB
CMYK
RGB Variations
Color information
#7A89DA (or 0x7A89DA) is known color: Portage. HEX triplet: 7A, 89 and DA. RGB value is (122,137,218). Sum of RGB (Red+Green+Blue) = 122+137+218=477 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.58% from 477); Green value is 137 (53.91% from 255 or 28.72% from 477); Blue value is 218 (85.55% from 255 or 45.70% from 477); Max value from RGB is 218 - color contains mainly: blue. Hex color #7A89DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A89DA is #857625. Grayscale: #8D8D8D. Windows color (decimal): -8746534 or 14322042. OLE color: 14322042.
HSL color Cylindrical-coordinate representation of color #7A89DA: hue angle of 230.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A89DA is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 137 | 218 | - |
| CMYK | 0.44 | 0.37 | 0 | 0.15 |
| HSL | 230.63º | 0.56% | 0.67% | - |
| HSV(B) | 230.63º | 0.44% | 0.85% | - |
| XYZ | 29.63 | 27.09 | 70 | - |
| YUV | 141.75 | 171.03 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 218 | 0.44 | 0.37 | 0 | 0.15 | 230.63 | 0.56 | 0.67 |
| Hex | 7A | 89 | DA | 2C | 25 | 0 | F | E7 | 38 | 43 |
| Octal | 172 | 211 | 332 | 54 | 45 | 0 | 17 | 347 | 70 | 103 |
| Binary | 1111010 | 10001001 | 11011010 | 101100 | 100101 | 0 | 1111 | 11100111 | 111000 | 1000011 |
Color Harmonies of #7A89DA
Complementary color
Monochromatic Colors of #7A89DA
Black with #7A89DA
Text Example
Text Example
White with #7A89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A89DA; }
p { color: rgb(122,137,218); }
H1.HeaderClassName
{
color: #7A89DA;
}
.AnyTagClassName
{
color: #7A89DA;
}
</style>
background-color css
<style>
a { background-color: #7A89DA; }
a { background-color: rgb(122,137,218); }
div.DivClassName
{
background-color: #7A89DA;
}
.BgClassName
{
background-color: #7A89DA;
}
</style>
border-color css
<style>
span { border-color: #7A89DA; }
span { border-color: rgb(122,137,218); }
td.TdClassName
{
border-color: #7A89DA;
}
.TagClassName
{
border-color: #7A89DA;
}
</style>