Shades of Portage #7A95D0
Tints of Portage #7A95D0
RGB
CMYK
RGB Variations
Color information
#7A95D0 (or 0x7A95D0) is known color: Portage. HEX triplet: 7A, 95 and D0. RGB value is (122,149,208). Sum of RGB (Red+Green+Blue) = 122+149+208=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A95D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A95D0 is #856A2F. Grayscale: #939393. Windows color (decimal): -8743472 or 13669754. OLE color: 13669754.
HSL color Cylindrical-coordinate representation of color #7A95D0: hue angle of 221.16º 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 #7A95D0 is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 149 | 208 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.18 |
| HSL | 221.16º | 0.48% | 0.65% | - |
| HSV(B) | 221.16º | 0.41% | 0.82% | - |
| XYZ | 30.16 | 30.19 | 63.91 | - |
| YUV | 147.65 | 162.05 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 149 | 208 | 0.41 | 0.28 | 0 | 0.18 | 221.16 | 0.48 | 0.65 |
| Hex | 7A | 95 | D0 | 29 | 1C | 0 | 12 | DD | 30 | 41 |
| Octal | 172 | 225 | 320 | 51 | 34 | 0 | 22 | 335 | 60 | 101 |
| Binary | 1111010 | 10010101 | 11010000 | 101001 | 11100 | 0 | 10010 | 11011101 | 110000 | 1000001 |
Color Harmonies of #7A95D0
Complementary color
Monochromatic Colors of #7A95D0
Black with #7A95D0
Text Example
Text Example
White with #7A95D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A95D0; }
p { color: rgb(122,149,208); }
H1.HeaderClassName
{
color: #7A95D0;
}
.AnyTagClassName
{
color: #7A95D0;
}
</style>
background-color css
<style>
a { background-color: #7A95D0; }
a { background-color: rgb(122,149,208); }
div.DivClassName
{
background-color: #7A95D0;
}
.BgClassName
{
background-color: #7A95D0;
}
</style>
border-color css
<style>
span { border-color: #7A95D0; }
span { border-color: rgb(122,149,208); }
td.TdClassName
{
border-color: #7A95D0;
}
.TagClassName
{
border-color: #7A95D0;
}
</style>