Shades of Portage #7C8ECD
Tints of Portage #7C8ECD
RGB
CMYK
RGB Variations
Color information
#7C8ECD (or 0x7C8ECD) is known color: Portage. HEX triplet: 7C, 8E and CD. RGB value is (124,142,205). Sum of RGB (Red+Green+Blue) = 124+142+205=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C8ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8ECD is #837132. Grayscale: #8F8F8F. Windows color (decimal): -8614195 or 13471356. OLE color: 13471356.
HSL color Cylindrical-coordinate representation of color #7C8ECD: hue angle of 226.67º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C8ECD is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 142 | 205 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.20 |
| HSL | 226.67º | 0.45% | 0.65% | - |
| HSV(B) | 226.67º | 0.4% | 0.8% | - |
| XYZ | 29 | 28.04 | 61.64 | - |
| YUV | 143.8 | 162.54 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 205 | 0.40 | 0.31 | 0 | 0.20 | 226.67 | 0.45 | 0.65 |
| Hex | 7C | 8E | CD | 28 | 1F | 0 | 14 | E3 | 2D | 41 |
| Octal | 174 | 216 | 315 | 50 | 37 | 0 | 24 | 343 | 55 | 101 |
| Binary | 1111100 | 10001110 | 11001101 | 101000 | 11111 | 0 | 10100 | 11100011 | 101101 | 1000001 |
Color Harmonies of #7C8ECD
Complementary color
Monochromatic Colors of #7C8ECD
Black with #7C8ECD
Text Example
Text Example
White with #7C8ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8ECD; }
p { color: rgb(124,142,205); }
H1.HeaderClassName
{
color: #7C8ECD;
}
.AnyTagClassName
{
color: #7C8ECD;
}
</style>
background-color css
<style>
a { background-color: #7C8ECD; }
a { background-color: rgb(124,142,205); }
div.DivClassName
{
background-color: #7C8ECD;
}
.BgClassName
{
background-color: #7C8ECD;
}
</style>
border-color css
<style>
span { border-color: #7C8ECD; }
span { border-color: rgb(124,142,205); }
td.TdClassName
{
border-color: #7C8ECD;
}
.TagClassName
{
border-color: #7C8ECD;
}
</style>