Shades of Portage #7A8FDC
Tints of Portage #7A8FDC
RGB
CMYK
RGB Variations
Color information
#7A8FDC (or 0x7A8FDC) is known color: Portage. HEX triplet: 7A, 8F and DC. RGB value is (122,143,220). Sum of RGB (Red+Green+Blue) = 122+143+220=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A8FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8FDC is #857023. Grayscale: #919191. Windows color (decimal): -8744996 or 14454650. OLE color: 14454650.
HSL color Cylindrical-coordinate representation of color #7A8FDC: hue angle of 227.14º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A8FDC is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 143 | 220 | - |
| CMYK | 0.45 | 0.35 | 0 | 0.14 |
| HSL | 227.14º | 0.58% | 0.67% | - |
| HSV(B) | 227.14º | 0.45% | 0.86% | - |
| XYZ | 30.77 | 28.95 | 71.68 | - |
| YUV | 145.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 143 | 220 | 0.45 | 0.35 | 0 | 0.14 | 227.14 | 0.58 | 0.67 |
| Hex | 7A | 8F | DC | 2D | 23 | 0 | E | E3 | 3A | 43 |
| Octal | 172 | 217 | 334 | 55 | 43 | 0 | 16 | 343 | 72 | 103 |
| Binary | 1111010 | 10001111 | 11011100 | 101101 | 100011 | 0 | 1110 | 11100011 | 111010 | 1000011 |
Color Harmonies of #7A8FDC
Complementary color
Monochromatic Colors of #7A8FDC
Black with #7A8FDC
Text Example
Text Example
White with #7A8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8FDC; }
p { color: rgb(122,143,220); }
H1.HeaderClassName
{
color: #7A8FDC;
}
.AnyTagClassName
{
color: #7A8FDC;
}
</style>
background-color css
<style>
a { background-color: #7A8FDC; }
a { background-color: rgb(122,143,220); }
div.DivClassName
{
background-color: #7A8FDC;
}
.BgClassName
{
background-color: #7A8FDC;
}
</style>
border-color css
<style>
span { border-color: #7A8FDC; }
span { border-color: rgb(122,143,220); }
td.TdClassName
{
border-color: #7A8FDC;
}
.TagClassName
{
border-color: #7A8FDC;
}
</style>