Shades of Portage #7C8DDC
Tints of Portage #7C8DDC
RGB
CMYK
RGB Variations
Color information
#7C8DDC (or 0x7C8DDC) is known color: Portage. HEX triplet: 7C, 8D and DC. RGB value is (124,141,220). Sum of RGB (Red+Green+Blue) = 124+141+220=485 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.57% from 485); Green value is 141 (55.47% from 255 or 29.07% 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 #7C8DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8DDC is #837223. Grayscale: #909090. Windows color (decimal): -8614436 or 14454140. OLE color: 14454140.
HSL color Cylindrical-coordinate representation of color #7C8DDC: hue angle of 229.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C8DDC is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 141 | 220 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.14 |
| HSL | 229.38º | 0.58% | 0.67% | - |
| HSV(B) | 229.38º | 0.44% | 0.86% | - |
| XYZ | 30.76 | 28.5 | 71.59 | - |
| YUV | 144.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 220 | 0.44 | 0.36 | 0 | 0.14 | 229.38 | 0.58 | 0.67 |
| Hex | 7C | 8D | DC | 2C | 24 | 0 | E | E5 | 3A | 43 |
| Octal | 174 | 215 | 334 | 54 | 44 | 0 | 16 | 345 | 72 | 103 |
| Binary | 1111100 | 10001101 | 11011100 | 101100 | 100100 | 0 | 1110 | 11100101 | 111010 | 1000011 |
Color Harmonies of #7C8DDC
Complementary color
Monochromatic Colors of #7C8DDC
Black with #7C8DDC
Text Example
Text Example
White with #7C8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8DDC; }
p { color: rgb(124,141,220); }
H1.HeaderClassName
{
color: #7C8DDC;
}
.AnyTagClassName
{
color: #7C8DDC;
}
</style>
background-color css
<style>
a { background-color: #7C8DDC; }
a { background-color: rgb(124,141,220); }
div.DivClassName
{
background-color: #7C8DDC;
}
.BgClassName
{
background-color: #7C8DDC;
}
</style>
border-color css
<style>
span { border-color: #7C8DDC; }
span { border-color: rgb(124,141,220); }
td.TdClassName
{
border-color: #7C8DDC;
}
.TagClassName
{
border-color: #7C8DDC;
}
</style>