Shades of Portage #7C87CF
Tints of Portage #7C87CF
RGB
CMYK
RGB Variations
Color information
#7C87CF (or 0x7C87CF) is known color: Portage. HEX triplet: 7C, 87 and CF. RGB value is (124,135,207). Sum of RGB (Red+Green+Blue) = 124+135+207=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C87CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C87CF is #837830. Grayscale: #8B8B8B. Windows color (decimal): -8615985 or 13600636. OLE color: 13600636.
HSL color Cylindrical-coordinate representation of color #7C87CF: hue angle of 232.05º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7C87CF is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 135 | 207 | - |
| CMYK | 0.40 | 0.35 | 0 | 0.19 |
| HSL | 232.05º | 0.46% | 0.65% | - |
| HSV(B) | 232.05º | 0.4% | 0.81% | - |
| XYZ | 28.24 | 26.12 | 62.58 | - |
| YUV | 139.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 207 | 0.40 | 0.35 | 0 | 0.19 | 232.05 | 0.46 | 0.65 |
| Hex | 7C | 87 | CF | 28 | 23 | 0 | 13 | E8 | 2E | 41 |
| Octal | 174 | 207 | 317 | 50 | 43 | 0 | 23 | 350 | 56 | 101 |
| Binary | 1111100 | 10000111 | 11001111 | 101000 | 100011 | 0 | 10011 | 11101000 | 101110 | 1000001 |
Color Harmonies of #7C87CF
Complementary color
Monochromatic Colors of #7C87CF
Black with #7C87CF
Text Example
Text Example
White with #7C87CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C87CF; }
p { color: rgb(124,135,207); }
H1.HeaderClassName
{
color: #7C87CF;
}
.AnyTagClassName
{
color: #7C87CF;
}
</style>
background-color css
<style>
a { background-color: #7C87CF; }
a { background-color: rgb(124,135,207); }
div.DivClassName
{
background-color: #7C87CF;
}
.BgClassName
{
background-color: #7C87CF;
}
</style>
border-color css
<style>
span { border-color: #7C87CF; }
span { border-color: rgb(124,135,207); }
td.TdClassName
{
border-color: #7C87CF;
}
.TagClassName
{
border-color: #7C87CF;
}
</style>