Shades of Portage #7A8FD0
Tints of Portage #7A8FD0
RGB
CMYK
RGB Variations
Color information
#7A8FD0 (or 0x7A8FD0) is known color: Portage. HEX triplet: 7A, 8F and D0. RGB value is (122,143,208). Sum of RGB (Red+Green+Blue) = 122+143+208=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 208 - color contains mainly: blue. Hex color #7A8FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FD0 is #85702F. Grayscale: #8F8F8F. Windows color (decimal): -8745008 or 13668218. OLE color: 13668218.
HSL color Cylindrical-coordinate representation of color #7A8FD0: hue angle of 225.35º 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 #7A8FD0 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 143 | 208 | - |
| CMYK | 0.41 | 0.31 | 0 | 0.18 |
| HSL | 225.35º | 0.48% | 0.65% | - |
| HSV(B) | 225.35º | 0.41% | 0.82% | - |
| XYZ | 29.23 | 28.34 | 63.6 | - |
| YUV | 144.13 | 164.04 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 208 | 0.41 | 0.31 | 0 | 0.18 | 225.35 | 0.48 | 0.65 |
| Hex | 7A | 8F | D0 | 29 | 1F | 0 | 12 | E1 | 30 | 41 |
| Octal | 172 | 217 | 320 | 51 | 37 | 0 | 22 | 341 | 60 | 101 |
| Binary | 1111010 | 10001111 | 11010000 | 101001 | 11111 | 0 | 10010 | 11100001 | 110000 | 1000001 |
Color Harmonies of #7A8FD0
Complementary color
Monochromatic Colors of #7A8FD0
Black with #7A8FD0
Text Example
Text Example
White with #7A8FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8FD0; }
p { color: rgb(122,143,208); }
H1.HeaderClassName
{
color: #7A8FD0;
}
.AnyTagClassName
{
color: #7A8FD0;
}
</style>
background-color css
<style>
a { background-color: #7A8FD0; }
a { background-color: rgb(122,143,208); }
div.DivClassName
{
background-color: #7A8FD0;
}
.BgClassName
{
background-color: #7A8FD0;
}
</style>
border-color css
<style>
span { border-color: #7A8FD0; }
span { border-color: rgb(122,143,208); }
td.TdClassName
{
border-color: #7A8FD0;
}
.TagClassName
{
border-color: #7A8FD0;
}
</style>