Shades of Portage #7C8EDE
Tints of Portage #7C8EDE
RGB
CMYK
RGB Variations
Color information
#7C8EDE (or 0x7C8EDE) is known color: Portage. HEX triplet: 7C, 8E and DE. RGB value is (124,142,222). Sum of RGB (Red+Green+Blue) = 124+142+222=488 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.41% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C8EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8EDE is #837121. Grayscale: #919191. Windows color (decimal): -8614178 or 14585468. OLE color: 14585468.
HSL color Cylindrical-coordinate representation of color #7C8EDE: hue angle of 228.98º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C8EDE is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 142 | 222 | - |
| CMYK | 0.44 | 0.36 | 0 | 0.13 |
| HSL | 228.98º | 0.6% | 0.68% | - |
| HSV(B) | 228.98º | 0.44% | 0.87% | - |
| XYZ | 31.17 | 28.91 | 73.04 | - |
| YUV | 145.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 222 | 0.44 | 0.36 | 0 | 0.13 | 228.98 | 0.6 | 0.68 |
| Hex | 7C | 8E | DE | 2C | 24 | 0 | D | E5 | 3C | 44 |
| Octal | 174 | 216 | 336 | 54 | 44 | 0 | 15 | 345 | 74 | 104 |
| Binary | 1111100 | 10001110 | 11011110 | 101100 | 100100 | 0 | 1101 | 11100101 | 111100 | 1000100 |
Color Harmonies of #7C8EDE
Complementary color
Monochromatic Colors of #7C8EDE
Black with #7C8EDE
Text Example
Text Example
White with #7C8EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8EDE; }
p { color: rgb(124,142,222); }
H1.HeaderClassName
{
color: #7C8EDE;
}
.AnyTagClassName
{
color: #7C8EDE;
}
</style>
background-color css
<style>
a { background-color: #7C8EDE; }
a { background-color: rgb(124,142,222); }
div.DivClassName
{
background-color: #7C8EDE;
}
.BgClassName
{
background-color: #7C8EDE;
}
</style>
border-color css
<style>
span { border-color: #7C8EDE; }
span { border-color: rgb(124,142,222); }
td.TdClassName
{
border-color: #7C8EDE;
}
.TagClassName
{
border-color: #7C8EDE;
}
</style>