Shades of Portage #7C8DED
Tints of Portage #7C8DED
RGB
CMYK
RGB Variations
Color information
#7C8DED (or 0x7C8DED) is known color: Portage. HEX triplet: 7C, 8D and ED. RGB value is (124,141,237). Sum of RGB (Red+Green+Blue) = 124+141+237=502 (66% of max value = 765). Red value is 124 (48.83% from 255 or 24.70% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #7C8DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7C8DED is #837212. Grayscale: #929292. Windows color (decimal): -8614419 or 15568252. OLE color: 15568252.
HSL color Cylindrical-coordinate representation of color #7C8DED: hue angle of 230.97º degrees, saturation: 0.76, 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 #7C8DED is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 124 | 141 | 237 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.07 |
| HSL | 230.97º | 0.76% | 0.71% | - |
| HSV(B) | 230.97º | 0.48% | 0.93% | - |
| XYZ | 33.12 | 29.45 | 84.06 | - |
| YUV | 146.86 | 178.87 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 237 | 0.48 | 0.41 | 0 | 0.07 | 230.97 | 0.76 | 0.71 |
| Hex | 7C | 8D | ED | 30 | 29 | 0 | 7 | E7 | 4C | 47 |
| Octal | 174 | 215 | 355 | 60 | 51 | 0 | 7 | 347 | 114 | 107 |
| Binary | 1111100 | 10001101 | 11101101 | 110000 | 101001 | 0 | 111 | 11100111 | 1001100 | 1000111 |
Color Harmonies of #7C8DED
Complementary color
Monochromatic Colors of #7C8DED
Black with #7C8DED
Text Example
Text Example
White with #7C8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8DED; }
p { color: rgb(124,141,237); }
H1.HeaderClassName
{
color: #7C8DED;
}
.AnyTagClassName
{
color: #7C8DED;
}
</style>
background-color css
<style>
a { background-color: #7C8DED; }
a { background-color: rgb(124,141,237); }
div.DivClassName
{
background-color: #7C8DED;
}
.BgClassName
{
background-color: #7C8DED;
}
</style>
border-color css
<style>
span { border-color: #7C8DED; }
span { border-color: rgb(124,141,237); }
td.TdClassName
{
border-color: #7C8DED;
}
.TagClassName
{
border-color: #7C8DED;
}
</style>