Shades of Portage #7A96D9
Tints of Portage #7A96D9
RGB
CMYK
RGB Variations
Color information
#7A96D9 (or 0x7A96D9) is known color: Portage. HEX triplet: 7A, 96 and D9. RGB value is (122,150,217). Sum of RGB (Red+Green+Blue) = 122+150+217=489 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.95% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 217 (85.16% from 255 or 44.38% from 489); Max value from RGB is 217 - color contains mainly: blue. Hex color #7A96D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A96D9 is #856926. Grayscale: #949494. Windows color (decimal): -8743207 or 14259834. OLE color: 14259834.
HSL color Cylindrical-coordinate representation of color #7A96D9: hue angle of 222.32º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A96D9 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 150 | 217 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.15 |
| HSL | 222.32º | 0.56% | 0.66% | - |
| HSV(B) | 222.32º | 0.44% | 0.85% | - |
| XYZ | 31.46 | 30.96 | 69.96 | - |
| YUV | 149.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 217 | 0.44 | 0.31 | 0 | 0.15 | 222.32 | 0.56 | 0.66 |
| Hex | 7A | 96 | D9 | 2C | 1F | 0 | F | DE | 38 | 42 |
| Octal | 172 | 226 | 331 | 54 | 37 | 0 | 17 | 336 | 70 | 102 |
| Binary | 1111010 | 10010110 | 11011001 | 101100 | 11111 | 0 | 1111 | 11011110 | 111000 | 1000010 |
Color Harmonies of #7A96D9
Complementary color
Monochromatic Colors of #7A96D9
Black with #7A96D9
Text Example
Text Example
White with #7A96D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A96D9; }
p { color: rgb(122,150,217); }
H1.HeaderClassName
{
color: #7A96D9;
}
.AnyTagClassName
{
color: #7A96D9;
}
</style>
background-color css
<style>
a { background-color: #7A96D9; }
a { background-color: rgb(122,150,217); }
div.DivClassName
{
background-color: #7A96D9;
}
.BgClassName
{
background-color: #7A96D9;
}
</style>
border-color css
<style>
span { border-color: #7A96D9; }
span { border-color: rgb(122,150,217); }
td.TdClassName
{
border-color: #7A96D9;
}
.TagClassName
{
border-color: #7A96D9;
}
</style>