Shades of Portage #7C8ECE
Tints of Portage #7C8ECE
RGB
CMYK
RGB Variations
Color information
#7C8ECE (or 0x7C8ECE) is known color: Portage. HEX triplet: 7C, 8E and CE. RGB value is (124,142,206). Sum of RGB (Red+Green+Blue) = 124+142+206=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C8ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C8ECE is #837131. Grayscale: #8F8F8F. Windows color (decimal): -8614194 or 13536892. OLE color: 13536892.
HSL color Cylindrical-coordinate representation of color #7C8ECE: hue angle of 226.83º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C8ECE is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 142 | 206 | - |
| CMYK | 0.40 | 0.31 | 0 | 0.19 |
| HSL | 226.83º | 0.46% | 0.65% | - |
| HSV(B) | 226.83º | 0.4% | 0.81% | - |
| XYZ | 29.13 | 28.09 | 62.28 | - |
| YUV | 143.91 | 163.04 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 142 | 206 | 0.40 | 0.31 | 0 | 0.19 | 226.83 | 0.46 | 0.65 |
| Hex | 7C | 8E | CE | 28 | 1F | 0 | 13 | E3 | 2E | 41 |
| Octal | 174 | 216 | 316 | 50 | 37 | 0 | 23 | 343 | 56 | 101 |
| Binary | 1111100 | 10001110 | 11001110 | 101000 | 11111 | 0 | 10011 | 11100011 | 101110 | 1000001 |
Color Harmonies of #7C8ECE
Complementary color
Monochromatic Colors of #7C8ECE
Black with #7C8ECE
Text Example
Text Example
White with #7C8ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8ECE; }
p { color: rgb(124,142,206); }
H1.HeaderClassName
{
color: #7C8ECE;
}
.AnyTagClassName
{
color: #7C8ECE;
}
</style>
background-color css
<style>
a { background-color: #7C8ECE; }
a { background-color: rgb(124,142,206); }
div.DivClassName
{
background-color: #7C8ECE;
}
.BgClassName
{
background-color: #7C8ECE;
}
</style>
border-color css
<style>
span { border-color: #7C8ECE; }
span { border-color: rgb(124,142,206); }
td.TdClassName
{
border-color: #7C8ECE;
}
.TagClassName
{
border-color: #7C8ECE;
}
</style>