Shades of Portage #7C8CEB
Tints of Portage #7C8CEB
RGB
CMYK
RGB Variations
Color information
#7C8CEB (or 0x7C8CEB) is known color: Portage. HEX triplet: 7C, 8C and EB. RGB value is (124,140,235). Sum of RGB (Red+Green+Blue) = 124+140+235=499 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.85% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C8CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8CEB is #837314. Grayscale: #919191. Windows color (decimal): -8614677 or 15436924. OLE color: 15436924.
HSL color Cylindrical-coordinate representation of color #7C8CEB: hue angle of 231.35º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C8CEB is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 140 | 235 | - |
| CMYK | 0.47 | 0.40 | 0 | 0.08 |
| HSL | 231.35º | 0.74% | 0.7% | - |
| HSV(B) | 231.35º | 0.47% | 0.92% | - |
| XYZ | 32.69 | 29.04 | 82.48 | - |
| YUV | 146.05 | 178.2 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 140 | 235 | 0.47 | 0.40 | 0 | 0.08 | 231.35 | 0.74 | 0.7 |
| Hex | 7C | 8C | EB | 2F | 28 | 0 | 8 | E7 | 4A | 46 |
| Octal | 174 | 214 | 353 | 57 | 50 | 0 | 10 | 347 | 112 | 106 |
| Binary | 1111100 | 10001100 | 11101011 | 101111 | 101000 | 0 | 1000 | 11100111 | 1001010 | 1000110 |
Color Harmonies of #7C8CEB
Complementary color
Monochromatic Colors of #7C8CEB
Black with #7C8CEB
Text Example
Text Example
White with #7C8CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8CEB; }
p { color: rgb(124,140,235); }
H1.HeaderClassName
{
color: #7C8CEB;
}
.AnyTagClassName
{
color: #7C8CEB;
}
</style>
background-color css
<style>
a { background-color: #7C8CEB; }
a { background-color: rgb(124,140,235); }
div.DivClassName
{
background-color: #7C8CEB;
}
.BgClassName
{
background-color: #7C8CEB;
}
</style>
border-color css
<style>
span { border-color: #7C8CEB; }
span { border-color: rgb(124,140,235); }
td.TdClassName
{
border-color: #7C8CEB;
}
.TagClassName
{
border-color: #7C8CEB;
}
</style>