Shades of Portage #7A8CDC
Tints of Portage #7A8CDC
RGB
CMYK
RGB Variations
Color information
#7A8CDC (or 0x7A8CDC) is known color: Portage. HEX triplet: 7A, 8C and DC. RGB value is (122,140,220). Sum of RGB (Red+Green+Blue) = 122+140+220=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 140 (55.08% from 255 or 29.05% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A8CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A8CDC is #857323. Grayscale: #8F8F8F. Windows color (decimal): -8745764 or 14453882. OLE color: 14453882.
HSL color Cylindrical-coordinate representation of color #7A8CDC: hue angle of 228.98º 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 #7A8CDC is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 140 | 220 | - |
| CMYK | 0.45 | 0.36 | 0 | 0.14 |
| HSL | 228.98º | 0.58% | 0.67% | - |
| HSV(B) | 228.98º | 0.45% | 0.86% | - |
| XYZ | 30.32 | 28.06 | 71.53 | - |
| YUV | 143.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 140 | 220 | 0.45 | 0.36 | 0 | 0.14 | 228.98 | 0.58 | 0.67 |
| Hex | 7A | 8C | DC | 2D | 24 | 0 | E | E5 | 3A | 43 |
| Octal | 172 | 214 | 334 | 55 | 44 | 0 | 16 | 345 | 72 | 103 |
| Binary | 1111010 | 10001100 | 11011100 | 101101 | 100100 | 0 | 1110 | 11100101 | 111010 | 1000011 |
Color Harmonies of #7A8CDC
Complementary color
Monochromatic Colors of #7A8CDC
Black with #7A8CDC
Text Example
Text Example
White with #7A8CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8CDC; }
p { color: rgb(122,140,220); }
H1.HeaderClassName
{
color: #7A8CDC;
}
.AnyTagClassName
{
color: #7A8CDC;
}
</style>
background-color css
<style>
a { background-color: #7A8CDC; }
a { background-color: rgb(122,140,220); }
div.DivClassName
{
background-color: #7A8CDC;
}
.BgClassName
{
background-color: #7A8CDC;
}
</style>
border-color css
<style>
span { border-color: #7A8CDC; }
span { border-color: rgb(122,140,220); }
td.TdClassName
{
border-color: #7A8CDC;
}
.TagClassName
{
border-color: #7A8CDC;
}
</style>