Shades of Portage #7A85D3
Tints of Portage #7A85D3
RGB
CMYK
RGB Variations
Color information
#7A85D3 (or 0x7A85D3) is known color: Portage. HEX triplet: 7A, 85 and D3. RGB value is (122,133,211). Sum of RGB (Red+Green+Blue) = 122+133+211=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #7A85D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A85D3 is #857A2C. Grayscale: #8A8A8A. Windows color (decimal): -8747565 or 13862266. OLE color: 13862266.
HSL color Cylindrical-coordinate representation of color #7A85D3: hue angle of 232.58º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A85D3 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 133 | 211 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.17 |
| HSL | 232.58º | 0.5% | 0.65% | - |
| HSV(B) | 232.58º | 0.42% | 0.83% | - |
| XYZ | 28.17 | 25.62 | 65.09 | - |
| YUV | 138.6 | 168.86 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 133 | 211 | 0.42 | 0.37 | 0 | 0.17 | 232.58 | 0.5 | 0.65 |
| Hex | 7A | 85 | D3 | 2A | 25 | 0 | 11 | E9 | 32 | 41 |
| Octal | 172 | 205 | 323 | 52 | 45 | 0 | 21 | 351 | 62 | 101 |
| Binary | 1111010 | 10000101 | 11010011 | 101010 | 100101 | 0 | 10001 | 11101001 | 110010 | 1000001 |
Color Harmonies of #7A85D3
Complementary color
Monochromatic Colors of #7A85D3
Black with #7A85D3
Text Example
Text Example
White with #7A85D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A85D3; }
p { color: rgb(122,133,211); }
H1.HeaderClassName
{
color: #7A85D3;
}
.AnyTagClassName
{
color: #7A85D3;
}
</style>
background-color css
<style>
a { background-color: #7A85D3; }
a { background-color: rgb(122,133,211); }
div.DivClassName
{
background-color: #7A85D3;
}
.BgClassName
{
background-color: #7A85D3;
}
</style>
border-color css
<style>
span { border-color: #7A85D3; }
span { border-color: rgb(122,133,211); }
td.TdClassName
{
border-color: #7A85D3;
}
.TagClassName
{
border-color: #7A85D3;
}
</style>