Shades of Portage #7A91DD
Tints of Portage #7A91DD
RGB
CMYK
RGB Variations
Color information
#7A91DD (or 0x7A91DD) is known color: Portage. HEX triplet: 7A, 91 and DD. RGB value is (122,145,221). Sum of RGB (Red+Green+Blue) = 122+145+221=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #7A91DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A91DD is #856E22. Grayscale: #929292. Windows color (decimal): -8744483 or 14520698. OLE color: 14520698.
HSL color Cylindrical-coordinate representation of color #7A91DD: hue angle of 226.06º 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 #7A91DD is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 145 | 221 | - |
| CMYK | 0.45 | 0.34 | 0 | 0.13 |
| HSL | 226.06º | 0.59% | 0.67% | - |
| HSV(B) | 226.06º | 0.45% | 0.87% | - |
| XYZ | 31.2 | 29.61 | 72.48 | - |
| YUV | 146.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 145 | 221 | 0.45 | 0.34 | 0 | 0.13 | 226.06 | 0.59 | 0.67 |
| Hex | 7A | 91 | DD | 2D | 22 | 0 | D | E2 | 3B | 43 |
| Octal | 172 | 221 | 335 | 55 | 42 | 0 | 15 | 342 | 73 | 103 |
| Binary | 1111010 | 10010001 | 11011101 | 101101 | 100010 | 0 | 1101 | 11100010 | 111011 | 1000011 |
Color Harmonies of #7A91DD
Complementary color
Monochromatic Colors of #7A91DD
Black with #7A91DD
Text Example
Text Example
White with #7A91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A91DD; }
p { color: rgb(122,145,221); }
H1.HeaderClassName
{
color: #7A91DD;
}
.AnyTagClassName
{
color: #7A91DD;
}
</style>
background-color css
<style>
a { background-color: #7A91DD; }
a { background-color: rgb(122,145,221); }
div.DivClassName
{
background-color: #7A91DD;
}
.BgClassName
{
background-color: #7A91DD;
}
</style>
border-color css
<style>
span { border-color: #7A91DD; }
span { border-color: rgb(122,145,221); }
td.TdClassName
{
border-color: #7A91DD;
}
.TagClassName
{
border-color: #7A91DD;
}
</style>