Shades of Portage #7A94D0
Tints of Portage #7A94D0
RGB
CMYK
RGB Variations
Color information
#7A94D0 (or 0x7A94D0) is known color: Portage. HEX triplet: 7A, 94 and D0. RGB value is (122,148,208). Sum of RGB (Red+Green+Blue) = 122+148+208=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 208 (81.64% from 255 or 43.51% from 478); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A94D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A94D0 is #856B2F. Grayscale: #929292. Windows color (decimal): -8743728 or 13669498. OLE color: 13669498.
HSL color Cylindrical-coordinate representation of color #7A94D0: hue angle of 221.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A94D0 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 148 | 208 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.18 |
| HSL | 221.86º | 0.48% | 0.65% | - |
| HSV(B) | 221.86º | 0.41% | 0.82% | - |
| XYZ | 30 | 29.87 | 63.86 | - |
| YUV | 147.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 208 | 0.41 | 0.29 | 0 | 0.18 | 221.86 | 0.48 | 0.65 |
| Hex | 7A | 94 | D0 | 29 | 1D | 0 | 12 | DE | 30 | 41 |
| Octal | 172 | 224 | 320 | 51 | 35 | 0 | 22 | 336 | 60 | 101 |
| Binary | 1111010 | 10010100 | 11010000 | 101001 | 11101 | 0 | 10010 | 11011110 | 110000 | 1000001 |
Color Harmonies of #7A94D0
Complementary color
Monochromatic Colors of #7A94D0
Black with #7A94D0
Text Example
Text Example
White with #7A94D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A94D0; }
p { color: rgb(122,148,208); }
H1.HeaderClassName
{
color: #7A94D0;
}
.AnyTagClassName
{
color: #7A94D0;
}
</style>
background-color css
<style>
a { background-color: #7A94D0; }
a { background-color: rgb(122,148,208); }
div.DivClassName
{
background-color: #7A94D0;
}
.BgClassName
{
background-color: #7A94D0;
}
</style>
border-color css
<style>
span { border-color: #7A94D0; }
span { border-color: rgb(122,148,208); }
td.TdClassName
{
border-color: #7A94D0;
}
.TagClassName
{
border-color: #7A94D0;
}
</style>