Shades of Portage #7C85EE
Tints of Portage #7C85EE
RGB
CMYK
RGB Variations
Color information
#7C85EE (or 0x7C85EE) is known color: Portage. HEX triplet: 7C, 85 and EE. RGB value is (124,133,238). Sum of RGB (Red+Green+Blue) = 124+133+238=495 (65% of max value = 765). Red value is 124 (48.83% from 255 or 25.05% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #7C85EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C85EE is #837A11. Grayscale: #8D8D8D. Windows color (decimal): -8616466 or 15631740. OLE color: 15631740.
HSL color Cylindrical-coordinate representation of color #7C85EE: hue angle of 235.26º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7C85EE is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 133 | 238 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.07 |
| HSL | 235.26º | 0.77% | 0.71% | - |
| HSV(B) | 235.26º | 0.48% | 0.93% | - |
| XYZ | 32.13 | 27.23 | 84.45 | - |
| YUV | 142.28 | 182.02 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 238 | 0.48 | 0.44 | 0 | 0.07 | 235.26 | 0.77 | 0.71 |
| Hex | 7C | 85 | EE | 30 | 2C | 0 | 7 | EB | 4D | 47 |
| Octal | 174 | 205 | 356 | 60 | 54 | 0 | 7 | 353 | 115 | 107 |
| Binary | 1111100 | 10000101 | 11101110 | 110000 | 101100 | 0 | 111 | 11101011 | 1001101 | 1000111 |
Color Harmonies of #7C85EE
Complementary color
Monochromatic Colors of #7C85EE
Black with #7C85EE
Text Example
Text Example
White with #7C85EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C85EE; }
p { color: rgb(124,133,238); }
H1.HeaderClassName
{
color: #7C85EE;
}
.AnyTagClassName
{
color: #7C85EE;
}
</style>
background-color css
<style>
a { background-color: #7C85EE; }
a { background-color: rgb(124,133,238); }
div.DivClassName
{
background-color: #7C85EE;
}
.BgClassName
{
background-color: #7C85EE;
}
</style>
border-color css
<style>
span { border-color: #7C85EE; }
span { border-color: rgb(124,133,238); }
td.TdClassName
{
border-color: #7C85EE;
}
.TagClassName
{
border-color: #7C85EE;
}
</style>