Shades of Portage #7C86DC
Tints of Portage #7C86DC
RGB
CMYK
RGB Variations
Color information
#7C86DC (or 0x7C86DC) is known color: Portage. HEX triplet: 7C, 86 and DC. RGB value is (124,134,220). Sum of RGB (Red+Green+Blue) = 124+134+220=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 134 (52.73% from 255 or 28.03% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C86DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C86DC is #837923. Grayscale: #8C8C8C. Windows color (decimal): -8616228 or 14452348. OLE color: 14452348.
HSL color Cylindrical-coordinate representation of color #7C86DC: hue angle of 233.75º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C86DC is Cyan = 0.44, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 134 | 220 | - |
| CMYK | 0.44 | 0.39 | 0 | 0.14 |
| HSL | 233.75º | 0.58% | 0.67% | - |
| HSV(B) | 233.75º | 0.44% | 0.86% | - |
| XYZ | 29.76 | 26.5 | 71.26 | - |
| YUV | 140.81 | 172.69 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 220 | 0.44 | 0.39 | 0 | 0.14 | 233.75 | 0.58 | 0.67 |
| Hex | 7C | 86 | DC | 2C | 27 | 0 | E | EA | 3A | 43 |
| Octal | 174 | 206 | 334 | 54 | 47 | 0 | 16 | 352 | 72 | 103 |
| Binary | 1111100 | 10000110 | 11011100 | 101100 | 100111 | 0 | 1110 | 11101010 | 111010 | 1000011 |
Color Harmonies of #7C86DC
Complementary color
Monochromatic Colors of #7C86DC
Black with #7C86DC
Text Example
Text Example
White with #7C86DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C86DC; }
p { color: rgb(124,134,220); }
H1.HeaderClassName
{
color: #7C86DC;
}
.AnyTagClassName
{
color: #7C86DC;
}
</style>
background-color css
<style>
a { background-color: #7C86DC; }
a { background-color: rgb(124,134,220); }
div.DivClassName
{
background-color: #7C86DC;
}
.BgClassName
{
background-color: #7C86DC;
}
</style>
border-color css
<style>
span { border-color: #7C86DC; }
span { border-color: rgb(124,134,220); }
td.TdClassName
{
border-color: #7C86DC;
}
.TagClassName
{
border-color: #7C86DC;
}
</style>