Shades of Portage #7A96DD
Tints of Portage #7A96DD
RGB
CMYK
RGB Variations
Color information
#7A96DD (or 0x7A96DD) is known color: Portage. HEX triplet: 7A, 96 and DD. RGB value is (122,150,221). Sum of RGB (Red+Green+Blue) = 122+150+221=493 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.75% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A96DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A96DD is #856922. Grayscale: #959595. Windows color (decimal): -8743203 or 14521978. OLE color: 14521978.
HSL color Cylindrical-coordinate representation of color #7A96DD: hue angle of 223.03º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A96DD is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 150 | 221 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.13 |
| HSL | 223.03º | 0.59% | 0.67% | - |
| HSV(B) | 223.03º | 0.45% | 0.87% | - |
| XYZ | 31.98 | 31.17 | 72.74 | - |
| YUV | 149.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 150 | 221 | 0.45 | 0.32 | 0 | 0.13 | 223.03 | 0.59 | 0.67 |
| Hex | 7A | 96 | DD | 2D | 20 | 0 | D | DF | 3B | 43 |
| Octal | 172 | 226 | 335 | 55 | 40 | 0 | 15 | 337 | 73 | 103 |
| Binary | 1111010 | 10010110 | 11011101 | 101101 | 100000 | 0 | 1101 | 11011111 | 111011 | 1000011 |
Color Harmonies of #7A96DD
Complementary color
Monochromatic Colors of #7A96DD
Black with #7A96DD
Text Example
Text Example
White with #7A96DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A96DD; }
p { color: rgb(122,150,221); }
H1.HeaderClassName
{
color: #7A96DD;
}
.AnyTagClassName
{
color: #7A96DD;
}
</style>
background-color css
<style>
a { background-color: #7A96DD; }
a { background-color: rgb(122,150,221); }
div.DivClassName
{
background-color: #7A96DD;
}
.BgClassName
{
background-color: #7A96DD;
}
</style>
border-color css
<style>
span { border-color: #7A96DD; }
span { border-color: rgb(122,150,221); }
td.TdClassName
{
border-color: #7A96DD;
}
.TagClassName
{
border-color: #7A96DD;
}
</style>