Shades of Portage #7A8DD4
Tints of Portage #7A8DD4
RGB
CMYK
RGB Variations
Color information
#7A8DD4 (or 0x7A8DD4) is known color: Portage. HEX triplet: 7A, 8D and D4. RGB value is (122,141,212). Sum of RGB (Red+Green+Blue) = 122+141+212=475 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.68% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 212 (83.20% from 255 or 44.63% from 475); Max value from RGB is 212 - color contains mainly: blue. Hex color #7A8DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8DD4 is #85722B. Grayscale: #8F8F8F. Windows color (decimal): -8745516 or 13929850. OLE color: 13929850.
HSL color Cylindrical-coordinate representation of color #7A8DD4: hue angle of 227.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A8DD4 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 141 | 212 | - |
| CMYK | 0.42 | 0.33 | 0 | 0.17 |
| HSL | 227.33º | 0.51% | 0.65% | - |
| HSV(B) | 227.33º | 0.42% | 0.83% | - |
| XYZ | 29.43 | 27.94 | 66.13 | - |
| YUV | 143.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 212 | 0.42 | 0.33 | 0 | 0.17 | 227.33 | 0.51 | 0.65 |
| Hex | 7A | 8D | D4 | 2A | 21 | 0 | 11 | E3 | 33 | 41 |
| Octal | 172 | 215 | 324 | 52 | 41 | 0 | 21 | 343 | 63 | 101 |
| Binary | 1111010 | 10001101 | 11010100 | 101010 | 100001 | 0 | 10001 | 11100011 | 110011 | 1000001 |
Color Harmonies of #7A8DD4
Complementary color
Monochromatic Colors of #7A8DD4
Black with #7A8DD4
Text Example
Text Example
White with #7A8DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8DD4; }
p { color: rgb(122,141,212); }
H1.HeaderClassName
{
color: #7A8DD4;
}
.AnyTagClassName
{
color: #7A8DD4;
}
</style>
background-color css
<style>
a { background-color: #7A8DD4; }
a { background-color: rgb(122,141,212); }
div.DivClassName
{
background-color: #7A8DD4;
}
.BgClassName
{
background-color: #7A8DD4;
}
</style>
border-color css
<style>
span { border-color: #7A8DD4; }
span { border-color: rgb(122,141,212); }
td.TdClassName
{
border-color: #7A8DD4;
}
.TagClassName
{
border-color: #7A8DD4;
}
</style>