Shades of Portage #7A90D0
Tints of Portage #7A90D0
RGB
CMYK
RGB Variations
Color information
#7A90D0 (or 0x7A90D0) is known color: Portage. HEX triplet: 7A, 90 and D0. RGB value is (122,144,208). Sum of RGB (Red+Green+Blue) = 122+144+208=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 144 (56.64% from 255 or 30.38% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A90D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A90D0 is #856F2F. Grayscale: #909090. Windows color (decimal): -8744752 or 13668474. OLE color: 13668474.
HSL color Cylindrical-coordinate representation of color #7A90D0: hue angle of 224.65º 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 #7A90D0 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 144 | 208 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.18 |
| HSL | 224.65º | 0.48% | 0.65% | - |
| HSV(B) | 224.65º | 0.41% | 0.82% | - |
| XYZ | 29.38 | 28.64 | 63.65 | - |
| YUV | 144.72 | 163.71 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 208 | 0.41 | 0.31 | 0 | 0.18 | 224.65 | 0.48 | 0.65 |
| Hex | 7A | 90 | D0 | 29 | 1F | 0 | 12 | E1 | 30 | 41 |
| Octal | 172 | 220 | 320 | 51 | 37 | 0 | 22 | 341 | 60 | 101 |
| Binary | 1111010 | 10010000 | 11010000 | 101001 | 11111 | 0 | 10010 | 11100001 | 110000 | 1000001 |
Color Harmonies of #7A90D0
Complementary color
Monochromatic Colors of #7A90D0
Black with #7A90D0
Text Example
Text Example
White with #7A90D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A90D0; }
p { color: rgb(122,144,208); }
H1.HeaderClassName
{
color: #7A90D0;
}
.AnyTagClassName
{
color: #7A90D0;
}
</style>
background-color css
<style>
a { background-color: #7A90D0; }
a { background-color: rgb(122,144,208); }
div.DivClassName
{
background-color: #7A90D0;
}
.BgClassName
{
background-color: #7A90D0;
}
</style>
border-color css
<style>
span { border-color: #7A90D0; }
span { border-color: rgb(122,144,208); }
td.TdClassName
{
border-color: #7A90D0;
}
.TagClassName
{
border-color: #7A90D0;
}
</style>