Shades of Portage #7E8FCC
Tints of Portage #7E8FCC
RGB
CMYK
RGB Variations
Color information
#7E8FCC (or 0x7E8FCC) is known color: Portage. HEX triplet: 7E, 8F and CC. RGB value is (126,143,204). Sum of RGB (Red+Green+Blue) = 126+143+204=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E8FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E8FCC is #817033. Grayscale: #909090. Windows color (decimal): -8482868 or 13406078. OLE color: 13406078.
HSL color Cylindrical-coordinate representation of color #7E8FCC: hue angle of 226.92º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E8FCC is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 143 | 204 | - |
| CMYK | 0.38 | 0.30 | 0 | 0.2 |
| HSL | 226.92º | 0.43% | 0.65% | - |
| HSV(B) | 226.92º | 0.38% | 0.8% | - |
| XYZ | 29.33 | 28.44 | 61.07 | - |
| YUV | 144.87 | 161.37 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 143 | 204 | 0.38 | 0.30 | 0 | 0.2 | 226.92 | 0.43 | 0.65 |
| Hex | 7E | 8F | CC | 26 | 1E | 0 | 14 | E3 | 2B | 41 |
| Octal | 176 | 217 | 314 | 46 | 36 | 0 | 24 | 343 | 53 | 101 |
| Binary | 1111110 | 10001111 | 11001100 | 100110 | 11110 | 0 | 10100 | 11100011 | 101011 | 1000001 |
Color Harmonies of #7E8FCC
Complementary color
Monochromatic Colors of #7E8FCC
Black with #7E8FCC
Text Example
Text Example
White with #7E8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8FCC; }
p { color: rgb(126,143,204); }
H1.HeaderClassName
{
color: #7E8FCC;
}
.AnyTagClassName
{
color: #7E8FCC;
}
</style>
background-color css
<style>
a { background-color: #7E8FCC; }
a { background-color: rgb(126,143,204); }
div.DivClassName
{
background-color: #7E8FCC;
}
.BgClassName
{
background-color: #7E8FCC;
}
</style>
border-color css
<style>
span { border-color: #7E8FCC; }
span { border-color: rgb(126,143,204); }
td.TdClassName
{
border-color: #7E8FCC;
}
.TagClassName
{
border-color: #7E8FCC;
}
</style>